Herman Tan
Herman Tan
[How to migrate from estimators to scriptRunConfig](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-migrate-from-estimators-to-scriptrunconfig) from version 1.19 estimators are deprecated. Can you update the R functions please?
Hi mx-iao, @krenova and I working as a team. I followed your instructions. Encountered an error when R package data.table is installed and compiled from source. The command '/bin/sh -c...
OK Noted thanks for your info
Solved the xgboost installation, In the dockerfile need to have: RUN apt-get install -y pkg-config RUN R -e "install.packages(install.packages('xgboost',version='0.90.0.1', repos='https://cloud.r-project.org'))" pkg-config takes care of make compile arguments for packages. For...
Hi, Look at the list of available models in Caret [https://topepo.github.io/caret/available-models.html](https://topepo.github.io/caret/available-models.html) No "xgb" only xgbTree, xgbDART, xgbLinear Herman
Hi John, I like your project and using it. I hope you will continue to support it. I encountered the same error as above. Below is the code to compare...
See if this would help: https://pentaho-public.atlassian.net/wiki/spaces/EAI/pages/382501218/Documenting+Pentaho+Data+Integration+Kettle+Projects
Me too Any response?
John, Thank you for the pointer to the readme. When a github repo is private, it simply is not found in the http url when accessed outside of the organisation/owner...
May I ask if continuous_discount_factor = 0.1 (10%), is that 10% per year? When I use weekly data or daily data, do I need to convert the discount factor or...