We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svc_train => svm_classification_train svc_predict => svm_classification_predict pca_with_model => pca_model scale_with_model => scale_model label_encode => label_encoder label_encode_with_model => label_encoder_model one_hot_encode => one_hot_encoder one_hot_encode_with_mode => one_hot_encoder_model concatenate => bind_row_column melt => unpivot pivot_table => pivot train_test_split => split_data
The text was updated successfully, but these errors were encountered:
0a1a5db
Merge pull request #11 from brightics/master-dl-korean-urlparse
44c3bdf
urlparse 취약점 조치
No branches or pull requests
svc_train => svm_classification_train
svc_predict => svm_classification_predict
pca_with_model => pca_model
scale_with_model => scale_model
label_encode => label_encoder
label_encode_with_model => label_encoder_model
one_hot_encode => one_hot_encoder
one_hot_encode_with_mode => one_hot_encoder_model
concatenate => bind_row_column
melt => unpivot
pivot_table => pivot
train_test_split => split_data
The text was updated successfully, but these errors were encountered: