Skip to content

Commit 12c6cc5

Browse files
authored
Update AutoML_Batch_Learning_Dataset_1.ipynb
1 parent 90abccd commit 12c6cc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AutoML_Batch_Learning_Dataset_1.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,8 @@
581581
" alpha = 0.05\n",
582582
" numeric_features = df.drop(['Label'],axis = 1).dtypes[df.dtypes != 'object'].index\n",
583583
" \n",
584-
" # The selection strategy is based on the article: https://medium.com/@kumarvaishnav17/standardization-vs-normalization-in-machine-learning-3e132a19c8bf\n",
584+
" # The selection strategy is based on the following article: \n",
585+
" # https://medium.com/@kumarvaishnav17/standardization-vs-normalization-in-machine-learning-3e132a19c8bf\n",
585586
" # Check if the data distribution follows a Gaussian/normal distribution\n",
586587
" # If so, select the Z-score normalization method; otherwise, select the min-max normalization\n",
587588
" # Details are in the paper\n",

0 commit comments

Comments
 (0)