Skip to content
New issue

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

allowed_model_families is not enforced #4463

Open
iXanthos opened this issue Nov 26, 2024 · 1 comment
Open

allowed_model_families is not enforced #4463

iXanthos opened this issue Nov 26, 2024 · 1 comment
Labels
bug Issues tracking problems with existing features.

Comments

@iXanthos
Copy link

I want evalml to only create XGBOOST models in the allotted time, but both baseline and Random Forest models are also generated.
My hyperparameters and my setup are:

Code Sample, a copy-pastable example to reproduce your bug.

eval_automl = automl.AutoMLSearch(
        X_train=train_data,
        y_train=train_target,
        problem_type="binary",
        max_time=60,
        allowed_model_families=["xgboost"],
        ensembling=False,
        n_jobs=1,
        verbose=True,
    )

I understand the baseline could be mandatory to ensure a result, but why is random forests also included?

@iXanthos iXanthos added the bug Issues tracking problems with existing features. label Nov 26, 2024
@iXanthos
Copy link
Author

iXanthos commented Dec 9, 2024

hello, any response on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues tracking problems with existing features.
Projects
None yet
Development

No branches or pull requests

1 participant