Here, you can find all study material with code related to Scikit-Learn Library. (Datasets used for referance: Car Price Prediction, Titanic Survival Prediction, Wine-quality Prediction, Credit-card fraud detection Prediction Topics Covered:
- Linking the dataset from Scikit-learn
- K-Nearest Neighbour
- Linear Regression
- K-Nearest Neighbour vs Lineear Regression
- Standard Scaling and Pipeline in K-Nearest Neighbour
- K-Nearest Neighbour using n_neighbours in parameter
- GridSearchCV
- Scaling and Pre-processing
- Standard Scalar
- Quantile Transformer
- Logistic Regression with Quartile Transformer
- Preprocessing on string data
- Metrices
- Adding precision_score and recall_score in GridSearchCV
- Meta Estimators
- Wine Quality Analysis
- Predict values in Binary Classification
- Evaluating a Binary Classification Model
- Predict the values in Regression
- Evaluating a Regression Model