-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #201 from LSSTDESC/issue/189/renaming-in-creation
Issue/189/renaming in creation (adding Modeler class)
- Loading branch information
Showing
28 changed files
with
1,263 additions
and
532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
run_params: | ||
class_name: flowModeler | ||
run_name: test_flowModeler | ||
seed: 0 | ||
phys_cols: | ||
"redshift": [0., 3.] | ||
phot_cols: | ||
"mag_u_lsst": [22.79, 27.79] | ||
"mag_g_lsst": [24.04, 29.04] | ||
"mag_r_lsst": [24.06, 29.06] | ||
"mag_i_lsst": [23.62, 28.62] | ||
"mag_z_lsst": [22.98, 27.98] | ||
"mag_y_lsst": [22.05, 27.05] | ||
calc_colors: | ||
ref_column_name: mag_i_lsst | ||
spline_knots: 16 | ||
num_training_epochs: 30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
This directory contains an example notebook showing a simplified version the end-to-end functionality of RAIL. | ||
|
||
- [goldenspike.ipynb](https://htmlpreview.github.io/?https://github.com/LSSTDESC/RAIL/blob/master/examples/goldenspike/goldenspike.html) This notebooks chains together the funcitonality of the creation, estimation, and evaluation modules. | ||
- [goldenspike.ipynb](https://htmlpreview.github.io/?https://github.com/LSSTDESC/RAIL/blob/master/examples/goldenspike/goldenspike.html) This notebooks chains together the functionality of the creation, estimation, and evaluation modules. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.