We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363db2b commit 6749051Copy full SHA for 6749051
examples/pzmmCompleteModelExampleMLFlowSklearn.ipynb
@@ -95,6 +95,7 @@
95
"metadata": {},
96
"outputs": [],
97
"source": [
98
+ "from sklearn.linear_model import LogisticRegression\n",
99
"model = LogisticRegression().fit(data, y)"
100
]
101
},
0 commit comments