Releases: LSSTDESC/rail_sklearn
Releases · LSSTDESC/rail_sklearn
v1.1.3
v1.1.2
What's Changed
- allow for older models that don't have only_colors option by @eacharles in #26
Full Changelog: v1.1.1...v1.1.2
v1.1.1: docstring formatting
v1.1.0
What's Changed
- move only_colors to model and remove from estimate #20 by @sschmidt23 in #24
Full Changelog: v1.0.2...v1.1.0
v1.0.2
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
v1.0.0
RAIL v1.0 stamp
Full Changelog: v0.0.7...v1.0.0
v0.0.7
v0.0.6
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