We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SUPPORTED_MODELS.md
1 parent 85ed309 commit 067f075Copy full SHA for 067f075
SUPPORTED_MODELS.md
@@ -9,6 +9,7 @@
9
* [Neural Networks](#scikit-learn-nn)
10
* [Decision Trees](#scikit-learn-trees)
11
* [Clustering Models](#scikit-learn-clustering)
12
+ * [Naive Bayes](#scikit-learn-naivebayes)
13
14
<h2 id="scikit-learn">Scikit-Learn</h2>
15
<h3 id="scikit-learn-linear">Linear Models</h3>
@@ -359,7 +360,7 @@
359
360
</tr>
361
</table>
362
-<h3 id="scikit-learn-trees">Naive Bayes</h3>
363
+<h3 id="scikit-learn-naivebayes">Naive Bayes</h3>
364
365
📚 <a href="https://scikit-learn.org/stable/modules/naive_bayes.html" target="_blank"><b>Models Document</b></a>
366
0 commit comments