-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] homogenization of sktime and skchange detection API - predict
, predict_points
, predict_segments
#7476
Conversation
Looks good!
|
Yes, that's what I thought - although I would change this to |
Now is fine with me. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This PR carries out some remaining steps of interface homogenization with
skchange
:predict
,predict_points
,predict_segments
is now always aRangeIndex
- no key information requires index manipulation anymore.predict
,predict_points
,predict_segments
is now always apd.DataFrame
, with one column"ilocs"
for the event indices, and additional potential columns in supervised and semi-supervised casespredict
is now identical with one ofpredict_points
orpredict_segments
in the supervised and semi-supervised caseAlso updates some estimators to function as expected: