Issue | #Downvotes for this reason | By |
---|
categories | Categories (unique values) per feature: - 'auto' : Determine categories automatically from the training data - list : ``categories[i]`` holds the categories expected in the ith column. The passed categories should not mix strings and numeric values, and should be sorted in case of numeric values The used categories can be found in the ``categories_`` attribute | default: [[0, 1], [0, 1]] |
dtype | Desired dtype of output. | default: {"oml-python:serialized_object": "type", "value": "np.float64"} |