GeneticTree icon indicating copy to clipboard operation
GeneticTree copied to clipboard

Constructing decision trees with genetic algorithm with a scikit-learn inspired API

Results 5 GeneticTree issues
Sort by recently updated
recently updated
newest added

``` pip install genetic-tree ``` ``` Collecting genetic-tree Downloading genetic-tree-0.1.0.tar.gz (909 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.0/910.0 kB 8.5 MB/s eta 0:00:00 error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │...

Would it be possible to see an example of a custom metric? I am trying to use genetic decision trees with a custom function to evaluate fitness but I don't...

When you try to fit GeneticTree with y as 2 dimensional array with second dimension equal to 1 it occurs SIGENV. When you do the same with one dimensional y...

Having a documentation for this package would make for an easier introduction for newcomers. Especially some example usages and quick start guides.

documentation