Packages for fast dataflow and workflow processing
Project description
MLFastFlow
A Python package for fast dataflow and workflow processing.
Installation
pip install mlfastflow
Features
- Easy-to-use data sourcing with the Sourcing class
- Flexible vector search capabilities
- Optimized for data processing workflows
Quick Start
from mlfastflow import Sourcing
# Create a sourcing instance
sourcing = Sourcing(
query_df=your_query_dataframe,
db_df=your_database_dataframe,
columns_for_sourcing=["column1", "column2"],
label="your_label"
)
# Process your data
sourced_db_df_without_label, sourced_db_df_with_label = (
sourcing.sourcing()
)
License
MIT
Author
Xileven
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mlfastflow-0.1.1.tar.gz
(9.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mlfastflow-0.1.1.tar.gz.
File metadata
- Download URL: mlfastflow-0.1.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b40f0d311f3dc7667bbb15ed4d410a5719f9d896652f9919de0ebd73c36fb11
|
|
| MD5 |
2f5aa596f16f216af57c04ffd96b2885
|
|
| BLAKE2b-256 |
1aa15fa02e9adb4c5440a9a2f66af0c18feed59aeaf23bcbfe778e2a37657271
|
File details
Details for the file mlfastflow-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mlfastflow-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
807752ad38c6a01f9999e23d20d35af3d4143da30e64f8f165ff0b9effe1bb95
|
|
| MD5 |
5b767f6e5926aafa795854d103ad24e4
|
|
| BLAKE2b-256 |
87c42d2ad38aa7c9a2a5d13a9019c2f1d67b66140a7745ee34368fa7423c4b2e
|