tonyfast / tpot

A Python tool that automatically creates and optimizes machine learning pipelines using genetic programming.
http://rhiever.github.io/tpot/
GNU General Public License v3.0
0 stars 0 forks source link

Export TPOT code with Jinja #1

Open tonyfast opened 8 years ago

tonyfast commented 8 years ago

Generalize the ability to export any code. Export notebooks using the notebook format and export python scripts.

Fernando's gist for add cells programmatically.

tonyfast commented 8 years ago

The Extension will preprocess the mathematical symbols and nested function calls.