Skip to content

end-to-end implementation of symbolic regression with expression trees and genetic optimization algorithm.

Notifications You must be signed in to change notification settings

ches-001/symbolic-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expression Trees for Symbolic Regression with Genetic Optimization Algorithm

How to use:

  1. Clone the Repository.

  2. Load / simulate your data in the main.py file.

  3. Change to your custom nullary, unary and binary operators in the operators.py file.

  4. Tune the hyperparameters accordingly.

  5. Run the main.py file.

Detailed Explaination of this Repository

For a more detailed explaination and rundown of this implementation, visit my kaggle page: symbolic regression with expression trees

About

end-to-end implementation of symbolic regression with expression trees and genetic optimization algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages