Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kohlerhector/dpdtreeestimator

A new tree-based sklearn estimator
https://github.com/kohlerhector/dpdtreeestimator

sklearn

Last synced: 8 days ago
JSON representation

A new tree-based sklearn estimator

Awesome Lists containing this project

README

        

Dynamic Programming Decision Trees
============================================================

![tests](https://github.com/scikit-learn-contrib/project-template/actions/workflows/python-app.yml/badge.svg)
[![codecov](https://codecov.io/gh/scikit-learn-contrib/project-template/graph/badge.svg?token=L0XPWwoPLw)](https://codecov.io/gh/scikit-learn-contrib/project-template)
![doc](https://github.com/scikit-learn-contrib/project-template/actions/workflows/deploy-gh-pages.yml/badge.svg)

### A new tree-based estimator.
### A pathological classification problem for trees.
![Pathological Problem](examples/patho_bounds_comparison.png)
### Comparison of different classifiers.
![Classifier Comparison](examples/compare_classif.png)
### Gradient Boosting
![GB Comparison](examples/gb_boosting_compare.png)