Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jun 21, 2024
1 parent 970f368 commit d0bf550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/learning-machine-learning-in-elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ What I want to highlight here is the `fit` part generates the `mean` and `standa

## Model Training

This is the "learing" part of machine learning. In python you can simply pass your `Xt` the `x` training data and `Yt` y training data. Where x is the actual data and y in this case is the labels.
This is the "learning" part of machine learning. In python you can simply pass your `Xt` the `x` training data and `Yt` y training data. Where x is the actual data and y in this case is the labels.

```python
# python
Expand Down

0 comments on commit d0bf550

Please sign in to comment.