thundergbm icon indicating copy to clipboard operation
thundergbm copied to clipboard

ThunderGBM: Fast GBDTs and Random Forests on GPUs

Results 43 thundergbm issues
Sort by recently updated
recently updated
newest added

Hi, Is there a way to set random seed generator in the thundergbm algorithm in order to achieve reproducibility? Thanks, Roger

Is there a way to see what is under the hood of the random forest? Is there a way to get the parameters of a trained model? Or maybe you...

Are there functions in thundergbm that can save a trained model to file and reload it from the file later? There is a function "clf.predict_proba()" in sklearn that calculates probabilities...

I am trying to save a trained model using: clf.save_model(path)... But when I reload the model, it doesn´t produce the same results as the saved model, despite using the same...

I have installed thundergbm with cuda 11 support. But when I try to run the thundergbm classifier inside a nested loop in order to do a hyperparameter search, I get...

Is there a parameter that corresponds to minimum samples per leaf for the random forest?

I am new to thundergbm, and just trying to get a simple Random Forest classifier going. But the classifier classifies every single sample to be 1. Not one single case...

Hi there, Many thanks for your good library. I have an issue when import TGBMClassifier: FileNotFoundError Traceback (most recent call last) in 1 #from thundergbm import TGBMClassifier ----> 2 from...

I followed the installation as described in "how to build the Python wheel file". When I ran: "mkdir build && cd build && cmake .. && make -j", the following...