Skip to content

Commit

Permalink
Rescaled one plot (bayesian regression)
Browse files Browse the repository at this point in the history
rescaled to show full value scale.
  • Loading branch information
clemens4321 committed Mar 9, 2021
1 parent 6d44805 commit c5a06c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Manifest.toml
# macOS specific
.DS_Store
*/.DS_Store
statics/bayesian_regression/particles_regression_n=100000_e=5000.jld
4 changes: 1 addition & 3 deletions src/julia/bayesian_regression/BR_Experiments.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ Y_test[Y_test.==-1] .= 0
##
using JLD
# save("statics/regression/particles_regression_n=100000_e=5000.jld","particles", hist_parts)
d = load("statics/regression/particles_regression_n=100000_e=5000.jld")
d = load("statics/bayesian_regression/particles_regression_n=100000_e=5000.jld")
hist_parts = d["particles"]


##
acc_over_time = zeros(size(hist_parts,1))
n = size(Y_test,1)
Expand Down
Binary file modified statics/bayesian_regression/mean_prediction_initial_weights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5a06c7

Please sign in to comment.