Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions chemotools/model_selection/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from ._candidate_selector import CandidateSelector

Copilot AI Jan 27, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing module-level docstring. Other modules in the codebase (e.g., smooth, inspector) have docstrings at the module level. Add a docstring describing the model selection module's purpose and main classes.

Copilot uses AI. Check for mistakes.
from ._fitted_model import BaseFittedModel

__all__ = ["CandidateSelector", "BaseFittedModel"]
Loading
Loading