Docs: minor fixes

This commit is contained in:
2020-05-05 14:32:38 -05:00
parent 857e6af1a0
commit 3ac9852869
5 changed files with 4 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ dtype: float64
<h3 id="using-customized-ml-classifiers-and-regressors">Using customized ML classifiers and regressors</h3>
<p>By default, given a training set of instantes, MIPLearn trains a fixed set of ML classifiers and regressors, then
selects the best one based on cross-validation performance. Alternatively, the user specify which model a component
selects the best one based on cross-validation performance. Alternatively, the user may specify which ML model a component
should use through the <code>classifier</code> or <code>regressor</code> contructor parameters. The provided classifiers and regressors must
follow the sklearn API. In particular, classifiers must provide the methods <code>fit</code>, <code>predict_proba</code> and <code>predict</code>,
while regressors must provide the methods <code>fit</code> and <code>predict</code></p>

View File

@@ -273,5 +273,5 @@
<!--
MkDocs version : 1.1
Build Date UTC : 2020-05-05 18:57:59
Build Date UTC : 2020-05-05 19:32:35
-->

File diff suppressed because one or more lines are too long

Binary file not shown.