MilesCranmer commited on
Commit
3090581
1 Parent(s): 1115381

Mention additional op

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -107,7 +107,8 @@ name as a string.
107
  `round`,
108
  `floor`,
109
  `ceil`,
110
- `round`.
 
111
 
112
  ### Full API
113
 
@@ -197,7 +198,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
197
  # TODO
198
 
199
  - [ ] Why don't the constants continually change? It should optimize them every time the equation appears.
200
- - [ ] Add ability to save and state from python
201
  - [ ] Add several common unary and binary operators; list these.
202
  - [ ] Calculate feature importances of future mutations, by looking at correlation between residual of model, and the features.
203
  - Store feature importances of future, and periodically update it.
 
107
  `round`,
108
  `floor`,
109
  `ceil`,
110
+ `round`,
111
+ `sign`.
112
 
113
  ### Full API
114
 
 
198
  # TODO
199
 
200
  - [ ] Why don't the constants continually change? It should optimize them every time the equation appears.
201
+ - [ ] Add ability to save state from python
202
  - [ ] Add several common unary and binary operators; list these.
203
  - [ ] Calculate feature importances of future mutations, by looking at correlation between residual of model, and the features.
204
  - Store feature importances of future, and periodically update it.