ashishsahu1 / ML-ProjectYard

This repo consists of multiple machine learning based projects with frontend
Mozilla Public License 2.0
210 stars 145 forks source link

NASA Asteroids Classification Project Added #426

Closed Manasi2001 closed 3 years ago

Manasi2001 commented 3 years ago

Added the complete project with a README as well. This PR is with reference to issue #422.

ashishsahu1 commented 3 years ago

@Manasi2001 you are working on GUI too?

Manasi2001 commented 3 years ago

@Manasi2001 you are working on GUI too?

No @ashishsahu1, this is my final commit.

gpriya32 commented 3 years ago

@Manasi2001 model is not correct class imbalance data .....try to remove imbalancing in data

Manasi2001 commented 3 years ago

@gpriya32 actually earlier I tried to resample data for removing imbalance, but then the accuracy dropped to 52.44%. Hence, I skipped the step. The given accuracy (84.54%) is the maximum that I'm able to achieve.