sagnik1511 / Tabular-AutoML

Python Auto-ML Package for Tabular Datasets
MIT License
23 stars 13 forks source link

Update all Print statements to f-string #21

Closed kunalchhabra37 closed 2 years ago

kunalchhabra37 commented 2 years ago

PR Fix for issue #3

I have updated all the Stings in print statements to f-string. I have changed tab_automl/automl/datasets.py, tab_automl/automl/fet_engineering.py, tab_automl/automl/processing.py, tab_automl/automl/training.py, tab_automl/main.py, test.py files and updated all the print statements in these files.

sagnik1511 commented 2 years ago

@kunalchhabra37 , please add a description for what you have done , mention which files have been changed. And also add a line, This PR fixes for issue #3 .

kunalchhabra37 commented 2 years ago

@sagnik1511 Made the changes. You can check them.