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
Does .validate_statistics() really detect anomalies in distribution only for categorical features? "For now drift detection is only supported for categorical features." and "For now skew detection is only supported for categorical features." - doesn't it seem weird?
For example, I have a N(0,1) distributed numerical feature in my train data. Now in serving data this numerical feature has N(10,1) distribution. Any solutions from TFDV for this case?