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
Tried to run on Windows 11. All the dependencies were downloaded, but there's a problem with scikit-learn:
midihum_model loading model from model_cache\midihum.json and model_cache\midihum_scaler.json
C:\Users\UserName\AppData\Local\Programs\Python\Python313\Lib\site-packages\sklearn\utils_tags.py:354: FutureWarning: The MyXGBRegressor or classes from which it inherits use _get_tags and _more_tags. Please define the __sklearn_tags__ method, or inherit from sklearn.base.BaseEstimator and/or other appropriate mixins such as sklearn.base.TransformerMixin, sklearn.base.ClassifierMixin, sklearn.base.RegressorMixin, and sklearn.base.OutlierMixin. From scikit-learn 1.7, not defining __sklearn_tags__ will raise an error.
warnings.warn(
midihum could not humanize the given file: 'super' object has no attribute 'sklearn_tags'
How can this be solved?
The text was updated successfully, but these errors were encountered:
Tried to run on Windows 11. All the dependencies were downloaded, but there's a problem with scikit-learn:
midihum_model loading model from model_cache\midihum.json and model_cache\midihum_scaler.json
C:\Users\UserName\AppData\Local\Programs\Python\Python313\Lib\site-packages\sklearn\utils_tags.py:354: FutureWarning: The MyXGBRegressor or classes from which it inherits use
_get_tags
and_more_tags
. Please define the__sklearn_tags__
method, or inherit fromsklearn.base.BaseEstimator
and/or other appropriate mixins such assklearn.base.TransformerMixin
,sklearn.base.ClassifierMixin
,sklearn.base.RegressorMixin
, andsklearn.base.OutlierMixin
. From scikit-learn 1.7, not defining__sklearn_tags__
will raise an error.warnings.warn(
midihum could not humanize the given file: 'super' object has no attribute 'sklearn_tags'
How can this be solved?
The text was updated successfully, but these errors were encountered: