Issue | #Downvotes for this reason | By |
---|
random_state | Random state or seed | default: 42 |
refit | Whether to refit the model on the full dataset (I think) | default: true |
shuffle | Whether to shuffle the training set in cross-validation. | default: true |
type_hints | If dict, provide type information for columns Keys are column names, values are types as provided by detect_types | default: null |
verbose | Verbosity (higher is more output) | default: 0 |