-
Notifications
You must be signed in to change notification settings - Fork 232
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
String clustering tests #1201
base: develop-21.11
Are you sure you want to change the base?
String clustering tests #1201
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from this tests files I think it's a good idea to include one or two more tests in a classic test file to test the replace:
clusters = df.string_clustering(...)
df.cols.replace(clusters)
Pull the latest changes from develop to fix some of the tests that are not generating.
from optimus.tests.creator import TestCreator, default_configs | ||
|
||
op = Optimus("pandas") | ||
df = op.create.dataframe({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should include at least one column with similar strings to properly test this functions.
81b722a
to
e5c8448
Compare
No description provided.