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.4.3.tar.gz
(15.4 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.4.3.tar.gz.
File metadata
- Download URL: mlfastflow-0.1.4.3.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42f1ce5dc39d5793e37bfcc1e196f8150c0c2fbbbc26ce68f246c02a81cb0261
|
|
| MD5 |
80a891b19cd1d6f76022459e1f263724
|
|
| BLAKE2b-256 |
33c04b73267853f27c2d81cfb7ca6e84d90b51fdfc5ddeca9e99887f6b495c15
|
File details
Details for the file mlfastflow-0.1.4.3-py3-none-any.whl.
File metadata
- Download URL: mlfastflow-0.1.4.3-py3-none-any.whl
- Upload date:
- Size: 17.0 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 |
12541ddc7c88019b669281793927207556c429207cc204326d207d40ec9201c9
|
|
| MD5 |
a5b74a04b0c8833d07612a948cf73a3e
|
|
| BLAKE2b-256 |
a83fe1f88f267d74ae2e0454b8c9a9ceae552dff4f25b3406c6b37d31bfc297b
|