Skip to content

Commit 9cd2220

Browse files
committed
Updated SKLearn version to 1.0-1
1 parent d1b08a1 commit 9cd2220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scikit_learn_script_mode_local_training_and_serving/scikit_learn_script_mode_local_training_and_serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def main():
6060
sklearn = SKLearn(
6161
entry_point="scikit_learn_iris.py",
6262
source_dir='code',
63-
framework_version="0.23-1",
63+
framework_version="1.0-1",
6464
instance_type="local",
6565
role=DUMMY_IAM_ROLE,
6666
hyperparameters={"max_leaf_nodes": 30},

0 commit comments

Comments
 (0)