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.tar.gz
(13.9 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.tar.gz.
File metadata
- Download URL: mlfastflow-0.1.4.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3320a35ae5be3c6017b6f2624ae6d0c4a86934b58da855600ae86abfd2602a37
|
|
| MD5 |
5bfc5beac213a23c0539701b76271b19
|
|
| BLAKE2b-256 |
5702b2bd0db9a6fbc81c17247254be9c7c886bc426cc762f0c173de1cda8ecf8
|
File details
Details for the file mlfastflow-0.1.4-py3-none-any.whl.
File metadata
- Download URL: mlfastflow-0.1.4-py3-none-any.whl
- Upload date:
- Size: 15.5 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 |
4146e5da63bf0bcff98ea90137a35da6e3e3a9f496b45ca41fb68d6f80b5faf2
|
|
| MD5 |
ea917c4ee2a8d760bee0caee7637b135
|
|
| BLAKE2b-256 |
890beb4024b507c7b093de523dd3f496b4e304c4d4348ffe05b642cc202c6073
|