Skip to content

[DOC] Enhance BestEstimator docstrings #226

@SimonBlanke

Description

@SimonBlanke

File: src/hyperactive/integrations/sklearn/best_estimator.py

Description: The BestEstimator class has minimal one-word docstrings. This should be improved.

Methods to document:

  • score_samples()
  • predict()
  • predict_proba()
  • decision_function()
  • transform()
  • inverse_transform()
  • classes_

What to do:

  • Add parameter descriptions (X: array-like)
  • Add return type documentation
  • Add better description

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions