Skip to content

Commit

Permalink
Merge branch 'abhisheks008:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ankana2113 authored Jan 10, 2024
2 parents 717c03c + c4ea056 commit defef87
Show file tree
Hide file tree
Showing 260 changed files with 646,752 additions and 0 deletions.
1,000 changes: 1,000 additions & 0 deletions Bearing Classification/Dataset/Faulty-bearing.csv

Large diffs are not rendered by default.

1,000 changes: 1,000 additions & 0 deletions Bearing Classification/Dataset/Healthy-bearing.csv

Large diffs are not rendered by default.

Binary file added Bearing Classification/Images/EDA1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bearing Classification/Images/EDA2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bearing Classification/Images/EDA3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bearing Classification/Images/Metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,649 changes: 1,649 additions & 0 deletions Bearing Classification/Model/bearing_classification.ipynb

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions Bearing Classification/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Bearing Classification using ML

## PROJECT TITLE

Bearing Classification

## GOAL

To identify faulty and healthy bearing.

## DATASET

The link for the dataset used in this project: https://www.kaggle.com/datasets/zlemglsmklkaya/healthy-vs-faulty-bearings/data?select=Healthy-bearing.csv

## EDA:
![Alt text](Images/Input_Dataset.png)
![Alt text](Images/EDA1.png)
Shape: (1998,2)

## DESCRIPTION

This project aims to identify the faulty and helthy bearings.

## WHAT I HAD DONE

1. Data collection: From the link of the dataset given above.
2. Data preprocessing: Preprocessed the data to create valid features.
3. Model selection: XGBC,Random Forest,Logestic Regression,Gaussian Bayes,AdaBoost Classifier.
4. Comparative analysis: Compared the accuracy score of all the models.


## MODELS SUMMARY

- XGBC
- Logistic Regression
- Adaboost Classifier
- Random Forest Classifier
- Gaussian Bayes

## LIBRARIES NEEDED

The following libraries are required to run this project:

- matplotlib
- numpy
- pandas
- sklearn

## EVALUATION METRICS

The evaluation metrics I used to assess the models:

- Accuracy

It is shown using Confusion Matrix in the Images folder

## RESULTS
Results on Val dataset:
XGBC: 77.33%
Random Forest: 77.67%
Adaboost: 75%
Logistic Regression: 74%
Gaussian Bayes: 73.33%
DTC:77.33%
![Alt text](Images/Metrics.png)

## CONCLUSION
Based on results we can draw following conclusions:

1.The Random Forest worked the best
1 change: 1 addition & 0 deletions BellaBeat - Capstone Project by Google/Dataset/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.csv
5 changes: 5 additions & 0 deletions BellaBeat - Capstone Project by Google/Dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Dataset

Dataset can be found on the below link:

[https://www.kaggle.com/datasets/dafertflores/google-capstone-project-bellabeat](https://www.kaggle.com/datasets/dafertflores/google-capstone-project-bellabeat)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit defef87

Please sign in to comment.