1

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.

Hagbard
  • 3,430
  • 5
  • 28
  • 64
  • Are you calling extract_features from the interactive prompt? If so, then the HTML object may just be the return value of the function that the prompt prints if you do not assign the value to a variable. Try `_ = extract_features(...)` –  Jul 27 '20 at 17:19
  • No, I don't use the interactive prompt. I use PyDev instead. – Hagbard Jul 27 '20 at 17:40

0 Answers0