We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ae0ef commit bdf2993Copy full SHA for bdf2993
examples/tuning/custom-methods/tutorial.ipynb
@@ -1796,8 +1796,7 @@
1796
"from dance.typing import LogLevel\n",
1797
"from sklearn.random_projection import GaussianRandomProjection\n",
1798
"root_path=str(Path(__file__).resolve().parent) if '__file__' in globals() else os.getcwd()\n",
1799
- "os.environ[\"http_proxy\"] = \"http://121.250.209.147:7890\"\n",
1800
- "os.environ[\"https_proxy\"] = \"http://121.250.209.147:7890\"\n",
+ "\n",
1801
"# Import your custom SVM class\n",
1802
"# In reality, you'd do: from your_svm_file import SVM\n",
1803
"# from your_svm_file import SVM\n",
0 commit comments