Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Aug 5, 2019
1 parent 309b3a4 commit 10ffc83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api_cc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following APIs are consistent for most of the models
* :func:`combo.models.base.BaseAggregator.fit`: Fit estimator. y is optional for unsupervised methods.
* :func:`combo.models.base.BaseAggregator.predict`: Predict on a particular sample once the estimator is fitted.
* :func:`combo.models.base.BaseAggregator.predict_proba`: Predict the probability of a sample belonging to each class once the estimator is fitted.
* :func:`combo.models.base.BaseAggregator.fit_predict`: Fit estimator and predict on X. y is optional for unsupervised methods.

Helpful functions:

Expand Down

0 comments on commit 10ffc83

Please sign in to comment.