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

databricks automl preprocess drops all feature columns - how to prevent? #121

Open
alisentuerk opened this issue Feb 10, 2023 · 0 comments

Comments

@alisentuerk
Copy link

Hi, i would like to prevent databricks automl preprocess method to drop my features even if they may not contain relevant information.

`
summary = automl.classify(train_df, target_col="label", timeout_minutes=5)

    help(summary)
    model_uri = summary.best_trial.model_path
    model = mlflow.sklearn.load_model(model_uri) #sklearn`

this is the way how i start the automl training. How can i integrate the code for it? I have not found any documentation on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant