SIGN IN SIGN UP

10 Weeks, 20 Lessons, Data Science for All!

0 0 0 Jupyter Notebook
2021-07-14 17:22:20 -04:00
{
2021-08-18 16:42:36 -04:00
"name": "ds-for-beginners",
2021-07-14 17:22:20 -04:00
"version": "1.0.0",
2021-08-18 16:42:36 -04:00
"description": "Data Science for Beginners - A Curriculum",
2021-07-14 17:22:20 -04:00
"main": "index.js",
"scripts": {
2021-08-10 16:19:33 -04:00
"convert": "node_modules/.bin/docsify-to-pdf"
},
2021-07-14 17:22:20 -04:00
"repository": {
"type": "git",
2021-08-18 16:42:36 -04:00
"url": "git+https://github.com/microsoft/Data-Science-For-Beginners.git"
2021-07-14 17:22:20 -04:00
},
"keywords": [
"machine",
"learning",
"ml",
"ai",
"curriculum"
],
"author": "Jen Looper and team",
"license": "MIT",
"bugs": {
2021-08-18 16:42:36 -04:00
"url": "https://github.com/microsoft/Data-Science-For-Beginners/issues"
2021-07-14 17:22:20 -04:00
},
2021-08-18 16:42:36 -04:00
"homepage": "https://github.com/microsoft/Data-Science-For-Beginners#readme",
2021-07-14 17:22:20 -04:00
"devDependencies": {
"docsify-to-pdf": "0.0.5"
}
}