Skip to content

Commit

Permalink
SUPPORTED_MODELS.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 29, 2024
1 parent 85ed309 commit 067f075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SUPPORTED_MODELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* [Neural Networks](#scikit-learn-nn)
* [Decision Trees](#scikit-learn-trees)
* [Clustering Models](#scikit-learn-clustering)
* [Naive Bayes](#scikit-learn-naivebayes)

<h2 id="scikit-learn">Scikit-Learn</h2>
<h3 id="scikit-learn-linear">Linear Models</h3>
Expand Down Expand Up @@ -359,7 +360,7 @@
</tr>
</table>

<h3 id="scikit-learn-trees">Naive Bayes</h3>
<h3 id="scikit-learn-naivebayes">Naive Bayes</h3>

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

Expand Down

0 comments on commit 067f075

Please sign in to comment.