We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf390bc commit 0d8f6b4Copy full SHA for 0d8f6b4
1 file changed
docs/source/get_started.rst
@@ -79,7 +79,7 @@ A convenience function is available to visualize distribution effects. This meth
79
:align: center
80
81
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.
+In the following example, we use Logistic Regression. Please make sure that your base model implements `fit` and `predict_proba` methods.
83
84
.. code-block:: python
85
0 commit comments