Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-starts at test time #49

Closed
davidwhogg opened this issue Jan 16, 2016 · 3 comments
Closed

re-starts at test time #49

davidwhogg opened this issue Jan 16, 2016 · 3 comments

Comments

@davidwhogg
Copy link
Collaborator

Right now we do a single optimization at test time. This can't be right, since the optimization is non-convex. Also, Anna Ho finds that for LAMOST there are wrong answers caused by local minima. We should define a set of K initializations and start from all K, and choose the best answer (best in a likelihood sense). This, unfortunately, is high priority...

@davidwhogg
Copy link
Collaborator Author

ps. Rix requested it by phone today, and rightly so.

@andycasey
Copy link
Owner

K need to be decided before analysing all 150,000 spectra again with the preferred regularized model. So I propose this, which is probably overkill:

  1. The median values of all training set labels.
  2. The median Teff and logg, with the 25th percentile of all abundances.
  3. The median Teff and logg, with the 75th percentile of all abundances.
  4. The 25th percentile in Teff and logg, with the median of all training set abundances.
  5. The 25th percentile in Teff and logg, with the 25th percentile of all abundances.
  6. The 25th percentile in Teff and logg, with the 75th percentile of all abundances.
  7. The 75th percentile in Teff and logg, with the median of all training set abundances.
  8. The 75th percentile in Teff and logg, with the 25th percentile of all abundances.
  9. The 75th percentile in Teff and logg, with the 75th percentile of all abundances.

andycasey added a commit that referenced this issue Feb 15, 2016
@davidwhogg
Copy link
Collaborator Author

Happy!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants