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

Commit 73b0ee9

Browse files
committed
README: Make mission statement have bullet points
Signed-off-by: John Andersen <[email protected]>
1 parent f3b0f81 commit 73b0ee9

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@
1010

1111
DFFML aims to be the easiest and most convenient way to use Machine Learning.
1212

13-
We take a "just bring your data" approach to ML. DFFML is an AutoML (Automated
14-
Machine Learning) library, command line application, HTTP service, and soon, web
15-
UI.
13+
- It's an AutoML Python library, command line application, and HTTP service.
1614

17-
You give DFFML your data and tell it what kind of model you want to train and it
18-
creates a model for you.
15+
- You give it your data and tell it what kind of model you want to train. It
16+
creates a model for you.
1917

20-
If you want finer grained control over the model, you can easily do so by
21-
implementing your own model plugin.
18+
- If you want finer grained control over the model, you can easily do so by
19+
implementing your own model plugin.
2220

23-
We also make it easy to use and deploy your models.
21+
- We make it easy to use and deploy your models.
22+
23+
- We provide a directed graph concurrent execution environment with managed
24+
locking which we call DataFlows.
25+
26+
- DataFlows make it easy to generate datasets or modify existing datasets for
27+
rapid iteration on feature engineering.
2428

2529
## Documentation
2630

0 commit comments

Comments
 (0)