MilesCranmer commited on
Commit
a30a767
·
unverified ·
1 Parent(s): 4d9bd75

Add TODO item

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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.