You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objective: The goal of the project is to compare different classification algorithms on the solution of plane and car shape datasets.
Description: This repository contains a project description, a written report describing the solution, a Jupyter Notebook with the implementation and the shape datasets.
Contents of the Notebook:
1.Importing the libraries
2.Reading the datasets
3.Preprocessing the datasets
4.Scaling the data
5.Dividing train and test data
6.Classification
7.Validation
8.Feature Selection
9.Feature Engineering
10.Pipeline Optimization
About
The goal of the project is to compare different classification algorithms on the solution of plane and car shape datasets.