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

'manual' value does not work for 'mode' parameter #17

Open
Chillthrower opened this issue Sep 28, 2024 · 0 comments
Open

'manual' value does not work for 'mode' parameter #17

Chillthrower opened this issue Sep 28, 2024 · 0 comments

Comments

@Chillthrower
Copy link

'manual' value's working was mentioned in the README.md but does not work

from AutoClean import AutoClean

dataset = pd.read_csv("Titanic-Dataset.csv")

pipeline = AutoClean(dataset, mode='manual', duplicates=True, missing_num=False, missing_categ=False, 
          encode_categ=False, extract_datetime=False, outliers=False, outlier_param=1.5, 
          logfile=True, verbose=False)

cleaned_data = pipeline.output

output error:

ValueError: Invalid value for "duplicates" parameter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant