Skip to content

Releases: LSSTDESC/rail_sklearn

v1.0.2

16 Aug 18:52
aca3baf
Compare
Choose a tag to compare

minor fixes to use list instead of tuple for parameters and computing number of chunks. Added an "only_colors" config parameter that enables you to run KNearestNeighbor using only the galaxy colors and without the reference band magnitude, which will give different results, particularly when the training set magnitude distribution is dramatically different than the test set magnitude distribution.

What's Changed

  • Switch to using list instead of tuple for parameters, fix stage names by @eacharles in #19
  • add 'only_colors' option to KNearNeigh #20 by @sschmidt23 in #21
  • The total number of chunks was not computed properly by @joselotl in #23

Full Changelog: v1.0.1...v1.0.2

v1.0.1: Merge pull request #18 from LSSTDESC/ceci2

17 Jul 09:48
a1da1ee
Compare
Choose a tag to compare

What's Changed

v1.0.0

13 May 20:38
a02cd35
Compare
Choose a tag to compare

RAIL v1.0 stamp

Full Changelog: v0.0.7...v1.0.0

v0.0.7

08 May 15:55
a02cd35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

17 Apr 23:57
3d22132
Compare
Choose a tag to compare

Josue tracked down a bug where NZDir was failing in Jupyter if the input data was larger than the default chunk_size of 10,000 galaxies. This should no longer be an issue.

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5: new copier template

01 Nov 01:53
e5f7b76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4: Random forest classifier

11 Sep 20:48
10ba2ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

15 Aug 22:29
8d642bd
Compare
Choose a tag to compare

What's Changed

  • add TEENY to distances by @sschmidt23 in #5
  • add test for knn NaNs not present when same data in test and train by @sschmidt23 in #6
  • missed one of two things I needed to change to fix the nan issue by @sschmidt23 in #7
  • move open_model from init to run by @eacharles in #9

New Contributors

Full Changelog: v0.0.2...v0.0.3

API consistency improvements part 1

14 Jul 23:54
a2f2546
Compare
Choose a tag to compare

Implementing more consistent names throughout src/rail/estimation

initial release

13 Jun 03:29
Compare
Choose a tag to compare