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
When an empty EstimatorChain is created, and AppendCacheCheckpoint is called before adding any estimators, then no caching occurs.
The expected behavior should be to either cache the data before fitting the first estimator in the chain, or disallow calling AppendCacheCheckpoint on empty chains, so that the user knows to cache the data explicitly before fitting. (I think the first solution is preferable, but open to other opinions).
The text was updated successfully, but these errors were encountered:
mstfbl
added
bug
Something isn't working
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
labels
Mar 3, 2020
This issue is different issue with issue #4926, issue #4926 is converting from EstimatorChain to IEstimator and lose information like need cache. This issue is when try to call AppendCacheCheckpoint after an empty EstimatorChain and no cache will happen.
When an empty
EstimatorChain
is created, andAppendCacheCheckpoint
is called before adding any estimators, then no caching occurs.The expected behavior should be to either cache the data before fitting the first estimator in the chain, or disallow calling
AppendCacheCheckpoint
on empty chains, so that the user knows to cache the data explicitly before fitting. (I think the first solution is preferable, but open to other opinions).The text was updated successfully, but these errors were encountered: