Lee Stott
be214ab3c2
Merge pull request #778 from microsoft/leestott-patch-2
...
Update README.md
2024-11-11 20:02:40 +00:00
Lee Stott
99f79d5fb9
Update README.md
...
Added
Follow these steps:
1. **Fork the Repository**: Click on the "Fork" button at the top-right corner of this page.
2. **Clone the Repository**: `git clone https://github.com/microsoft/ML-For-Beginners.git `
2024-11-11 20:02:26 +00:00
Lee Stott
4268b0b31e
Update README.md
2024-10-15 12:00:26 +01:00
Lee Stott
0060956e6d
Merge pull request #770 from microsoft/leestott-patch-1
...
Update README.md
2024-10-15 11:31:36 +01:00
Lee Stott
2c3e5061d6
Update README.md
...
Added link to AI Discord channel
2024-10-15 11:28:59 +01:00
Lee Stott
b6381de2e3
Update
2024-08-28 15:49:54 +01:00
Pikachú
d33a093051
Merge pull request #744 from microsoft/dependabot/npm_and_yarn/quiz-app/ansi-regex-5.0.1
...
Bump ansi-regex from 4.1.0 to 5.0.1 in /quiz-app
2024-06-04 15:46:50 +03:00
Pikachú
844aae25b7
Merge pull request #745 from BethanyJep/main
...
Updated learn collection and fixed grammatical errors
2024-06-04 15:45:33 +03:00
Pikachú
732df5ecce
gramatical errors fixed
2024-06-04 15:43:15 +03:00
Pikachú
885ada0a1c
updated readme to include learn collection
2024-06-04 15:42:36 +03:00
dependabot[bot]
ce68be52de
Bump ansi-regex from 4.1.0 to 5.0.1 in /quiz-app
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 10:24:35 +00:00
Pikachú
e02df88c7c
Merge pull request #741 from microsoft/dependabot/npm_and_yarn/quiz-app/multi-4cbdc11141
...
Bump json5 in /quiz-app
2024-05-31 15:46:07 +03:00
Pikachú
1ce91c22cf
Merge pull request #737 from karthiksivakoti/main
...
Created using Colab
2024-05-31 15:34:53 +03:00
Pikachú
100cc1867c
Merge pull request #742 from microsoft/dependabot/npm_and_yarn/quiz-app/loader-utils-1.4.2
...
Bump loader-utils from 1.4.0 to 1.4.2 in /quiz-app
2024-05-31 15:29:30 +03:00
Pikachú
91ee7b6aa7
Merge pull request #739 from mfruhner/correlation-patch
...
Fix multiple function calls in Chapter 5
2024-05-31 15:28:21 +03:00
Pikachú
4b72f67984
Merge pull request #723 from encipher-mithun2003/patch-1
...
Update index.html
2024-05-31 15:24:09 +03:00
Pikachú
9392fc90af
Merge pull request #730 from dawson-codes/main
...
Create generator-generic-ossf-slsa3-publish.yml
2024-05-31 15:15:55 +03:00
Pikachú
1e8b5f2dc8
Merge pull request #729 from Rayanworkout/main
...
fixed some typos in introduction/intro-to-ML/README.fr.md
2024-05-31 15:11:18 +03:00
dependabot[bot]
0ca3caa751
Bump loader-utils from 1.4.0 to 1.4.2 in /quiz-app
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 12:09:46 +00:00
dependabot[bot]
f6141b1e0d
Bump json5 in /quiz-app
...
Bumps and [json5](https://github.com/json5/json5 ). These dependencies needed to be updated together.
Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3 )
Updates `json5` from 2.2.0 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 12:08:58 +00:00
Pikachú
c8eef8fff0
Merge pull request #732 from microsoft/dependabot/npm_and_yarn/quiz-app/multi-54f57dd993
...
Bump ejs, @vue/cli-plugin-babel, @vue/cli-plugin-eslint and @vue/cli-service in /quiz-app
2024-05-31 15:08:14 +03:00
Maik Fruhner
890cf47657
Fix 5-2 Seaborn Lineplot call
2024-05-29 09:49:46 +02:00
Maik Fruhner
67c605fab3
Fix 5-1 sns.FacetGrid call to match sns 0.13 API
2024-05-27 09:14:54 +02:00
Maik Fruhner
26528ebce2
Fix 5-1 df.corr() call to match 2.0 default parameters
2024-05-27 08:52:47 +02:00
Karthik Sivakoti
45cd65862f
Created using Colab
2024-05-22 22:10:37 -05:00
dependabot[bot]
396e30923e
Bump ejs, @vue/cli-plugin-babel, @vue/cli-plugin-eslint and @vue/cli-service
...
Removes [ejs](https://github.com/mde/ejs ). It's no longer used after updating ancestor dependencies [ejs](https://github.com/mde/ejs ), [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ), [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ). These dependencies need to be updated together.
Removes `ejs`
Updates `@vue/cli-plugin-babel` from 4.5.15 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-babel )
Updates `@vue/cli-plugin-eslint` from 4.5.15 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-eslint )
Updates `@vue/cli-service` from 4.5.15 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
- dependency-name: "@vue/cli-plugin-babel"
dependency-type: direct:development
- dependency-name: "@vue/cli-plugin-eslint"
dependency-type: direct:development
- dependency-name: "@vue/cli-service"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 14:30:28 +00:00
dawson-codes
6f7ce934b0
Create generator-generic-ossf-slsa3-publish.yml
2024-04-11 02:20:56 -07:00
Rayan
828117dd3a
fixed some typos in introduction/intro-to-ML/README.fr.md
2024-04-03 11:55:04 +02:00
Mithun Varshan S
72e0859947
Update index.html
...
Modified the description meta tag.
Removed the unnecessary double slashes (//)
2024-03-10 20:34:57 +05:30
Anthony Bartolo
8ef250efe0
Update README.md
...
Updating "Other Courses" to include Security Course
2024-02-19 23:39:21 -05:00
Pikachú
667f62aa33
change permissions for Github Token to read only
2024-02-06 08:00:30 +00:00
Anthony Bartolo
653bc95f0d
Update README.md
2023-11-30 09:30:16 -05:00
Anthony Bartolo
6251bce6ba
Merge pull request #695 from microsoft/WirelessLife-patch-1
...
Update README.md
2023-11-27 19:37:42 -05:00
Anthony Bartolo
558ecee5d4
Update README.md
2023-11-27 19:37:11 -05:00
Anthony Bartolo
66f57d6924
Update README.md
2023-11-02 15:48:46 -04:00
chris
ae07da64d2
Update README.md
2023-10-31 20:25:09 +00:00
Carlotta Castelluccio
e671cb544c
Merge pull request #688 from microsoft/carlotta94c-patch-1
...
Adding reference to new OSS curriculum
2023-10-31 10:53:14 +01:00
Carlotta Castelluccio
6d598c0d93
Adding reference to new OSS curriculum
2023-10-31 09:54:28 +01:00
Carlotta Castelluccio
8f107a21b8
Merge pull request #667 from Vidushi-Gupta/main
...
Revisions in Logistic Regression R lesson
2023-09-25 14:23:44 +02:00
Vidushi Gupta
69c6ad3487
Merge pull request #2 from jasleen101010/main
2023-09-25 07:48:05 -04:00
Jasleen Sondhi
6fada109c5
updated the html and rmd files from ipynb file
2023-09-25 16:35:27 +05:30
Carlotta Castelluccio
03fc69b5fc
Fixing image path
2023-09-25 12:06:51 +02:00
Carlotta Castelluccio
72de468c8a
Reviewing lesson_4-R.ipynb
2023-09-25 12:02:53 +02:00
Carlotta Castelluccio
84043d82ab
Fixing image path
2023-09-25 10:39:23 +02:00
Carlotta Castelluccio
91ad22916b
Fixing image path
2023-09-25 10:38:43 +02:00
Vidushi Gupta
9e572bb7c0
Merge pull request #1 from jasleen101010/main
...
Remaning taks on Logistic Regression Lesson 4
2023-09-19 12:52:47 -04:00
Jasleen Sondhi
21f82432f9
knitted lesson_4-R.ipynb
2023-09-19 21:35:40 +05:30
Jasleen Sondhi
4d87b7a495
knitted html file
2023-09-19 21:24:23 +05:30
Jasleen Sondhi
066bf89132
fixed plot and modelling error
2023-09-19 21:21:14 +05:30
Jasleen Sondhi
1b6274f711
refactored text
2023-09-17 03:30:02 +05:30