Test symmetries with sklearn decision tree models
Setup
Begin from an environment with a recent version of python 3.
source setup.sh
Leave the environment with deactivate
. Clean up fully by removing env/
.
Run examples
make
Begin from an environment with a recent version of python 3.
source setup.sh
Leave the environment with deactivate
. Clean up fully by removing env/
.
make
Highly interpretable, sklearn-compatible classifier based on decision rules This is a scikit-learn compatible wrapper for the Bayesian Rule List class
Website | Documentation | Tutorials | Installation | Release Notes CatBoost is a machine learning method based on gradient boosting over decision tree
Data Efficient Decision Making
MBTR is a python package for multivariate boosted tree regressors trained in parameter space.
implementation of machine learning Algorithms such as decision tree and random forest and xgboost on darasets then compare results for each and implement ant colony and genetic algorithms on tsp map, play blackjack game and robot in grid world and evaluate reward for it
🤖 Interactive Machine Learning experiments: 🏋️models training + 🎨models demo
pyGAM Generalized Additive Models in Python. Documentation Official pyGAM Documentation: Read the Docs Building interpretable models with Generalized
Time series analysis today is an important cornerstone of quantitative science in many disciplines, including natural and life sciences as well as eco
Auto_TS: Auto_TimeSeries Automatically build multiple Time Series models using a Single Line of Code. Now updated with Dask. Auto_timeseries is a comp
First version to go on Zenodo 🤖 second major version ♊
Source code(tar.gz)Light Gradient Boosting Machine LightGBM is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed a
Decision_Tree_Regression I implemented the decision tree regression algorithm on Python. Unlike regular linear regression, this algorithm is used when
[Due to the time taken @ uni, work + hell breaking loose in my life, since things have calmed down a bit, will continue commiting!!!] [By the way, I'm
Machine learning template for projects based on sklearn library.
SKlearn_to_MLFLow In this Repo a simple Sklearn Model will be trained and pushed to MLFlow Install This Repo is based on poetry python3 -m venv .venv
GENDIS GENetic DIscovery of Shapelets In the time series classification domain, shapelets are small subseries that are discriminative for a certain cl
img2palette Turning images into '9-pan' palettes using KMeans clustering from sklearn. Requirements We require: Pillow, for opening and processing ima
napari-sklearn-decomposition A simple plugin to use with napari This napari plug
Breast-Cancer-Classification - Using SKLearn breast cancer dataset which contains 569 examples and 32 features classifying has been made with 6 different algorithms
Multiple-Linear-Regression-master - A python program to implement Multiple Linear Regression using the LinearRegression class from sklearn.linear model library