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.
我检查了 OpenScale 的 UI 仪表板,发现我可以使用事务 ID 来生成解释。但是,是否可以批量解释交易?
目前,Watson OpenScale 中的可解释性功能不支持为一批事务生成解释。生成解释是一个异步过程,对于每个解释请求,我们都会生成一个请求 ID,该 ID 可用于检查状态/获取解释的结果。
您始终可以通过为每个事务调用一次 REST API 来发送多个请求。