Report fitting progress for the HMASynthesizer
#1440
Labels
data:multi-table
Related to multi-table, relational datasets
feature request
Request for a new feature
Milestone
Problem Description
The HMASynthesizer does not offer a verbosity option today. If there is a large dataset, it may take some time to learn the model (i.e.
fit
the data) and I am just waiting with a blank screen. It would be better if there was a progress report I could see.Expected behavior
Add a
verbose
parameter to the initialization of the HMASynthesizer. If set toTrue
, then it should print out the progress during all fitting stages. Let's set the parameter to True by default. Users can always turn this off.Additional context (fit)
Let
r
be the total number of relationships in the multi table schema. Then the total number of steps isr+2
. Each step will have a new progress bar.Additional Context (preprocress)
When preprocessing, only step 1 is performed.
Additional Context (fit_processed_data)
When fitting processed data, the preprocessing is already done, so there are only
r+1
remaining steps.The text was updated successfully, but these errors were encountered: