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.

2
  • 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(...) Commented Jul 27, 2020 at 17:19
  • No, I don't use the interactive prompt. I use PyDev instead. Commented Jul 27, 2020 at 17:40

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.