A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.databricks.com/aws/en/machine-learning/automl/regression below:

Regression with AutoML | Databricks Documentation

Regression with AutoML

Use AutoML to automatically find the best regression algorithm and hyperparameter configuration to predict continuous numeric values.

Set up regression experiment with the UI​

You can set up a regression problem using the AutoML UI with the following steps:

  1. In the sidebar, select Experiments.

  2. In the Regression card, select Start training.

    The Configure AutoML experiment page displays. On this page, you configure the AutoML process, specifying the dataset, problem type, target or label column to predict, metric to use to evaluate and score the experiment runs, and stopping conditions.

  3. In the Compute field, select a cluster running Databricks Runtime ML.

  4. Under Dataset, select Browse.

  5. Navigate to the table you want to use and click Select. The table schema appears.

  6. Click in the Prediction target field. A drop-down appears listing the columns shown in the schema. Select the column you want the model to predict.

  7. The Experiment name field shows the default name. To change it, type the new name in the field.

You can also:

Advanced configurations​

Open the Advanced Configuration (optional) section to access these parameters.

Run the experiment and monitor the results​

To start the AutoML experiment, click Start AutoML. The experiment starts to run, and the AutoML training page appears. To refresh the runs table, click .

View experiment progress​

From this page, you can:

With Databricks Runtime 10.1 ML and above, AutoML displays warnings for potential issues with the dataset, such as unsupported column types or high cardinality columns.

note

Databricks does its best to indicate potential errors or issues. However, this may not be comprehensive and may not capture the issues or errors you may be searching for.

To see any warnings for the dataset, click the Warnings tab on the training page or the experiment page after the experiment completes.

View results​

When the experiment completes, you can:

To return to this AutoML experiment later, find it in the table on the Experiments page. The results of each AutoML experiment, including the data exploration and training notebooks, are stored in a databricks_automl folder in the home folder of the user who ran the experiment.

Register and deploy a model​

You can register and deploy your model with the AutoML UI:

  1. Select the link in the Models column for the model to register. When a run completes, the top row is the best model (based on the primary metric).
  2. Select to register the model in Model Registry.
  3. Select Models in the sidebar to navigate to the Model Registry.
  4. Select the name of your model in the model table.
  5. From the registered model page, you can serve the model with Model Serving.
No module named 'pandas.core.indexes.numeric​

When serving a model built using AutoML with Model Serving, you may get the error: No module named 'pandas.core.indexes.numeric.

This is due to an incompatible pandas version between AutoML and the model serving endpoint environment. You can resolve this error by running the add-pandas-dependency.py script. The script edits the requirements.txt and conda.yaml for your logged model to include the appropriate pandas dependency version: pandas==1.5.3

  1. Modify the script to include the run_id of the MLflow run where your model was logged.
  2. Re-registering the model to the MLflow model registry.
  3. Try serving the new version of the MLflow model.
Next steps​

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4