Skip to content

Commit 14d571a

Browse files
authored
Update README.md
1 parent 68fa269 commit 14d571a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,15 @@ This code performs hyperparameter tuning and trains a neural network model to pr
257257
### Results:
258258

259259
#### Data Exploration Results
260+
260261
We have found a fairly strong correlation between perihelion distance (q), absolute magnitude parameter (H), and Earth minimum orbit intersection (moid) distance with the diameter of asteroids, as indicated by the heatmap.
262+
261263
#### Preprocessing Results
262264

265+
1. All non-numeric columns and other unnecessary columns have been removed.
266+
2. After normalization, all features are scaled to lie within the range [0, 1] which ensures that no single feature dominates due to its scale
267+
268+
263269

264270
### Discussion:
265271

0 commit comments

Comments
 (0)