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 I first forked this repository, I was using Anaconda environment and got couple of errors I was battling with to make this scorecard run. Virtualenv came for the rescue as it allowed me to install missing python libraries (something not reported in the article).
The error (or Warning) that I received was Warning: Error in py_get_attr_impl: AttributeError: 'function' object has no attribute 'func_name' 94: <Anonymous> which occurs when the scorecard loads in the browser. Because of this error, it's not possible to see output from LIME. Any idea how to solve this?
The text was updated successfully, but these errors were encountered:
When I first forked this repository, I was using Anaconda environment and got couple of errors I was battling with to make this scorecard run. Virtualenv came for the rescue as it allowed me to install missing python libraries (something not reported in the article).
The error (or Warning) that I received was
Warning: Error in py_get_attr_impl: AttributeError: 'function' object has no attribute 'func_name' 94: <Anonymous>
which occurs when the scorecard loads in the browser. Because of this error, it's not possible to see output from LIME. Any idea how to solve this?The text was updated successfully, but these errors were encountered: