Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sujeongcha/RGTM
Browse files Browse the repository at this point in the history
  • Loading branch information
yjpark0621 committed Dec 7, 2019
2 parents 8a09073 + 24ad250 commit e0e7f07
Show file tree
Hide file tree
Showing 11 changed files with 16,229 additions and 10,394 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added Cleaned/.DS_Store
Binary file not shown.
20,786 changes: 10,393 additions & 10,393 deletions Cleaned/FINAL_ALL.csv

Large diffs are not rendered by default.

1,560 changes: 1,560 additions & 0 deletions Cleaned/Polynomial2_predictions.csv

Large diffs are not rendered by default.

Binary file added PythonScripts/.DS_Store
Binary file not shown.
133 changes: 133 additions & 0 deletions PythonScripts/.ipynb_checkpoints/hw9_code-checkpoint.ipynb

Large diffs are not rendered by default.

1,920 changes: 1,920 additions & 0 deletions PythonScripts/.ipynb_checkpoints/modeling_linear_regression-checkpoint.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
2 changes: 1 addition & 1 deletion PythonScripts/hw9_code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"plt.xlabel(\"Sample Size\")\n",
"plt.ylabel(\"Moving Average\")\n",
"plt.yticks(np.arange(2.6, 3.7, 0.1))\n",
"plt.axhline(y=3.5, color=\"r\", linestyle=\"--\")\n"
"plt.axhline(y=3.5, color=\"r\", linestyle=\"--\")"
]
},
{
Expand Down
958 changes: 958 additions & 0 deletions PythonScripts/modeling_linear_regression.ipynb

Large diffs are not rendered by default.

1,258 changes: 1,258 additions & 0 deletions PythonScripts/modeling_soojin_kim.ipynb

Large diffs are not rendered by default.

0 comments on commit e0e7f07

Please sign in to comment.