Rory Mitchell
Rory Mitchell
This PR moves the model generation and loading into pytest. This achieves a few things: - Generation of configurations and models on the fly by pytest - Testing prediction results...
When setting threshold=0.9, cuml models for CPU or GPU do not appear to observe the threshold. Other model types seem to be working.
Multiclass models must have the paramers predict_proba=true AND output_class=true in order to predict probabilities, otherwise we get the following backend error: ``` terminate called after throwing an instance of 'raft::exception'...
In the case of a binary classification model from sklearn we expect the output for both positive and negative classes (this would be consistent with the normal prediction output). As...
Determinism
Hi, I am interested in using this amazing project for a distributed machine learning application. My only blocker to doing this is the ability to reproduce results for a given...