mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
Merge pull request #1602 from GoogleCloudPlatform/issue_1599
fix: issue 1599
This commit is contained in:
+2
-2
@@ -863,8 +863,8 @@
|
||||
" )\n",
|
||||
" params = []\n",
|
||||
" for _ in range(13):\n",
|
||||
" x_train[_], max = scale(x_train[_])\n",
|
||||
" x_test[_], _ = scale(x_test[_])\n",
|
||||
" x_train[_], max = scale(x_train[_:_+1:])\n",
|
||||
" x_test[_], _ = scale(x_test[_:_+1:])\n",
|
||||
" params.append(max)\n",
|
||||
"\n",
|
||||
" # store the normalization (max) value for each feature\n",
|
||||
|
||||
Reference in New Issue
Block a user