Contains the work done in 100DaysOfMLCode Challenge
- Goal Getting started with Linear Algebra -- Course link MIT 18.06
- Status Completed Geometry of Linear Equations and elimination with matrices
- Goal Get acquainted with basic statistical graphs
- Status Learned about Histograms, Box plots, heat map, scatter plot.
- Goal Load a dataset and do EDA (Exploratory Data Analysis)
- Status Dataset chosen -- Graduate Admissions Dataset Basic statistical analysis done Plots used -- Histogram, pairplots, boxplot, heatmap, Scatter plot Libraries used -- Matplotlib and Seaborn