diff --git a/notebooks/WA1. Linear Regression Overview Worksheet.ipynb b/notebooks/WA1. Linear Regression Overview Worksheet.ipynb index a44aa1f..f1aa187 100755 --- a/notebooks/WA1. Linear Regression Overview Worksheet.ipynb +++ b/notebooks/WA1. Linear Regression Overview Worksheet.ipynb @@ -23,7 +23,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "linreg.lab_experiments()" + "linreg.lab_experiment()" ], "language": "python", "metadata": {}, @@ -90,7 +90,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "linreg.lab_experiments()\n" + "linreg.lab_experiment()\n" ], "language": "python", "metadata": {}, @@ -106,7 +106,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "linreg.lab_experiments(1000,2003)" + "linreg.lab_experiment(1000,2003)" ], "language": "python", "metadata": {}, @@ -331,4 +331,4 @@ "metadata": {} } ] -} \ No newline at end of file +} diff --git a/notebooks/kmeans.pyc b/notebooks/kmeans.pyc deleted file mode 100755 index 5d86682..0000000 Binary files a/notebooks/kmeans.pyc and /dev/null differ diff --git a/notebooks/linreg.pyc b/notebooks/linreg.pyc deleted file mode 100755 index 1bd7510..0000000 Binary files a/notebooks/linreg.pyc and /dev/null differ diff --git a/notebooks/logreg.pyc b/notebooks/logreg.pyc deleted file mode 100755 index 64a9df0..0000000 Binary files a/notebooks/logreg.pyc and /dev/null differ diff --git a/notebooks/randomforests.pyc b/notebooks/randomforests.pyc deleted file mode 100755 index defe512..0000000 Binary files a/notebooks/randomforests.pyc and /dev/null differ