Skip to content

Commit

Permalink
add missing parameters for docsig
Browse files Browse the repository at this point in the history
  • Loading branch information
JenniferHem committed Aug 28, 2024
1 parent 3dbcff8 commit dd0ebbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test_extras/test_chemprop/test_chemprop_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ def get_classification_pipeline() -> Pipeline:
def get_multiclass_classification_pipeline(n_classes: int) -> Pipeline:
"""Get the Chemprop model pipeline for classification.
Parameters
----------
n_classes : int
The number of classes for model initialization.
Returns
-------
Pipeline
Expand Down

0 comments on commit dd0ebbe

Please sign in to comment.