Vijay Arya

Results 27 comments of Vijay Arya

@dalavayi what version of TF & pandas are you using?

For windows you will require "Build tools for Microsoft visual studio”. For windows 8 some time back and this version had worked for me: https://www.microsoft.com/en-us/download/details.aspx?id=48159 Then Reboot. For torch see...

@pronics2004 Could you please review this change?

@divyat09 In addition to what @sadhamanus pointed, here are some details about code line 77 which might help you debug your example: self._wbmodel._nb_classes should return the number of output classes...

@divyat09 Can you try creating a model that has 2 output classes, something along the lines of the following example: https://nbviewer.jupyter.org/github/IBM/AIX360/blob/master/examples/tutorials/HELOC.ipynb#c2 In case you've added a softmax, please also remove...

@haccanri Thanks for bringing the problem to our attention. The FICO challenge dataset used to be downloadable a couple of weeks back and we are not sure when the google...

@romeokienzler you can take a look at this file, we are on tensorflow 1.14 https://github.com/Trusted-AI/AIX360/blob/master/setup.py Are you facing any installation issues?

Thanks @ishapuri

@Lawrence-Krukrubo pls try python 3.6 + tf1.14 for CEM.

@Lawrence-Krukrubo the following should work: git clone https://github.com/Trusted-AI/AIX360 cd AIX360 pip install -e .[contrastive] The installation instructions are also available here: https://github.com/Trusted-AI/AIX360/tree/master#installation The latest version is not in pypi yet,...