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...
### How would you describe the priority of this documentation request Low ### Please provide a link or source to the relevant docs https://github.com/rapidsai/cugraph/blob/main/readme_pages/performance/performance.md ### Describe the problems in the...
## Description closes Part of #5679 Update linear_congruential_generator with constexpr, stream operators, tests and a fast discard operator for common parameters.
## Description Part of #5679 Depends on #6109
### Is this a duplicate? - [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...