Skip to content

Commit 360bcc7

Browse files
committed
Redid ML files for 1.6.1 sklearn
1 parent 612ad54 commit 360bcc7

16 files changed

+5383
-938
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ ipynb_checkpoints
1010
/build/
1111
*.orig
1212
*.ini
13+
*_6_*
14+
*_3*
15+
*_6*
16+
*_3*
Binary file not shown.
Binary file not shown.

Testing_and_saving_Pickles/Calibrating_Jorgenson/Jorgenson_Cpx_Liq_April23_NoNorm.ipynb

Lines changed: 454 additions & 4 deletions
Large diffs are not rendered by default.

Testing_and_saving_Pickles/Calibrating_Jorgenson/Jorgenson_Cpx_Liq_April23_NoNorm_onnx.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,19 @@
121121
" f.write(model_onnx_P.SerializeToString())\n",
122122
" "
123123
]
124+
},
125+
{
126+
"cell_type": "markdown",
127+
"id": "879031b4",
128+
"metadata": {},
129+
"source": [
130+
"## Lets test it on Jorgenson data"
131+
]
124132
}
125133
],
126134
"metadata": {
127135
"kernelspec": {
128-
"display_name": "Python 3 (ipykernel)",
136+
"display_name": "base",
129137
"language": "python",
130138
"name": "python3"
131139
},
@@ -139,7 +147,7 @@
139147
"name": "python",
140148
"nbconvert_exporter": "python",
141149
"pygments_lexer": "ipython3",
142-
"version": "3.8.12"
150+
"version": "3.11.9"
143151
}
144152
},
145153
"nbformat": 4,

0 commit comments

Comments
 (0)