PacktPublishing / Interpretable-Machine-Learning-with-Python-2E

Interpretable ML with Python, 2E - published by Packt
MIT License
76 stars 33 forks source link

Chapter 6 data loading issues #7

Open ncuxomun opened 6 months ago

ncuxomun commented 6 months ago

Error occurs when loading data:

"ValueError: Cannot convert from timedelta64[ns] to timedelta64[h]. Supported resolutions are 's', 'ms', 'us', 'ns'"

OS: Windows 10

ncuxomun commented 6 months ago

Also, alibi outputs vary a lot even though seeds are fixed. Thus, your conclusions on page 201 do not hold.