Skip to content
#

random-forest

Here are 4,427 public repositories matching this topic...

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Jun 5, 2022
  • Jupyter Notebook
awesome-decision-tree-papers
mljar-supervised
ViacheslavDanilov
ViacheslavDanilov commented May 19, 2022

I trained models on Windows, then I tried to use them on Linux, however, I could not load them due to an incorrect path joining. During model loading, I got learner_path in the following format experiments_dir/model_1/100_LightGBM\\learner_fold_0.lightgbm. The last two slashes were incorrectly concatenated with the rest part of the path. In this regard, I would suggest adding something like `l

bug help wanted good first issue
awesome-fraud-detection-papers
awesome-gradient-boosting-papers
xuyxu
xuyxu commented Feb 12, 2021

Thanks to the contributors, many new features have been developed. As a result, the current version of documentation could be ambiguous, and requires more explanation or demonstration.

This issue collects suggestions on the documentation. Any one is welcomed to improve the readability of the documentation. For contributors unfamiliar with our workflow on building the documentation, please refe

good first issue
tibshirani
tibshirani commented Sep 5, 2018

I ran a regression_forest for > 10 minutes and had no idea if it would complete in 15 min or an hour.

It would be great to have an argument "verbose" (default FALSE) which causes the function to
print the function's progress, to help the user estimate the remaining time before completion.

feature good first issue

A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting (GBDT, GBRT, GBM), Random Forest and Adaboost w/categorical features support for Python

  • Updated May 21, 2022
  • Python

Improve this page

Add a description, image, and links to the random-forest 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 random-forest topic, visit your repo's landing page and select "manage topics."

Learn more