]> code.communitydata.science - ml_measurement_error_public.git/blobdiff - simulations/03_depvar.R
update simulation and mle code
[ml_measurement_error_public.git] / simulations / 03_depvar.R
index 69b4485947e9b2c2a89b0484dc38e2b467d72376..a2d88e0cec52d134b2f654e7bb45a51514da95cc 100644 (file)
@@ -70,7 +70,7 @@ parser <- add_argument(parser, "--N", default=1000, help="number of observations
 parser <- add_argument(parser, "--m", default=500, help="m the number of ground truth observations")
 parser <- add_argument(parser, "--seed", default=17, help='seed for the rng')
 parser <- add_argument(parser, "--outfile", help='output file', default='example_2.feather')
-parser <- add_argument(parser, "--y_explained_variance", help='what proportion of the variance of y can be explained?', default=0.005)
+parser <- add_argument(parser, "--y_explained_variance", help='what proportion of the variance of y can be explained?', default=0.1)
 parser <- add_argument(parser, "--prediction_accuracy", help='how accurate is the predictive model?', default=0.72)
 ## parser <- add_argument(parser, "--x_bias_y1", help='how is the classifier biased when y = 1?', default=-0.75)
 ## parser <- add_argument(parser, "--x_bias_y0", help='how is the classifier biased when y = 0 ?', default=0.75)

Community Data Science Collective || Want to submit a patch?