A superconductor is a substance that conducts electricity without resistance when it becomes colder than a critical temperature. The intention of this Notebook is do an Expolatory Data Analysis on the given data and:
1)Find the factors the affects Tc.
2)Visualizing the given data in 2D in space using PCA.
3)Develope and compare Various models for predicting Tc.
Creat a good model for Predicting Critical Temperature(Tc) of Superconductor
This project is divided into two part:
-
Visualize the data by using Matplotlib and Seaborn.
-
Training a Machine Learning model using Scikit-learn.
-
Training the data by using Scikit-learn
•)For predicting the Critical Temperature(Tc) i used :
- Linear Regression.
- Decision Tree Regression
- Random Forest Regression
- Bagging Regression
- Random Forest + Bagging
From these models Random Forest Regression model gives highest score when compared to other models (0.92)
- Python
- Pandas
- Scikit-learn
- Matplotlib
- Numpy
- Seaborn
- Jupyter Notebook
If you liked what you saw, want to have a chat with me about the portfolio, work opportunities or collabration, shoot an email at [email protected]