Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 2.92 KB

File metadata and controls

81 lines (45 loc) · 2.92 KB

Machine Learning

This repository contains various Jupyter Notebooks and datasets for practicing machine learning concepts, focusing on regression techniques and data preprocessing.

Repository Overview

Notebooks

1. Linear Regression Single Variable

2. Joblib & Pickle

  • Demonstrates how to save and load machine learning models using Joblib and Pickle.
  • Joblib & Pickle.ipynb

3. Linear Regression Multi-Variable

4. Dummy Variable & One Hot Encoding

5. Train_Test_Split

  • Shows how to split datasets into training and testing sets using the train_test_split function.
  • Train_Test_Split.ipynb

Datasets

1. Houseprice

  • Dataset related to house prices for regression analysis.
  • Houseprice.csv

2. Canada_per_capita_income - Single Variable

3. Hiring - MultiVari - LR

4. Homeprices - One Hot Encoding

Getting Started

Clone this repository:

Navigate to the project directory:

cd Machine-Learning

Prerequisites

Ensure you have the following installed:

  • Python 3.x

  • Jupyter Notebook

  • Libraries: numpy, pandas, matplotlib, scikit-learn, etc.

Usage

Open the Jupyter Notebooks to understand and experiment with different machine learning concepts.

Modify datasets and code to explore variations.