My Machine Learning Project using Linear Regression Part of my Data Science Learning journey
- Source: IMDb movies (Top 50 movies)
- Name: IMDB-Movie-Data.csv
- Format: csv & exel
- Type : Different Types like : Sci-fy, Action, Animation, Drama, Comedy etc...
- Import Python packages & Datasets
- Select only useful Data records
- Exploratory Data Analysis (EDA)
- Graphs & Charts
- NumPy manupulation
- Relation b/w Target & Independence Features
- Features Engineering
- Train the Model
- Normalise Data
- Train_Test_Split
- Predict Accuracy & Cross Validation
- python
- pandas
- numpy
- matplotlib
- seaborn
- sklearn
- git clone https://github.com/Lakhan-cs/Linear-reg_project (On terminal)
- pip install -r requirement.txt (intall all essential packages on bash terminal)
- cd "Lakhan-cs/Linear-reg_project" (Access the repo file can also modify the repo.)