Skip to content

Commit 067f075

Browse files
committed
SUPPORTED_MODELS.md updated
1 parent 85ed309 commit 067f075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SUPPORTED_MODELS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [Neural Networks](#scikit-learn-nn)
1010
* [Decision Trees](#scikit-learn-trees)
1111
* [Clustering Models](#scikit-learn-clustering)
12+
* [Naive Bayes](#scikit-learn-naivebayes)
1213

1314
<h2 id="scikit-learn">Scikit-Learn</h2>
1415
<h3 id="scikit-learn-linear">Linear Models</h3>
@@ -359,7 +360,7 @@
359360
</tr>
360361
</table>
361362

362-
<h3 id="scikit-learn-trees">Naive Bayes</h3>
363+
<h3 id="scikit-learn-naivebayes">Naive Bayes</h3>
363364

364365
📚 <a href="https://scikit-learn.org/stable/modules/naive_bayes.html" target="_blank"><b>Models Document</b></a>
365366

0 commit comments

Comments
 (0)