Ilya Matiach

Results 261 comments of Ilya Matiach

@slsu0424 can you please try upgrading your version of flask in your environment: ```pip install --upgrade flask``` It looks like the error is coming from flask package. What is your...

looks like there are some test failures: ```Error: Some of the notebooks don't have tests. If a new notebook is added, Please add tests.``` I think you need to either...

I think you need to run yarn lintfix on the changes.md file for Node.js builds

@WalidBenAhmed it looks like everything is working as intended for you - just every example has an error. Why specifically all true and predicted labels don't align is another question...

@Dewei-Wang-xx can you try to run: ``` pip uninstall interpret pip uninstall interpret-core pip install --upgrade interpret-community ``` and print the output of those two commands? Usually there is some...

@Dewei-Wang-xx it seems there is some issue with the extension system on your particular machine/environment, but without debugging with you I can't tell which package in the environment is causing...

The whole extension system isn't really needed - it's just there to make it look like the interpret-community package is more integrated with the interpret package and the interpretml ecosystem...

Another way this extension system can break is if there is some package version conflict. For example, I ran the command: ``` pip install --upgrade interpret ``` And then I...

@Dewei-Wang-xx I'm honestly not sure - there should be some error message like above or during install but you are not seeing one. I think the best way to debug...

hi @RNakamura90 , sorry about the trouble you are having. I am guessing that the issue is in this class: ``` fited_soft_voting ``` The error: ``` "TypeError: 'VotingClassifier' object is...