Skip to content

Starovoitov/Exoplanets_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Exoplanets_prediction

Classification of whether there are exoplanets for stars against Kepler telescope data (taken from https://www.kaggle.com/keplersmachines/kepler-labelled-time-series-data)

Trained by sklearn's model of perceptron in SGDClassifier

Confusion Matrix (train sample):
 [[5050    0]
 [   0 5050]]
Confusion Matrix (test sample):
 [[564   1]
 [  0   5]]

About

Classification of whether there are exoplanets against stars from Kepler telescope data (taken from https://www.kaggle.com/keplersmachines/kepler-labelled-time-series-data)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published