When to use it
Use this tool to quantify relationships, explain variation, or predict an outcome from one or more features.
Use it only when the selected variables and study design match the method's requirements.
How to use it
- Open the tool from the Quantly Tools panel.
- Confirm the active dataset and analysis session.
- Set Target Variable (Dependent) (Required): The numeric variable you want to predict.
- Set Feature Columns (Independent) (Required): The predictor variables.
- Set Regularization Type (Required): Set regularization type.
- Set Alpha (Regularization Strength) (Optional): Constant that multiplies the penalty terms. Higher alpha = more regularization. set 0 for OLS.
- Set Use Cross-Validation to find best Alpha (Optional): If checked, automatically finds the best alpha from a range of values.
- Set Categorical Encoding (Required): How to transform text variables for the model. One-Hot is usually safer for this model.
- Review optional or advanced settings and keep defaults unless your design requires a change.
- Run the tool, inspect warnings and diagnostics, then save or export the result with its assumptions.
How to interpret results
Review coefficients or feature effects, uncertainty, validation metrics, residual diagnostics, and leakage risk. Association is not causation, and performance should be evaluated on data not used for fitting.