Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要帮助一些人了解 TFDV 中偏斜和漂移比较器的底层实现之间的区别。
同样的事情,唯一的区别是:
如果我们设置了一个漂移阈值,那么应该在统计验证中定义一个 previous_statistics。而如果我们设置一个偏斜比较器,我们需要定义一个 serving_statistics。
如果我们有异常,使用倾斜比较器,我们将收到一条异常消息,说明训练数据集和服务数据集之间存在差异,而使用漂移比较器,该消息将显示两个数据集之间存在距离。