MilesCranmer commited on
Commit
95a2a34
1 Parent(s): e8f42f8

Add feature idea to README

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -309,6 +309,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
309
  ## Feature ideas
310
 
311
  - [ ] Sympy printing
 
312
  - [ ] Hierarchical model, so can re-use functional forms. Output of one equation goes into second equation?
313
  - [ ] Call function to read from csv after running
314
  - [ ] Add function to plot equations
 
309
  ## Feature ideas
310
 
311
  - [ ] Sympy printing
312
+ - [ ] Allow user to pass names for variables - use these when printing
313
  - [ ] Hierarchical model, so can re-use functional forms. Output of one equation goes into second equation?
314
  - [ ] Call function to read from csv after running
315
  - [ ] Add function to plot equations