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

Commit c7eb62d

Browse files
committed
docs: about: Add mission statement to docs
Signed-off-by: John Andersen <[email protected]>
1 parent f2cfb78 commit c7eb62d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/about.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,27 @@ You'll find the existing implementations of all of these on their respective
2121
include some sources, models, and operations as a part of the main package,
2222
``dffml``, and other functionality in more specific packages.
2323

24+
Mission Statement
25+
-----------------
26+
27+
DFFML aims to be the easiest and most convenient way to use Machine Learning.
28+
29+
- It's an AutoML Python library, command line application, and HTTP service.
30+
31+
- You give it your data and tell it what kind of model you want to train. It
32+
creates a model for you.
33+
34+
- If you want finer grained control over the model, you can easily do so by
35+
implementing your own model plugin.
36+
37+
- We make it easy to use and deploy your models.
38+
39+
- We provide a directed graph concurrent execution environment with managed
40+
locking which we call DataFlows.
41+
42+
- DataFlows make it easy to generate datasets or modify existing datasets for
43+
rapid iteration on feature engineering.
44+
2445
Why DFFML
2546
---------
2647

0 commit comments

Comments
 (0)