@@ -24,28 +24,28 @@ Project Ideas
24
24
25
25
We currently have the following project ideas:
26
26
27
- - `Save and Load Models to ONNX format <onnx_save_load.md>_ `
27
+ - `Save and Load Models to ONNX format <https://github.com/intel/dffml/blob/master/docs/contributing/gsoc/2022/ onnx_save_load.md >`_
28
28
29
29
- Allow for DFFML to save trained models in the Open Neural Network Exchange
30
30
format. This will help users easily deploy models.
31
31
- Begineer
32
32
- 175 hours
33
33
34
- - `Time-Series Forecasting and Anomaly Detection <forecasting.md>_ `
34
+ - `Time-Series Forecasting and Anomaly Detection <https://github.com/intel/dffml/blob/master/docs/contributing/gsoc/2022/ forecasting.md >`_
35
35
36
36
- Give users of DFFML forecasting capabilties. Allow them to predict the
37
37
future! Work with time stamped data to train models and make predictions.
38
38
- Begineer
39
39
- 350 hours
40
40
41
- - `Implementing AutoML <automl.md>_ `
41
+ - `Implementing AutoML <https://github.com/intel/dffml/blob/master/docs/contributing/gsoc/2022/ automl.md >`_
42
42
43
43
- Implement hyperparameter tuners, best model selection via grid search and
44
44
or other means, automated feature engineering by modifying dataflows.
45
45
- Intermediate to Difficult
46
46
- 350 hours
47
47
48
- - `Refactor of DataFlows to Include Event Type <dataflow_event_types.md>_ `
48
+ - `Refactor of DataFlows to Include Event Type <https://github.com/intel/dffml/blob/master/docs/contributing/gsoc/2022/ dataflow_event_types.md >`_
49
49
50
50
- Refactor the :py:func: `dffml.high_level.run ` API (and others) to make
51
51
running Data Flows as dynamic as their event based content. This will let us
@@ -64,7 +64,7 @@ project before the end of the summer, and have more that you want to do.
64
64
Getting Started
65
65
---------------
66
66
67
- - Read the doc:` / contributing/index` documentation.
67
+ - Read the ` Contributing < https://intel.github.io/dffml/master/ contributing/index.html >`_ documentation.
68
68
69
69
- Get your development environment set up
70
70
@@ -103,12 +103,15 @@ Getting Started
103
103
- You could write a `new model <https://github.com/intel/dffml/issues/29 >`_!
104
104
Models are wrappers around any machine learning implementation or library,
105
105
see the
106
- :doc: `new model tutorials </tutorials/models/index >`
106
+ `new model tutorials
107
+ <https://intel.github.io/dffml/master/tutorials/models/index.html> `_
107
108
for more info. Make sure to include tests!
108
109
109
110
- You could write a new operation to do something! Anything! Operations to
110
111
grab weather and stock data have been suggested by people as good ideas.
111
- See the :doc: `Ice Cream Sales </examples/icecream_sales >` example.
112
+ See the :doc: `Ice Cream Sales
113
+ <https://intel.github.io/dffml/master/examples/icecream_sales.html>`_
114
+ example.
112
115
113
116
Writing your GSoC application
114
117
-----------------------------
0 commit comments