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 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
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.
The text was updated successfully, but these errors were encountered: