Skip to content

Commit

Permalink
Update ml-coding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezadir authored Sep 24, 2023
1 parent f509591 commit c4df9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MLC/ml-coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
ML coding module may or may not exist in particular companies interviews. The good news is that, there are only a limited number of ML algorithms that candidates are expected to be able to code. The most common ones include:

## ML Algorithms
- Linear regression ([code](./Notebooks/linear_regression.ipynb)) :white_check_mark:
- Linear regression ([code](./notebooks/linear_regression.ipynb)) :white_check_mark:

- Logistic regression ([code](./Notebooks/logistic_regression.ipynb)) :white_check_mark:
- Logistic regression ([code](./notebooks/logistic_regression.ipynb)) :white_check_mark:

- K-means clustering ([code](./notebooks/k_means.ipynb)) :white_check_mark:

Expand Down

0 comments on commit c4df9f8

Please sign in to comment.