chengsoonong / mclass-sky

Multiclass methods for astronomical data
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Use error estimates of Mag as features #28

Open chengsoonong opened 9 years ago

chengsoonong commented 9 years ago

This can be done with a robust optimisation approach.

See chapter 12 of: http://www2.isye.gatech.edu/~nemirovs/FullBookDec11.pdf

alasdairtran commented 9 years ago

When it comes to choosing our training data, we might want to use the bright objects (since they have smaller errors) and then test our classifier on faint ones. But from a machine learning perspective, perhaps we might want to do the reverse, since it's better to let our classifiers know as much about the random noises at the training phase as possible.