- please rename your notebook into something more indicative
- a bit more introduction in the readme would be nice
- give some explanation what SymbolicRegression does, how it works and what is different from regular regresssion
- would it make sense to include your previous mental state?
- you might check the docs for dataframes for a more elegant variable transformation
- maybe include nonlinear transformations as unary_operatiors (
tanh might be useful, as is max(0,x))
- can you plot the different dominating models?
- what is your loss function?
I think with a bit of work, this can be an excellent project!
M
tanhmight be useful, as ismax(0,x))I think with a bit of work, this can be an excellent project!
M