Skip to content

Commit fca1802

Browse files
committed
inital commit
Data Science resources
1 parent 1e7ba7a commit fca1802

31 files changed

+49009
-0
lines changed

Diff for: .ipynb_checkpoints/1-MachineLearningModels-checkpoint.ipynb

+1,249
Large diffs are not rendered by default.

Diff for: .ipynb_checkpoints/1-Python-Reference-checkpoint.ipynb

+1,976
Large diffs are not rendered by default.

Diff for: .ipynb_checkpoints/2-AzureMLStudio-Reference-checkpoint.ipynb

+378
Large diffs are not rendered by default.

Diff for: .ipynb_checkpoints/2-AzureMLStudio-checkpoint.ipynb

+644
Large diffs are not rendered by default.

Diff for: .ipynb_checkpoints/3-Capstone-checkpoint.ipynb

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"cells": [
3+
{
4+
"metadata": {
5+
"collapsed": true
6+
},
7+
"cell_type": "markdown",
8+
"source": "# Capstone Project\n\nIn this Capstone Project you will be engaging with the NOAA Significant Volcanic Eruption database, which can be found at: \n`Data/noaa_volerup.csv` \nIn this Notebook. \n\n## Tasks\nUsing what you know about Python, NumPy, Pandas, and Machine Learning you sould:\n- Idenfity requirements for success\n- Identify possible risks in the data if this were a real-world scenario\n- Prepare the data\n- Select features (variables)\n- Split the data between training and testing\n- Choose algorithms\n\n## Options\nIf you would prefer to find your own dataset, that is OK, however limit your searching to about 15 minutes. Microsoft has several [Public Datasets](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-public-data-sets) if you want to start there. \n\nYou are also encouraged to explore any aspects of the data. Be explicit about your inquiry and success in predicting affects on our world."
9+
},
10+
{
11+
"metadata": {
12+
"trusted": true
13+
},
14+
"cell_type": "code",
15+
"source": "",
16+
"execution_count": null,
17+
"outputs": []
18+
}
19+
],
20+
"metadata": {
21+
"kernelspec": {
22+
"name": "python36",
23+
"display_name": "Python 3.6",
24+
"language": "python"
25+
},
26+
"language_info": {
27+
"mimetype": "text/x-python",
28+
"nbconvert_exporter": "python",
29+
"name": "python",
30+
"pygments_lexer": "ipython3",
31+
"version": "3.6.6",
32+
"file_extension": ".py",
33+
"codemirror_mode": {
34+
"version": 3,
35+
"name": "ipython"
36+
}
37+
}
38+
},
39+
"nbformat": 4,
40+
"nbformat_minor": 2
41+
}

Diff for: .ipynb_checkpoints/4-Cleaning_and_Manipulating-Reference-checkpoint.ipynb

+1,586
Large diffs are not rendered by default.

Diff for: .library.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Data Science 2: Introduction to Machine Learning for Data Science","id":"data-science-2","created":"10/15/2019 7:15:14 AM +00:00","modified":"10/15/2019 7:15:14 AM +00:00","lastBackedUp":"","accessed":"10/21/2019 4:37:20 PM +00:00","clonedFrom":"37385c3f0795443f9056d8d188c39add","cloneCount":69,"gitRepositoryUrl":null,"public":"True","starCount":1,"setupSteps":[]}

0 commit comments

Comments
 (0)