flowchart LR
A[Stats and Prob] --> B[Desc. Stats]
A --> C[Distribtuions]
A --> D[Population Inference]
E[Data Exploration] --> F[Plotting]
E --> G[Dataframes]
E --> H[Exploratory Data Analysis]
The Recap
flowchart LR
A[Stats and Prob] --> B[Desc. Stats]
A --> C[Distribtuions]
A --> D[Population Inference]
E[Data Exploration] --> F[Plotting]
E --> G[Dataframes]
E --> H[Exploratory Data Analysis]
flowchart LR
A[Regression] --> B[Linear Regression]
A --> C[Mutliple Linear Regression]
A --> D[Polynomial Regression]
A --> Z[Logistic Regression]
E[Model Evaluation] --> F[RMSE, R^2]
E --> G[Precision, Recall]
E --> H[Train,Valid,Test ]



flowchart LR
A[Supervised Learning] --> B[Linear Regression]
A --> C[KNN]
A --> D[Naive Bayes]
A --> Z[SVM]
E[Unsupervised Learning] --> F[Clustering]
F --> I[K-Means]
F --> J[AHC]
E --> G[PCA]
sklearn to build our models for us.What are some concepts that were completely new to you in this course?


