Skip to content

Align public namespace with scikit-learn for scikit-learn elements #6411

@csadorf

Description

@csadorf

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.

  • Elements are importable from the equivalent public namespace.
  • Elements are not importable from other public namespaces.

See related discussion that motivated this issue.

What is considered a public namespace is defined here.

Metadata

Metadata

Assignees

Labels

improvementImprovement / enhancement to an existing function

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions