Samet Sökel

Results 4 issues of Samet Sökel

Hi, I'm aware of `valid_split` argument in `tabnet_config()` but it uses a proportion of train set as validation set. I have standalone validation sets, how can I use them during...

question

Problem: Hi, I tried to install a release from github after a while the error occurs. ``` Error: package or namespace load failed for ‘catboost’ in library.dynam(lib, package, package.lib): shared...

bug
R
installation

I'm having trouble with training `mlp()` specification by `brulee`. I know that brulee uses torch and I checked my torch & gpu relationship, seems okay. But in the example below,...

feature

Hi, I would like to apply lofo in my multi targeted regression dataset, here is a reprex of my data; ``` from sklearn.datasets import make_regression X,y = make_regression(n_samples=int(1e3),n_features=5,n_targets=4) ``` some...