I'm using the package tsfresh and keep getting the following message:
<IPython.core.display.HTML object>
whenever I call the function extract_features with the following parameters:
extract_features(myDf,default_fc_parameters=MinimalFCParameters(),column_id="id", column_sort="time",disable_progressbar=True,n_jobs=6,show_warnings=False,profile=False)
How can I ignore this output?
I already tried the suggestions posted here but they don't work for me.