verstack
verstack copied to clipboard
I am trying to install on a M1 Mac under Python 3.9.13 using the Poetry package manager. Installing works when I use `pip install verstack`, but poetry is a very...
Can you add a feval function like in lightgbm.train? It is the customized evaluation function. Each evaluation function should accept two parameters: preds, eval_data, and return (eval_name, eval_result, is_higher_better) or...
Some sort of LGBMTunerCV being able to customise the number of CVs would be great.
When trying to use FeatureSelector I got "" message. Command I use (python 3.10): `from verstack import FeatureSelector` `FS = FeatureSelector(objective = 'classification', auto = True)` `selected_feats = FS.fit_transform(X_encoded, y)`...
Hi Authors/developers, I used this wonderful package for my research. Do you have any citations/references for the package that I can add to my paper? Thank you again.
I used the hyperparameter optimisation and found it really useful- Thanks. I was hoping to carry the same process out but with cross-validation (specifically groupKfold). support for scikit cv would...
please help :( tried pip install verstack but this is the how the error ended- note: This error originates from a subprocess, and is likely not a problem with pip....
error: subprocess-exited-with-error × Building wheel for lightgbm (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [49 lines of output] ... *** CMake build failed [end of output] .......