Tagged in

Data Science

Data Science & Design
Data Science & Design
All about Data Science, Machine Learning, and Design. Also, lot of things about Statistics, Data Visualization, Benchmarking, and funny stuff.
More information
Followers
1.1K
Elsewhere
More, on Medium

Benchmarking LightGBM: Float vs Double

We have seen previously that LightGBM was extremely fast, much faster than xgboost with default settings in R. Recently, to fix a prediction bug in LightGBM, a switch from float to double (for prediction-related functions) was made to fix that issue. Now that…