sagnik1511 / Tabular-AutoML

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

Update every print statements to f-string #3

Closed sagnik1511 closed 1 year ago

sagnik1511 commented 2 years ago

Update all the print statements will f strings for a single file.

Example:

>>> my_name = "Sagnik"
>>> # Not updated
>>> print("Hi, my name is ",my_name)
>>> # Process 1
>>> print("Hi, my name is {}".format(my_name))
>>> # Process 2
>>> print(f"Hi, my name is {my_name}")
>>> # The print statement may not have any variables, still you have to update those.
>>> print("Good Morning!")
>>> # Updated f-string
>>> print(f"Good Morning!")

Follow contributing guidelines on README.md

RishiKumarRay commented 2 years ago

I would like to try , can you assign

sagnik1511 commented 2 years ago

This repo is currently under JGEC Winter of code. If one wants to contribute to the issues, you have to register yourself in the program. And one more thing, the contribution will start from 1st February. Register here https://jwoc.tech

ashubhamg commented 2 years ago

I would like to try, can you assign?

sagnik1511 commented 2 years ago

I would like to try, can you assign?

https://github.com/sagnik1511/Tabular-AutoML/issues/3#issuecomment-1014306610

PranK14 commented 2 years ago

i would like to work on this as my first issue

purna135 commented 2 years ago

I have registered for JGEC Winter of code, can I work on this ?

Tihsrah commented 2 years ago

I would like to work on this as my first issue.

sagnik1511 commented 2 years ago

@PurnaChandraMansingh @PranK14 @Tihsrah Please Note : all the comments before 1st feb are invalid as the coding period starts on 1st feb.

kunalchhabra37 commented 2 years ago

I want to contribute on this issue under JWOC. @sagnik1511

Adi9235 commented 2 years ago

I want to work on this issue under JWOC

VishnuBhaarath commented 2 years ago

I want to work on this issue under @JWOC

PranK14 commented 2 years ago

i want to work on this issue @jwoc

mithil-sri-sai commented 2 years ago

I want to work on this issue under JWOC

sagnik1511 commented 2 years ago

@kunalchhabra37, Good Luck! Assigned!

sagnik1511 commented 2 years ago

I want to work on this issue under JWOC

Hi @Adi9235, if there's any print statement is left undone with the f-string format, please paste it here. If found please update and create a PR. If you want to get assigned, please comment with your confirmation.

Adi9235 commented 2 years ago

Sure i will look if any is left @sagnik1511

Adi9235 commented 2 years ago

@sagnik1511 i have found some without f statement in training,py of automl and other files also so I can correct it

sagnik1511 commented 2 years ago

Please, share the permalinks here for me to check.

Adi9235 commented 2 years ago

https://github.com/sagnik1511/Tabular-AutoML/blob/2b8fda734fc614a37f776ad07350892589ba380e/tab_automl/automl/datasets.py

in this check line number 84 @sagnik1511

sagnik1511 commented 2 years ago

Thanks for finding it. The best approach will be to wait for some more commits, if the count of these statements crosses 5, I'll assign you.

ayushmorbar commented 1 year ago

Hey, assign me this issue #3, I would like to work on this under JGEC JWoC !!!

Sherlock-221BBS commented 1 year ago

I have assigned you the issue, solve the issue within your respective time limit

On Wed, Feb 15, 2023 at 11:03 AM Ayush Morbar @.***> wrote:

Hey, assign me this issue #3 https://github.com/sagnik1511/Tabular-AutoML/issues/3, I would like to work on this under JGEC JWoC !!!

— Reply to this email directly, view it on GitHub https://github.com/sagnik1511/Tabular-AutoML/issues/3#issuecomment-1430780533, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASNH3EPQABVB4ONTTBV6BATWXRTA3ANCNFSM5MD52NWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>