You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an UnsortedIndexError when using DataHandlerLP in Qlib. It seems to be related to MultiIndex not being lexsorted. Could you provide guidance on how to resolve this issue?
UnsortedIndexError: 'MultiIndex slicing requires the index to be lexsorted: slicing on levels [0], lexsort depth 0'
Hello,
I am encountering an UnsortedIndexError when using DataHandlerLP in Qlib. It seems to be related to MultiIndex not being lexsorted. Could you provide guidance on how to resolve this issue?
UnsortedIndexError: 'MultiIndex slicing requires the index to be lexsorted: slicing on levels [0], lexsort depth 0'
Thank you.
The text was updated successfully, but these errors were encountered: