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.3.tar.gz
(13.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.3.tar.gz.
File metadata
- Download URL: mlfastflow-0.1.3.tar.gz
- Upload date:
- Size: 13.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 |
c0dfc76246cd51165366e5ee1d87a288c6d31107e20ef2d1c7d327b0e398902d
|
|
| MD5 |
ba74ae5895df314f2fc1383016bd7c16
|
|
| BLAKE2b-256 |
f85092314623754d97e7502a6aa29f0ab8ae64db71e8ecf6abe6b8d4258228dd
|
File details
Details for the file mlfastflow-0.1.3-py3-none-any.whl.
File metadata
- Download URL: mlfastflow-0.1.3-py3-none-any.whl
- Upload date:
- Size: 15.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 |
8b291bdf8366b741b50da3f597f93ebf18a6096a8eee110b24467de94e8852e4
|
|
| MD5 |
e5bb13fe1af27e77431e60e9bdb386ec
|
|
| BLAKE2b-256 |
2624c7d5d7d2edeb81462153fdef56e4423e23acfac6e2ff9ee62f1e97531597
|