This repository was archived by the owner on Aug 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,14 @@ Welcome to DFFML!
1717 :target: https://github.com/psf/black
1818 :alt: Code style: black
1919
20- Data Flow Facilitator for Machine Learning (DFFML) provides APIs for dataset
21- generation, storage, and model definition.
20+ Data Flow Facilitator for Machine Learning (DFFML) makes it easy to generate
21+ datasets, train and use machine learning models, and integrate machine learning
22+ into new or existing applications. It provides APIs for dataset generation,
23+ storage, and model definition.
2224
23- DFFML abstracts three parts of the machine learning workflow.
24-
25- - Models handle implementations of machine learning algorithms.
25+ - :ref: `plugin_models ` handle implementations of machine learning algorithms.
2626 Likely wrapping code from a popular machine learning framework.
2727
28- - To get started using existing machine learning models right away, head over
29- to :ref: `plugin_models `.
30-
3128- Sources handle the storage of datasets, saving and loading them from files,
3229 databases, remote APIs, etc.
3330
You can’t perform that action at this time.
0 commit comments