Description:
I would like to propose the inclusion of the tqdm library in khiops Python library. tqdm is a popular library that provides a fast, extensible progress bar for loops and function executions. Integrating it would enhance the user experience by allowing users to easily visualize the progress of long-running functions (co-clustering regression classification).
Benefits:
User Experience: Users can see real-time progress, which is particularly useful for long-running tasks.
Simplicity: tqdm is easy to implement and requires minimal changes to existing code.
Customization: Users can customize the progress bar to fit their needs.