Skip to content
#

ensemble-learning

Here are 295 public repositories matching this topic...

Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Jun 13, 2020
  • Jupyter Notebook
aaronmarkham
aaronmarkham commented Dec 6, 2019

I tried building the docs, but was met with a graphviz error. Typically this means I can spend a few hours pecking away at the dependencies until I get stable build... or someone that has it working can export their environment, and publish an environment.yml that we can use with the build instructions.
I was going off of the d2l book since that's a dep here, but their [environment.yml](https://g

awesome-decision-tree-papers
xcessiv
reiinakano
reiinakano commented May 30, 2017

Sklearn has a TON of estimators, metrics, and cv iterators that could trivially be added to the xcessiv.presets package. I'm a bit focused on other issues to bother adding them all.

Anyone who can help add to the list can easily do so.

Adding preset estimators/metrics/cvs is very easy. There's literally no need to understand how the rest of Xcessiv works, just take a look and copy the patt

lunluen
lunluen commented Sep 6, 2019

If I understand it right, check_instances seems to tend to cluster transformers with same types without regard to the list order.
So the results from make_group and BaseEnsemble are also wrong.

Reproduce - Case 1

Code

from mlens.utils import check_instances
from sklearn.preprocessing import (
    StandardScaler as SS, FunctionTransformer as FT)
from xgboost imp

Predicting Amsterdam house / real estate prices using Ordinary Least Squares-, XGBoost-, KNN-, Lasso-, Ridge-, Polynomial-, Random Forest-, and Neural Network MLP Regression (via scikit-learn)

  • Updated Apr 9, 2019
  • Python

Improve this page

Add a description, image, and links to the ensemble-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ensemble-learning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.