Skip to content

Commit d9b5c49

Browse files
committed
doc update
1 parent e5355f0 commit d9b5c49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/citrine/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.7.0"
1+
__version__ = "3.7.1"

src/citrine/informatics/predictors/auto_ml_predictor.py

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class AutoMLPredictor(Resource["AutoMLPredictor"], PredictorNode):
4949
Descriptors that represent inputs to the model
5050
outputs: list[Descriptor]
5151
Descriptors that represents the output(s) of the model.
52-
Currently, only one output Descriptor is supported.
5352
estimators: Optional[Set[AutoMLEstimator]]
5453
Set of estimators to consider during during AutoML model selection.
5554
If None is provided, defaults to AutoMLEstimator.RANDOM_FOREST.

0 commit comments

Comments
 (0)