Ensure that our import paths for scikit-learn elements largely match those of scikit-learn. For example, the accuracy_score function should be documented as importable from cuml.metrics, but not from the internal cuml.metrics.accuracy module.
See related discussion that motivated this issue.
What is considered a public namespace is defined here.