MilesCranmer commited on
Commit
82dd9a0
1 Parent(s): 6b65e2e

Update todo

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -274,11 +274,14 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
274
  - [x] Put on PyPI
275
  - [x] Treat baseline as a solution.
276
  - [x] Print score alongside MSE: \delta \log(MSE)/\delta \log(complexity)
 
 
 
 
277
  - [ ] Use @fastmath
278
  - [ ] Refresh screen rather than dumping to stdout?
279
  - [ ] Test suite
280
  - [ ] Add ability to save state from python
281
- - [ ] Add true multi-node processing, with MPI, or just file sharing. Multiple populations per core.
282
  - [ ] Calculate feature importances based on features we've already seen, then weight those features up in all random generations.
283
  - [ ] Calculate feature importances of future mutations, by looking at correlation between residual of model, and the features.
284
  - Store feature importances of future, and periodically update it.
 
274
  - [x] Put on PyPI
275
  - [x] Treat baseline as a solution.
276
  - [x] Print score alongside MSE: \delta \log(MSE)/\delta \log(complexity)
277
+ - [ ] Add true multi-node processing, with MPI, or just file sharing. Multiple populations per core.
278
+ - Ongoing in cluster branch
279
+ - [ ] Dump scores alongside MSE to .csv (and return with Pandas).
280
+ - [ ] Consider returning only the equation of interest; rather than all equations.
281
  - [ ] Use @fastmath
282
  - [ ] Refresh screen rather than dumping to stdout?
283
  - [ ] Test suite
284
  - [ ] Add ability to save state from python
 
285
  - [ ] Calculate feature importances based on features we've already seen, then weight those features up in all random generations.
286
  - [ ] Calculate feature importances of future mutations, by looking at correlation between residual of model, and the features.
287
  - Store feature importances of future, and periodically update it.