Spaces:
Running
Running
MilesCranmer
commited on
Add TODO item
Browse files
README.md
CHANGED
@@ -196,6 +196,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
|
|
196 |
|
197 |
# TODO
|
198 |
|
|
|
199 |
- [ ] Add ability to save state from python
|
200 |
- [ ] Calculate feature importances of future mutations, by looking at correlation between residual of model, and the features.
|
201 |
- Store feature importances of future, and periodically update it.
|
|
|
196 |
|
197 |
# TODO
|
198 |
|
199 |
+
- [ ] Add error bar capability (thanks Johannes Buchner)
|
200 |
- [ ] Add ability to save state from python
|
201 |
- [ ] Calculate feature importances of future mutations, by looking at correlation between residual of model, and the features.
|
202 |
- Store feature importances of future, and periodically update it.
|