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.
2 parents 47647b2 + f5bc715 commit f27e4caCopy full SHA for f27e4ca
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