FEDOT icon indicating copy to clipboard operation
FEDOT copied to clipboard

Progress bar for composer

Open nicl-nno opened this issue 2 years ago • 6 comments

Tqdm-based progress bar can be implemented for composer to improve the understandability of the proccess.

nicl-nno avatar Oct 22 '21 16:10 nicl-nno

Would love to be assigned this :)

itay-raveh avatar Oct 23 '21 15:10 itay-raveh

Ok, it's yours :-) Feel free to ask questions.

nicl-nno avatar Oct 23 '21 17:10 nicl-nno

Thanks!

Just to be clear, Composer is an ABC, so I'm assuming the progress bar is for PGComposer.compose_pipline()?

itay-raveh avatar Oct 23 '21 17:10 itay-raveh

Progress bar is for GPComposer.compose_pipeline()

Yes, it is.

However, you can also try to implement it in the lower level - GPOptimizer, if necessary.

See https://github.com/nccr-itmo/FEDOT/blob/master/fedot/core/optimisers/gp_comp/gp_optimiser.py and https://github.com/nccr-itmo/FEDOT/blob/master/fedot/core/optimisers/gp_comp/param_free_gp_optimiser.py

This optimizer is called inside compose_pipline

nicl-nno avatar Oct 23 '21 17:10 nicl-nno

Can we close this issue?

Dreamlone avatar Oct 28 '21 07:10 Dreamlone

Several changed were proposed in https://github.com/nccr-itmo/FEDOT/pull/481, so the issue is still can be considered as actual.

nicl-nno avatar Oct 28 '21 22:10 nicl-nno

Solved by https://github.com/aimclub/GOLEM/pull/182.

kasyanovse avatar Sep 28 '23 08:09 kasyanovse