Back to Labs
Machine Learning Methods
Explore three powerful ML techniques: LASSO for feature selection, Decision Trees for interpretability, and Neural Networks for complex patterns
Controls
Higher λ = more aggressive feature selection
Dataset Info
Observations:200
Features:10
Pattern:linear
LASSO Regression
Actual vs Predicted
R² = 0.634
Feature Selection
X1:2.961
X2:1.671
X3:1.136
X4:0.007
X5:-0.406
X6:0.105
X7:0.000
X8:0.000
X9:0.000
X10:-0.115
Selected Features: 7 / 10
Try adjusting λ for better selection
Method Comparison
| Method | Best For | Interpretability | R² |
|---|---|---|---|
| LASSO | Feature selection, sparse models | ⭐⭐⭐ High | 0.634 |
| Decision Tree | Nonlinear patterns, interactions | ⭐⭐⭐ High | 0.815 |
| Neural Network | Complex patterns, large data | ⭐ Low | 0.985 |
LASSO Implementation
Continue Your ML Journey
You've explored three foundational ML methods. Now dive deeper into causal inference and advanced econometric techniques.