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
The list of models that require separate features is currently specified in two places: train.py and predict.py, and the latter is actually out of date.
A simple fix is to create a tiny module that records this in one location; I will try this first.
Then once this is working, I will make this a @property of the actual models if that's possible.
The text was updated successfully, but these errors were encountered:
The list of models that require separate features is currently specified in two places:
train.py
andpredict.py
, and the latter is actually out of date.@property
of the actual models if that's possible.The text was updated successfully, but these errors were encountered: