Skip to content

Commit b949dc2

Browse files
authored
Add files via upload
1 parent 402125a commit b949dc2

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

Interactive_Ridge_Regresion.ipynb

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
{
402402
"data": {
403403
"application/vnd.jupyter.widget-view+json": {
404-
"model_id": "1e29a33cce31450e89eeb8204a779973",
404+
"model_id": "e5307d6406df440fb657bae34ce0589b",
405405
"version_major": 2,
406406
"version_minor": 0
407407
},
@@ -415,12 +415,12 @@
415415
{
416416
"data": {
417417
"application/vnd.jupyter.widget-view+json": {
418-
"model_id": "8198ab100d804a19a3991e93518cf2ff",
418+
"model_id": "69b9c152fc7f421e82c346ba0c6a0d2a",
419419
"version_major": 2,
420420
"version_minor": 0
421421
},
422422
"text/plain": [
423-
"Output()"
423+
"Output(outputs=({'output_type': 'display_data', 'data': {'text/plain': '<Figure size 432x288 with 3 Axes>', 'i…"
424424
]
425425
},
426426
"metadata": {},
@@ -466,11 +466,11 @@
466466
},
467467
{
468468
"cell_type": "code",
469-
"execution_count": 5,
469+
"execution_count": 7,
470470
"metadata": {},
471471
"outputs": [],
472472
"source": [
473-
"os.chdir(\"d:\\PGE337\") # set the working directory"
473+
"#os.chdir(\"d:\\PGE337\") # set the working directory"
474474
]
475475
},
476476
{
@@ -484,7 +484,7 @@
484484
},
485485
{
486486
"cell_type": "code",
487-
"execution_count": 6,
487+
"execution_count": 8,
488488
"metadata": {},
489489
"outputs": [
490490
{
@@ -587,13 +587,14 @@
587587
"4 5 19.53 1.83 2.57 43.75 1.40 2.11 5261.094919"
588588
]
589589
},
590-
"execution_count": 6,
590+
"execution_count": 8,
591591
"metadata": {},
592592
"output_type": "execute_result"
593593
}
594594
],
595595
"source": [
596-
"df_mv = pd.read_csv(\"unconv_MV.csv\") \n",
596+
"#df_mv = pd.read_csv(\"unconv_MV.csv\") \n",
597+
"df_mv = pd.read_csv(r\"https://raw.githubusercontent.com/GeostatsGuy/GeoDataSets/master/unconv_MV.csv\") # load from Prof. Pyrcz's GitHub \n",
597598
"df_mv.head()"
598599
]
599600
},
@@ -608,7 +609,7 @@
608609
},
609610
{
610611
"cell_type": "code",
611-
"execution_count": 7,
612+
"execution_count": 9,
612613
"metadata": {},
613614
"outputs": [
614615
{
@@ -757,7 +758,7 @@
757758
"Production 1976.48782 3023.594214 12568.64413 "
758759
]
759760
},
760-
"execution_count": 7,
761+
"execution_count": 9,
761762
"metadata": {},
762763
"output_type": "execute_result"
763764
}
@@ -782,7 +783,7 @@
782783
},
783784
{
784785
"cell_type": "code",
785-
"execution_count": 8,
786+
"execution_count": 10,
786787
"metadata": {},
787788
"outputs": [],
788789
"source": [
@@ -924,13 +925,13 @@
924925
},
925926
{
926927
"cell_type": "code",
927-
"execution_count": 9,
928+
"execution_count": 11,
928929
"metadata": {},
929930
"outputs": [
930931
{
931932
"data": {
932933
"application/vnd.jupyter.widget-view+json": {
933-
"model_id": "1fcffd1f7c004c06bd81627f412ec627",
934+
"model_id": "fe5bb8a7d56d4533934d23891d461840",
934935
"version_major": 2,
935936
"version_minor": 0
936937
},
@@ -944,12 +945,12 @@
944945
{
945946
"data": {
946947
"application/vnd.jupyter.widget-view+json": {
947-
"model_id": "88333f5638b94bce9ad52a6205d32e90",
948+
"model_id": "13e90020530b4d94a93924233a7d9ad2",
948949
"version_major": 2,
949950
"version_minor": 0
950951
},
951952
"text/plain": [
952-
"Output()"
953+
"Output(outputs=({'output_type': 'display_data', 'data': {'text/plain': '<Figure size 432x288 with 3 Axes>', 'i…"
953954
]
954955
},
955956
"metadata": {},
@@ -1023,7 +1024,7 @@
10231024
"name": "python",
10241025
"nbconvert_exporter": "python",
10251026
"pygments_lexer": "ipython3",
1026-
"version": "3.6.5"
1027+
"version": "3.7.6"
10271028
}
10281029
},
10291030
"nbformat": 4,

0 commit comments

Comments
 (0)