MilesCranmer commited on
Commit
67dd4fe
1 Parent(s): 97d94c6

New hyperparameter idea

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -147,6 +147,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
147
 
148
  # TODO
149
 
 
150
  - [ ] Update hall of fame every iteration
151
  - [ ] Calculate feature importances of future mutations, by looking at correlation between residual of model, and the features.
152
  - Store feature importances of future, and periodically update it.
 
147
 
148
  # TODO
149
 
150
+ - [ ] Make scaling of changes to constant a hyperparameter
151
  - [ ] Update hall of fame every iteration
152
  - [ ] Calculate feature importances of future mutations, by looking at correlation between residual of model, and the features.
153
  - Store feature importances of future, and periodically update it.