Motivation.
With version 4.4, a print statement was introduced that floats my sys output when I process an instance. I can control this on my side by re-directing the sys output when calling the function but it would be better if it does not print anything or I could deactivate it via a verbose parameter in the explain function.
Describe the solution you'd like
Could you please remove the print statement or make it controllable via the explain function?
Location is TSInterpret/InterpretabilityModels/Saliency/SaliencyMethods_PTY.py
354 if input_size>1:
355 for t in range(sequence_length):
356 print('TIME CONR',timeContribution[0, t])
Motivation. With version 4.4, a print statement was introduced that floats my sys output when I process an instance. I can control this on my side by re-directing the sys output when calling the function but it would be better if it does not print anything or I could deactivate it via a verbose parameter in the explain function.
Describe the solution you'd like Could you please remove the print statement or make it controllable via the explain function?
Location is
TSInterpret/InterpretabilityModels/Saliency/SaliencyMethods_PTY.py
354 if input_size>1: 355 for t in range(sequence_length): 356 print('TIME CONR',timeContribution[0, t])Additional context Thanks for your help!