dependabot[bot]
c2ff3a8aef
build(deps): bump eventsource from 1.1.0 to 1.1.1 in /quiz-app ( #598 )
...
Bumps [eventsource](https://github.com/EventSource/eventsource ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases )
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md )
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: eventsource
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Sebastian Pardo
71440f392c
(spanish) Quiz app spanish translation ( #591 )
...
* feat(quiz-app): add spanish translation
* fix(quiz-app): standardizes question punctuation for spanish translate
* fix: modify quiz link for spanish version
* refactor(quiz-app): modify text to meet the lessons standard
4 years ago
dependabot[bot]
eb167ad1fe
build(deps): bump async from 2.6.3 to 2.6.4 in /quiz-app ( #587 )
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
b1997ffb06
build(deps): bump minimist from 1.2.5 to 1.2.6 in /quiz-app ( #570 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
574ef95010
build(deps): bump url-parse from 1.5.7 to 1.5.10 in /quiz-app ( #547 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
2551009476
Bump url-parse from 1.5.3 to 1.5.7 in /quiz-app ( #529 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
82170d9431
Bump follow-redirects from 1.14.5 to 1.14.8 in /quiz-app ( #519 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.5 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Daniele Maltese
0c3531635f
feat(quiz-app): italian translation ( #486 )
4 years ago
Jen Looper
204d8d6369
fixing quiz build, adding quiz links for Brazilian Portuguese
4 years ago
Jen Looper
c08c8a7197
quiz edit for pt-br
4 years ago
Jen Looper
c13055416a
fixing the build, adding a few pdfs as samples
4 years ago
Charles Emmanuel S. Ndiaye
179eb08d1c
Fix some translations and add 51 and 52 id missing quizzes ( #423 )
4 years ago
Jen Looper
f72cd0e3d4
SVR lesson edits
4 years ago
Anirban Mukherjee
c89fe19391
Added Support Vector Regressor for Time Series Prediction ( #384 )
...
* Create README.md
* Uploaded images
* Create utils.py
* Update README.md
* Update README.md
* Update README.md
* Updated images
* Update README.md
- Added epsilon hyperparameter
* Update README.md
* Update README.md
* Delete utils.py
* Added utils
* Added data
* Create notebook.ipynb
* Update notebook.ipynb
* Update README.md
* Update notebook.ipynb
* Update notebook.ipynb
* Create notebook.ipynb
* Update README.md
Added link to SVR
* Update README.md
* Update README.md
* Update README.md
Credits added
* Update README.md
Credits
* Update README.md
Credits
* Create assignment.md
* Create /translations/README.es.md
* Update README.md
* Update README.md
Review & Self Study added for further reading
* Added questions and answers for quiz on SVR
* Removed duplicates for 'common\utils.py'
Placed one 'common\utils.py' in the folder '7-TimeSeries'
* Removed duplicates of 'data\energy.csv' from SVR
Placed one 'data\energy.csv' in the folder '7-TimeSeries'
* Removed duplicated
* Update notebook.ipynb
* Update README.md
- Changed path of data
- Changed import of common\utils.py
4 years ago
dependabot[bot]
eb19f9b789
Bump path-parse from 1.0.6 to 1.0.7 in /quiz-app ( #386 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Raysa Dutra
d1eb724f3c
Add PT-BR Translation: Readme, Quizzes and Introduction ( #377 )
...
* Create translation for pt-br
* fix: fix typo error
* fix: fix typo error
* feat: translate quiz
* feat: add translation for pt-br for introduction
* feat: add intro to ml pt-br translate
* feat: add pt-br translation for history of ml
* fix paths
* fix paths
* fix paths
* fix paths and add fairness pt-br translation
* feat: add techniques of ml pt-br translation
* fix quizzes path
4 years ago
dependabot[bot]
d6db6c73ca
Bump url-parse from 1.4.7 to 1.5.3 in /quiz-app ( #385 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Roberto Pauletto
2b147be159
Italian translation - Chapter 9 completed. Quiz app: added italian version and updated index.js accordingly. Query string for iinks for pre/post lecture quizzes updated. Translated main README.md file
5 years ago
Jen Looper
8a57c1849f
typo fix for quiz
5 years ago
Jen Looper
08c27b1aa5
Merge pull request #224 from Foo-x/149-quizzes
...
Add Japanese translations for quizzes
5 years ago
Foo-x
6ac03b93ff
feat: add option of ja
...
Refs #149
5 years ago
Foo-x
a883125af5
feat: add ja translations for quizzes
...
Refs #149
5 years ago
Foo-x
94c16b8281
fix: wrong quiz answers
5 years ago
Jen Looper
7bdd1c777e
quiz fix
5 years ago
manusquall
90671f8949
fix mistranslation
5 years ago
manusquall
e7e79fc710
review and correct some meaning
5 years ago
manusquall
1c16c4869d
finish the fr.json translation proposition
5 years ago
manusquall
b2f7560f4a
stop at 43
5 years ago
manusquall
8c53da38b6
add vscode option folder to gitignore, add fr option to quiz-app vue
5 years ago
Jen Looper
7b10b8c10a
Update README.md
5 years ago
Emre Çağatay Köse
9bd36bcaa4
fix: erraneous translation of some object keys
5 years ago
Emre Çağatay Köse
e9d89cb4b4
add: Turkish quiz translations
5 years ago
Ornella Altunyan
24a9345576
NLP 5 quiz 2
5 years ago
Ornella Altunyan
bae620a91e
Add NLP 5 pre-quiz
5 years ago
Ornella Altunyan
837873a1df
Add quizzes for NLP 4
5 years ago
Ornella Altunyan
ae9606e35f
Reinforcement 2 post-quiz
5 years ago
Ornella Altunyan
df4522801c
Reinforcement 2 pre-quiz
5 years ago
Jen Looper
93c59f6e6a
50 quizzes!
5 years ago
Ornella Altunyan
7fe5b1ac23
Review reinforcement 1 and add quizzes
5 years ago
Jen Looper
1f208fca5d
missed cluster quiz
5 years ago
Jen Looper
6e0720cf13
web app quiz
5 years ago
Jen Looper
a3628d5594
classifier quiz
5 years ago
Jen Looper
ad851cfeb6
Techniques quiz
5 years ago
Jen Looper
d7421159a4
spelling audits
5 years ago
Jen Looper
070058770b
Scikit-learn spelling audit
5 years ago
Jen Looper
a23b0eab9c
capitalization fixes
5 years ago
Jen Looper
b240495a46
revisiting capitalization strategy
5 years ago
Jen Looper
bd512c1d19
renumbering quizzes
5 years ago
Ornella Altunyan
a1cb3af816
classification 2 quizzes
5 years ago
Ornella Altunyan
9254bcfa37
Add classification 1 quizzes
5 years ago