Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 4bfd241

Browse files
author
John Andersen
committed
docs: index: Provide more clarity on DFFML
Signed-off-by: John Andersen <[email protected]>
1 parent a86481d commit 4bfd241

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/index.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)