Hi ,
in sicki-learn we have sample_weights option that allow us to create array
to balacne class category


By calling like that

rf.fit(X,Y,sample_weights=[10 10 10 ...1 ....1 10 ])

i 'am wondering if equivelent exist inside ml or mlib class ???
if yes can i ask refrence or example
thx for advance .

Reply via email to