Closed
Description
Describe the bug
"optim_batch_size" parameter is missing in UMAP class constructor. Which is mentioned in the doc
Steps/Code to reproduce bug
Init the UMAP class with an argument passing to the parameter 'optim_batch_size'
Expected behavior
TypeError: init() got an unexpected keyword argument 'optim_batch_size'
Additional context
Code Segement
cuml/python/cuml/manifold/umap.pyx
Lines 336 to 359 in 7e91505