Skip to content

Commit

Permalink
edit API Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
theEmperorofDaiViet committed Dec 12, 2022
1 parent 7eb18c0 commit 109908e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ The **Naive_Bayes** module implements Naive Bayes algorithms. These are supervis
<th>Parameters</th>
<td>
<b>X: <i>np.array of shape (n_samples, n_features)</i></b><br/>
<p style="margin-left: 2.5%">Training vectors, where <mark>n_samples</mark> is the number of samples and <mark>n_features</mark> is the number of features.</p>
<p style="margin-left: 2.5%">Training vectors, where <b>n_samples</b> is the number of samples and <b>n_features</b> is the number of features.</p>
<b>y: <i>np.array of shape (n_samples)</i></b><br/>
<p style="margin-left: 2.5%">Target values.</p><br/>
<p style="margin-left: 2.5%">Target values.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 109908e

Please sign in to comment.