Files changed (2) hide show
  1. Train_Model.ipynb +9 -11
  2. model.joblib +2 -2
Train_Model.ipynb CHANGED
@@ -9,21 +9,19 @@
9
  "name": "stdout",
10
  "output_type": "stream",
11
  "text": [
12
- "Requirement already satisfied: scikit-learn in /Users/owen/.pyenv/versions/3.10.11/lib/python3.10/site-packages (1.3.0)\n",
13
- "Requirement already satisfied: threadpoolctl>=2.0.0 in /Users/owen/.pyenv/versions/3.10.11/lib/python3.10/site-packages (from scikit-learn) (3.1.0)\n",
14
- "Requirement already satisfied: joblib>=1.1.1 in /Users/owen/.pyenv/versions/3.10.11/lib/python3.10/site-packages (from scikit-learn) (1.3.1)\n",
15
- "Requirement already satisfied: scipy>=1.5.0 in /Users/owen/.pyenv/versions/3.10.11/lib/python3.10/site-packages (from scikit-learn) (1.11.1)\n",
16
- "Requirement already satisfied: numpy>=1.17.3 in /Users/owen/.pyenv/versions/3.10.11/lib/python3.10/site-packages (from scikit-learn) (1.23.5)\n",
17
- "\n",
18
- "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m23.0.1\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m23.3.1\u001b[0m\n",
19
- "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49m/Users/owen/.pyenv/versions/3.10.11/bin/python3.10 -m pip install --upgrade pip\u001b[0m\n",
20
  "Note: you may need to restart the kernel to use updated packages.\n",
21
- "sklearn.__version__='1.3.0'\n"
22
  ]
23
  }
24
  ],
25
  "source": [
26
- "%pip install scikit-learn==1.3.1\n",
27
  "import sklearn\n",
28
  "print(f\"{sklearn.__version__=}\")"
29
  ]
@@ -104,7 +102,7 @@
104
  "name": "python",
105
  "nbconvert_exporter": "python",
106
  "pygments_lexer": "ipython3",
107
- "version": "3.10.11"
108
  }
109
  },
110
  "nbformat": 4,
 
9
  "name": "stdout",
10
  "output_type": "stream",
11
  "text": [
12
+ "Defaulting to user installation because normal site-packages is not writeable\n",
13
+ "Requirement already satisfied: scikit-learn==1.4.1.post1 in /home/hayden/.local/lib/python3.10/site-packages (1.4.1.post1)\n",
14
+ "Requirement already satisfied: numpy<2.0,>=1.19.5 in /home/hayden/.local/lib/python3.10/site-packages (from scikit-learn==1.4.1.post1) (1.26.4)\n",
15
+ "Requirement already satisfied: joblib>=1.2.0 in /home/hayden/.local/lib/python3.10/site-packages (from scikit-learn==1.4.1.post1) (1.4.0)\n",
16
+ "Requirement already satisfied: scipy>=1.6.0 in /home/hayden/.local/lib/python3.10/site-packages (from scikit-learn==1.4.1.post1) (1.13.0)\n",
17
+ "Requirement already satisfied: threadpoolctl>=2.0.0 in /home/hayden/.local/lib/python3.10/site-packages (from scikit-learn==1.4.1.post1) (3.4.0)\n",
 
 
18
  "Note: you may need to restart the kernel to use updated packages.\n",
19
+ "sklearn.__version__='1.4.1.post1'\n"
20
  ]
21
  }
22
  ],
23
  "source": [
24
+ "%pip install scikit-learn==1.4.1.post1\n",
25
  "import sklearn\n",
26
  "print(f\"{sklearn.__version__=}\")"
27
  ]
 
102
  "name": "python",
103
  "nbconvert_exporter": "python",
104
  "pygments_lexer": "ipython3",
105
+ "version": "3.10.12"
106
  }
107
  },
108
  "nbformat": 4,
model.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2240f87e0f8d5c3ff67a630efc9206ece403e29b679078b533425034e79ab071
3
- size 183713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:216e0dfbc4e28b9a25bde02124d7be6016aea94ec3aade53dbc4463d394de14a
3
+ size 183761