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 +11
-2
lines changed
docs/contributing/gsoc/2022 Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,32 @@ Project Ideas
25
25
We currently have the following project ideas:
26
26
27
27
- `Save and Load Models to ONNX format <onnx_save_load.md>_ `
28
+
28
29
- Allow for DFFML to save trained models in the Open Neural Network Exchange
29
30
format. This will help users easily deploy models.
30
31
- Begineer
31
32
- 175 hours
33
+
32
34
- `Time-Series Forecasting and Anomaly Detection <forecasting.md>_ `
35
+
33
36
- Give users of DFFML forecasting capabilties. Allow them to predict the
34
37
future! Work with time stamped data to train models and make predictions.
35
38
- Begineer
36
39
- 350 hours
40
+
37
41
- `Implementing AutoML <automl.md>_ `
42
+
38
43
- Implement hyperparameter tuners, best model selection via grid search and
39
44
or other means, automated feature engineering by modifying dataflows.
40
45
- Intermediate to Difficult
41
46
- 350 hours
42
- - `<dataflow_event_types.md>_ `
47
+
48
+ - `Refactor of DataFlows to Include Event Type <dataflow_event_types.md>_ `
49
+
43
50
- Refactor the :py:func: `dffml.high_level.run ` API (and others) to make
44
- running Data Flows as dynamic as their event based content.
51
+ running Data Flows as dynamic as their event based content. This will let us
52
+ use Data Flows "all the way down", paving the way for us to provide
53
+ unprecedented levels of configurability to users.
45
54
- Difficult
46
55
- 350 hours
47
56
You can’t perform that action at this time.
0 commit comments