Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ml-coding.md #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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