DarkoAlexander
DarkoAlexander
I have tried every possible way to calculate RSI, but the talib.RSI calculation disagrees with all other packages, libraries and methods to calculate RSI. Is there anybody who knows how...
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...
Is there a parameter that corresponds to minimum samples per leaf for the random forest?
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...
In the Quick Install instructions for Windows, you have provided this file "thundergbm-0.3.12-py2-none-win_amd64.whl"; in the link "Cuda 10.0 - Win64". But, that file is not the same as the file...
You claim in the About Section that ThunderGbm provides Fast GBDTs and Random Forests on GPUs. However, your package only contains Gradient Boosting, but NO Random Forest algorithm. If there...