diff --git a/experimentation/Diabetes Ridge Regression Training.ipynb b/experimentation/Diabetes Ridge Regression Training.ipynb index 3a6f3e8b..12fbc6c1 100644 --- a/experimentation/Diabetes Ridge Regression Training.ipynb +++ b/experimentation/Diabetes Ridge Regression Training.ipynb @@ -65,22 +65,6 @@ { "cell_type": "markdown", "metadata": {}, - "source": [ - "## Split Data into Training and Validation Sets" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [], - "source": [ - "def = split_data(df):" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, "source": [ "## Split the dataframe into test and train data" ]