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.2.tar.gz
(14.8 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.2.tar.gz.
File metadata
- Download URL: mlfastflow-0.1.4.2.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39285a18ca06c9d825f6cff57730f152ba308cc17f52b9b50936032aa77fba61
|
|
| MD5 |
c8191bcda836560ca13b03be6f4497ce
|
|
| BLAKE2b-256 |
84c9e2f1fec969a49e8a996c1cae468b7e2945b20c5f80c4c95288c717c991f2
|
File details
Details for the file mlfastflow-0.1.4.2-py3-none-any.whl.
File metadata
- Download URL: mlfastflow-0.1.4.2-py3-none-any.whl
- Upload date:
- Size: 16.3 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 |
f93c8adbb06d4461f94ab67f0ff90898f3185fcef6be1e0a1611392375fb4117
|
|
| MD5 |
861cceaf839951a0acc5ce60d4d972f1
|
|
| BLAKE2b-256 |
2121614bad8af2c5a0a8748a4af30f936a0f014c55479fc6bba84764e0343f35
|