In unsupervised learning, we don't have dependent variable. Unsupervised learning is useful to detect patterns or associations in the data.
Learning the Machine Learning, in a Human-friendly Way
Subscribe to:
Posts (Atom)
Popular Posts
- ARIMA/SARIMA with Python: Understand with Real-life Example, Illustrations and Step-by-step Descriptions
- Feature Selection: Filter method, Wrapper method and Embedded method
- Handling Outliers in Python: Explained with Visual Examples
- Demystifying Principal Component Analysis (PCA): A Beginner's Guide with Intuitive Examples & Illustrations
- Scales of Measurement - Data types: Nominal, Ordinal, Interval and Ratio scale
- Time series Cross-validation and Forecasting Accuracy: Understand with Illustrations & Examples
- Handling Missing Values in Python: Different Methods Explained with Visual Examples
- Logistic Regression: A Beginner's Visual Guide
- Feature Selection using sklearn
- Train-Test split and Cross-validation: Visual Illustrations & Examples