Skip to content

Commit 0d8f6b4

Browse files
committed
docs: add description about necessary methods
1 parent bf390bc commit 0d8f6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/get_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A convenience function is available to visualize distribution effects. This meth
7979
:align: center
8080

8181
To initialize the adjusted distribution function, the base model for conditional distribution function needs to be passed.
82-
In the following example, we use Logistic Regression.
82+
In the following example, we use Logistic Regression. Please make sure that your base model implements `fit` and `predict_proba` methods.
8383

8484
.. code-block:: python
8585

0 commit comments

Comments
 (0)