Spaces:
Running
Running
Commit
·
f3c0668
1
Parent(s):
90049bc
Update todos
Browse files
README.md
CHANGED
|
@@ -147,7 +147,6 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
|
|
| 147 |
|
| 148 |
# TODO
|
| 149 |
|
| 150 |
-
- [ ] Make scaling of changes to constant a hyperparameter
|
| 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.
|
| 153 |
- [ ] Implement more parts of the original Eureqa algorithms: https://www.creativemachineslab.com/eureqa.html
|
|
@@ -160,6 +159,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
|
|
| 160 |
- Current most expensive operations:
|
| 161 |
- [ ] Calculating the loss function - there is duplicate calculations happening.
|
| 162 |
- [x] Declaration of the weights array every iteration
|
|
|
|
| 163 |
- [x] Make deletion op join deleted subtree to parent
|
| 164 |
- [x] Update hall of fame every iteration?
|
| 165 |
- Seems to overfit early if we do this.
|
|
|
|
| 147 |
|
| 148 |
# TODO
|
| 149 |
|
|
|
|
| 150 |
- [ ] Calculate feature importances of future mutations, by looking at correlation between residual of model, and the features.
|
| 151 |
- Store feature importances of future, and periodically update it.
|
| 152 |
- [ ] Implement more parts of the original Eureqa algorithms: https://www.creativemachineslab.com/eureqa.html
|
|
|
|
| 159 |
- Current most expensive operations:
|
| 160 |
- [ ] Calculating the loss function - there is duplicate calculations happening.
|
| 161 |
- [x] Declaration of the weights array every iteration
|
| 162 |
+
- [x] Make scaling of changes to constant a hyperparameter
|
| 163 |
- [x] Make deletion op join deleted subtree to parent
|
| 164 |
- [x] Update hall of fame every iteration?
|
| 165 |
- Seems to overfit early if we do this.
|