- Member cuml::genetic::param::random_state
: feature_names
: verbose
- Member cumlCreate (cumlHandle_t *handle, cudaStream_t stream)
- : add more error codes
- Member cumlDestroy (cumlHandle_t handle)
- : add more error codes
- Member cumlGetStream (cumlHandle_t handle, cudaStream_t *stream)
- : add more error codes
- Member cumlSetDeviceAllocator (cumlHandle_t handle, cuml_allocate allocate_fn, cuml_deallocate deallocate_fn)
- : add more error codes
- Member cumlSetHostAllocator (cumlHandle_t handle, cuml_allocate allocate_fn, cuml_deallocate deallocate_fn)
- : add more error codes
- Class ML::Logger
- This currently only supports logging to stdout. Need to add support in future to add custom loggers as well [Issue #2046]