Maximum number of buckets into which data points are grouped.
Maximum number of buckets into which data points are grouped. Must be >= 2. default: 2
Maximum number of elements to evaluate in each partition.
Maximum number of elements to evaluate in each partition. If this parameter is bigger then the evaluation phase will be sequentially performed. Must be >= 10,000. default: 10,000
Splits organized by feature.
Splits organized by feature. Each column is the list of splits for a single feature.
Transform a vector to the discrete space determined by the splits.
Transform a vector to the discrete space determined by the splits. NOTE: Vectors to be transformed must be the same length as the source vectors given to MDLPDiscretizer.fit().
:: Experimental :: Model fitted by MDLPDiscretizer.