effective_xgboost_book icon indicating copy to clipboard operation
effective_xgboost_book copied to clipboard

Results 16 effective_xgboost_book issues
Sort by recently updated
recently updated
newest added

In chapter 4, the Mersenne Twister generator is used as a parameter of RandomState. According to the documentation, it seems that RandomState directly accepts a seed for its own Mersenne...

where is code for feature interactions ?? as written in https://store.metasnake.com/xgboost ![image](https://github.com/mattharrison/effective_xgboost_book/assets/11426119/43355afe-2e24-4c5d-9bc1-5a5a6a0e8ce5)

where is Building with Docker material in code ? you mentioned chapter Building with Docker but no code ?

you wrote on amazon Whether you're working on a Kaggle competition, building a recommendation system but you do not cover xgboost use for recommendation system in book? https://www.amazon.com/Effective-XGBoost-Optimizing-Understanding-Classification/dp/1792310390?crid=2ZXB0RWPTHJIT&keywords=xgboost&qid=1686754274&sprefix=xgboost,aps,126&sr=8-2&linkCode=sl1&tag=pythonnotebook-20&linkId=3c3e3a52ceebdb38f1a5df5535c16846&language=en_US&ref_=as_li_ss_tl ![image](https://github.com/mattharrison/effective_xgboost_book/assets/11426119/1190a7ce-59ad-4849-9d20-3658878afdc3)

what is covered in videos ? https://store.metasnake.com/xgboost

I am getting the following error `URLError: ` based on my research it can be fixed by creating the SSL default context and then including the context parameter into the...