Hi all,
I am using the make_multilabel_classification function to generate X and Y
The function help reads:
...
n_labels : int, optional (default=2)
The average number of labels per instance. Number of labels follows
a Poisson distribution that never takes the value 0.
...
but then I donot see any change in X and Y generated if I change n_labels
argument value, for example from 2(default) or 10
Is there a way I can check it ?
Regards,
Krishna
------------------------------------------------------------------------------
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general