Ram Seshadri
Ram Seshadri
Hi kmedved: You have brought up an interesting idea. Would you like to pass the sample_weight parameter to Auto_ViML or would you like Auto_ViML to calculate sample_weight itself? What would...
Ok then let me provide an input argument called sample_weights for Autoviml and let users like you pass it to the program. Let me work on it. Ram On Mon,...
Hi 👍 Thanks for the appreciation. Is this what you are looking for? [Link](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html) groups: array-like of shape (n_samples,), default=None Group labels for the samples used while splitting the dataset...
Hi @reza1615 👍 Great question. I think that would require a small change but extensive testing to make sure nothing else is broken. I will research this and let you...