- Step 1: Upload your dataset CSV file using the upload_file tool.
- Step 2: Retrieve the dataset columns with get_columns_info().
- Step 3: Check for categorical columns with check_category_columns().
- Step 4: Encode categorical columns with label_encode_categorical_columns().
- Step 5: Specify the target output column and train the linear regression model with train_linear_regression_model().
- Step 6: Review the RMSE and model results for evaluation.