Neuraxio / Neuraxle

The world's cleanest AutoML library ✨ - Do hyperparameter tuning with the right pipeline abstractions to write clean deep learning production pipelines. Let your pipeline steps have hyperparameter spaces. Design steps in your pipeline like components. Compatible with Scikit-Learn, TensorFlow, and most other libraries, frameworks and MLOps environments.
https://www.neuraxle.org/
Apache License 2.0
608 stars 62 forks source link

Code Style: Improve Code Style #501

Closed guillaume-chevalier closed 2 years ago

guillaume-chevalier commented 3 years ago

Describe the bug Code could be more conform to pep8 and so forth.

To Reproduce https://app.codacy.com/gh/Neuraxio/Neuraxle/issues?&filters=W3siaWQiOiJMYW5ndWFnZSIsInZhbHVlcyI6W119LHsiaWQiOiJDYXRlZ29yeSIsInZhbHVlcyI6WyJDb2RlU3R5bGUiXX0seyJpZCI6IkxldmVsIiwidmFsdWVzIjpbXX0seyJpZCI6IlBhdHRlcm4iLCJ2YWx1ZXMiOltdfSx7ImlkIjoiQXV0aG9yIiwidmFsdWVzIjpbXX1d

Expected behavior Less code style warnings in Codacy.

Suggested Fix Fix most important first.

Additional context Good first issue for anyone.

rossmodolin commented 3 years ago

Hi! I'll start working on this issue.