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 +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,27 @@ You'll find the existing implementations of all of these on their respective
2121include 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+
2445Why DFFML
2546---------
2647
You can’t perform that action at this time.
0 commit comments