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
Traceback (most recent call last):
File "mypyc/irbuild/builder.py", line 272, in accept
File "mypy/nodes.py", line 1183, in accept
File "mypyc/irbuild/visitor.py", line 169, in visit_class_def
File "mypyc/irbuild/classdef.py", line 190, in transform_class_def
File "mypyc/irbuild/classdef.py", line 297, in finalize
File "mypyc/irbuild/classdef.py", line 727, in find_attr_initializers
File "mypyc/ir/class_ir.py", line 230, in attr_type
File "mypyc/ir/class_ir.py", line 227, in attr_details
./xgboost/callback.py:50: KeyError: "'TrainingCallback' has no attribute 'EvalsLog'"
But we should be able to refactor the callback type support.
The text was updated successfully, but these errors were encountered:
Currently running into:
But we should be able to refactor the callback type support.
The text was updated successfully, but these errors were encountered: