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.5.tar.gz
(12.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.5.tar.gz.
File metadata
- Download URL: mlfastflow-0.1.5.tar.gz
- Upload date:
- Size: 12.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 |
3d33e27513fcdcc84a5df8827b9767eac6fb8cd0e3f9a723e358b177bc0f6e20
|
|
| MD5 |
378b43aae3d0cbcfdb7b5bf55cf6eb8e
|
|
| BLAKE2b-256 |
df4283023958bb2e6bcbb1e80ae35462fffa22df08d6d476e6c7fd2cf27e7acd
|
File details
Details for the file mlfastflow-0.1.5-py3-none-any.whl.
File metadata
- Download URL: mlfastflow-0.1.5-py3-none-any.whl
- Upload date:
- Size: 14.6 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 |
d690dd5bfda802df456016f7709e6233fc60b38a38ee62a2e2032f310101c72b
|
|
| MD5 |
5a7da3e335b44ec6341ec06c4a5c2e3c
|
|
| BLAKE2b-256 |
ef7c627573a369f79b4e8a18312890276c974e2afae6d2e60710b98cf37c2a52
|