tilburgsciencehub / website

Learn to work more efficiently on empirical research projects.
https://tilburgsciencehub.com
38 stars 47 forks source link

XGBoost in Python #978

Open hannesdatta opened 1 year ago

hannesdatta commented 1 year ago

The XGboost building block currently only features R, and there is a draft building block developed for Python in the same directory (but set to draft).

Two ways forward:

If that's not feasible, please

All necessary code files are available in the same directory on git, ending with R and python. I didn't delete any of your code.

K-sohooli commented 1 year ago

I will work on it and create a new building block geared towards Python. Currently, my focus is on the optimization building block. I prefer to complete the optimization building block before working on XGBoost in Python. The reason for this sequencing is that the optimization building block is foundational, and I anticipate referencing it within the XGBoost building block.

lachlandeer commented 8 months ago

almost ready to merge.

PR is #1093