Open rflamary opened 1 week ago
It would be very practical to allow for scalar value for instance when trying to visualize decision foinctions
ypred = clf.predict(X,sample_domain=1)
should assume that all samples in X come from domain 1.
I think it is the same issue as in #143
It would be very practical to allow for scalar value for instance when trying to visualize decision foinctions
should assume that all samples in X come from domain 1.