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.4.tar.gz
(16.5 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.4.tar.gz.
File metadata
- Download URL: mlfastflow-0.1.4.4.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dab19b6191d2409b286bb8517c6bb749fa35a13f55c3e2fb4052ae68a66ca63c
|
|
| MD5 |
9f2fc78acdb432f8a17aed3b31d0ca2f
|
|
| BLAKE2b-256 |
57d6cd2cea2944ab3fffee0a7a887248332414db3a5e4c226612ec1b7dcd978e
|
File details
Details for the file mlfastflow-0.1.4.4-py3-none-any.whl.
File metadata
- Download URL: mlfastflow-0.1.4.4-py3-none-any.whl
- Upload date:
- Size: 18.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 |
41d85e52fc17bc1850e6d7ba18a08c20b019d33ab5ebc517c9236b9b016ab7fc
|
|
| MD5 |
92bbfbd94be0c8bfbd73783502a13d48
|
|
| BLAKE2b-256 |
7d78b40e6878d4b4bb577bac27f888623cce56e6781c5c54f84944f66f2d6099
|