Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
e635a4f
1
Parent(s):
cb14d73
New todo
Browse files
README.md
CHANGED
@@ -196,6 +196,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
|
|
196 |
# TODO
|
197 |
|
198 |
- [ ] Add ability to save state from python
|
|
|
199 |
- [ ] Calculate feature importances based on features we've already seen, then weight those features up in all random generations.
|
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 |
# TODO
|
197 |
|
198 |
- [ ] Add ability to save state from python
|
199 |
+
- [ ] Add true multi-node processing, with MPI, or just file sharing. Multiple populations per core.
|
200 |
- [ ] Calculate feature importances based on features we've already seen, then weight those features up in all random generations.
|
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.
|