alteryx / categorical_encoding

Repository for the research and implementation of categorical encoding into a Featuretools-compatible Python library
BSD 3-Clause "New" or "Revised" License
50 stars 15 forks source link

Remove -q args #8

Closed gsheni closed 4 years ago

gsheni commented 4 years ago
rwedge commented 4 years ago

Very nice. Without -q, reading the output of the CI can be hard to read due to the progress bars while pip is downloading packages. A modification we made in the featuretools repo was to configure pip to not use the progress bar by running

pip config --site set global.progress_bar off

After activating the environment and before installing packages

Could you make that change as well?

gsheni commented 4 years ago

Very nice. Without -q, reading the output of the CI can be hard to read due to the progress bars while pip is downloading packages. A modification we made in the featuretools repo was to configure pip to not use the progress bar by running

pip config --site set global.progress_bar off

After activating the environment and before installing packages

Could you make that change as well?

Thanks, added: https://github.com/FeatureLabs/categorical_encoding/pull/8/files#diff-1d37e48f9ceff6d8030570cd36286a61R12