We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847341e commit fcaa085Copy full SHA for fcaa085
src/propeller/gp.cljc
@@ -64,7 +64,7 @@
64
:closes :specified ; :specified, :balanced, :none
65
:custom-report false ; if provided, should be a function that takes an argmap
66
:dont-end false ; if true, keep running until limit regardless of success
67
- :downsample? true ; wether to use downsampling
+ :downsample? false ; whether to use downsampling
68
:ds-function :case-maxmin ; :case-rand, case-maxmin, case-maxmin-auto
69
:downsample-rate 0.05 ; proportion of data used in downsample
70
:ds-parent-rate 0.01 ; proportion of parents used to evaluate case distances
0 commit comments