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 630c49d commit f91f98fCopy full SHA for f91f98f
scikit_learn/ScikitLearn2Production.ipynb
@@ -65,7 +65,7 @@
65
"from ml2rt import load_model, save_onnx\n",
66
"\n",
67
"REDIS_HOST = os.getenv(\"REDIS_HOST\", \"localhost\")\n",
68
- "REDIS_PORT = int(os.getenv(\"REDIS_HOST\", 6379))"
+ "REDIS_PORT = int(os.getenv(\"REDIS_PORT\", 6379))"
69
]
70
},
71
{
0 commit comments