Skip to content

Commit bdf2993

Browse files
committed
delete proxy
1 parent 84ae0ef commit bdf2993

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/tuning/custom-methods/tutorial.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,8 +1796,7 @@
17961796
"from dance.typing import LogLevel\n",
17971797
"from sklearn.random_projection import GaussianRandomProjection\n",
17981798
"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",
1799+
"\n",
18011800
"# Import your custom SVM class\n",
18021801
"# In reality, you'd do: from your_svm_file import SVM\n",
18031802
"# from your_svm_file import SVM\n",

0 commit comments

Comments
 (0)