Skip to content

Commit efffa3f

Browse files
authored
Update README.md
1 parent 21e528b commit efffa3f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This version blends the strengths of **ensemble learning** with extensive prepro
2828
- [Data Sources](#data-sources)
2929
- [Training Workflow](#training-workflow)
3030
- [Evaluation](#evaluation)
31+
- [Note](#note)
3132
- [Acknowledgements](#acknowledgements)
3233
- [Appreciation](#appreciation)
3334

@@ -169,7 +170,7 @@ EXOPLANET_CLASSIFIER/
169170
├── app.py
170171
├── fit.py
171172
├── LICENSE
172-
├── README.md
173+
├── README.md # You're reading it now
173174
├── requirements.txt
174175
└── research.ipynb
175176
```
@@ -248,7 +249,6 @@ Targets are mapped as follows:
248249

249250
### Evaluation
250251

251-
The model was evaluated on a held-out test set (1/3 of the data, stratified by class).
252252
Here is the classification report:
253253

254254
| Class | Precision | Recall | F1-score | Support |
@@ -266,6 +266,18 @@ Here is the classification report:
266266
This demonstrates that the upgraded stacking classifier maintains strong performance on confirmed and false positive classes, with room for improvement on candidate predictions.
267267
The model balances **accuracy, generalization, and class fairness**, making it reliable for preliminary exoplanet classification tasks.
268268

269+
---
270+
271+
### Note
272+
Despite extensive experimentation, this represents the current performance ceiling achievable with the available data.
273+
Numerous optimizations were explored — including hyperparameter tuning, feature scaling, class rebalancing, and ensemble variations — yet further improvements beyond ~0.75 accuracy were not observed.
274+
This indicates a **data limitation rather than a model limitation**, as the features may not carry additional separable information for higher classification accuracy.
275+
276+
The research process behind this version involved significant model testing and fine-tuning efforts (see `research.ipynb`).
277+
278+
**Suggestions and improvements are highly welcome** — contributions or insights from the community could help push the model beyond its present boundary.
279+
280+
269281
---
270282

271283
## Acknowledgements

0 commit comments

Comments
 (0)