Skip to content
New issue

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

Changes in the names of functions #11

Closed
hyoxt121 opened this issue Nov 13, 2018 · 0 comments
Closed

Changes in the names of functions #11

hyoxt121 opened this issue Nov 13, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@hyoxt121
Copy link
Contributor

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

@JaebooJung JaebooJung added the enhancement New feature or request label Nov 27, 2018
@JaebooJung JaebooJung changed the title Some function names are changed Changes in the names of functions Nov 27, 2018
krazyeom pushed a commit that referenced this issue Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants