Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBerman committed May 28, 2024
1 parent 82791ca commit 62e0cc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataPreprocessing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ iterationsPolyfit = config["iterations"]
alpha = config["alpha"]
chisq_stopping_gradient = config["chisq_stopping_gradient"]
median_constraint = config["median_constraint"]
outlier_sigma_clipping = config["outlier_sigma_clipping"]
#=
Log these config choices
=#
Expand Down Expand Up @@ -72,6 +73,7 @@ println("━ s Upper Bound: ", sUpperBound)
println("━ Training Ratio: ", training_ratio)
println("━ Sum Pixel Grid and Inputs to Unity: ", unity_sum)
println("━ Truncate Summary File: ", truncate_summary_file)
println("━ Outlier Sigma Clipping: ", outlier_sigma_clipping)
println("━ Comments: ", comments)

#=
Expand Down

0 comments on commit 62e0cc3

Please sign in to comment.