Simply ML

What is Simple Regression?

Simple Linear Regression is a statistical method that allows you to predict a continuous outcome variable (Y) based on one predictor variable (X). It models the relationship between two variables by fitting a linear equation: Y = β₀ + β₁X + ε

When to Use Simple Regression

How to Use in Simply ML

  1. Load Your Data: Click "Select File" or drag and drop your CSV/Excel file
  2. Select Model: Choose "Simple Regression" from the ML Model dropdown
  3. Choose Y Variable: Select the variable you want to predict
  4. Choose X Variable: Select the single predictor variable
  5. Set Train/Test Split: Default is 80% training, 20% testing
  6. Click Run: The model will train and show diagnostic plots

Understanding the Results

Visualizations:

Key Metrics:

Making Predictions

After running the model, enter a value for your X variable in the "Make a Prediction" section and click "Predict" to get the predicted Y value.

Tips & Best Practices