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

Documentation should use est=TPOTClassifier rather than tpot=TPOTClassifier #1325

Open
perib opened this issue Sep 28, 2023 · 0 comments
Open

Comments

@perib
Copy link
Contributor

perib commented Sep 28, 2023

Context of the issue

[provide more detailed introduction to the issue itself and why it is relevant]

In the examples here: https://epistasislab.github.io/tpot/examples/

The code uses

tpot = TPOTClassifier(generations=5, population_size=50, verbosity=2, random_state=42)

but this should be

est= TPOTClassifier(generations=5, population_size=50, verbosity=2, random_state=42)

the variable tpot clashes with the name of the package and could cause confusing if people try to access the module later in the code.

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