We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 models (like CatBoost) allow multi targets without changing any parameter.
Since lofo.Dataset takes target= argument as string, I couldn't perform feature selection with lofo-importance.
lofo.Dataset
target=
Can you add this compatibility ?
Thanks
The text was updated successfully, but these errors were encountered:
Can you please share the code for me to be able to reproduce the issue?
Sorry, something went wrong.
No branches or pull requests
Hi,
I would like to apply lofo in my multi targeted regression dataset, here is a reprex of my data;
some models (like CatBoost) allow multi targets without changing any parameter.
Since
lofo.Dataset
takestarget=
argument as string, I couldn't perform feature selection with lofo-importance.Can you add this compatibility ?
Thanks
The text was updated successfully, but these errors were encountered: