ombhojane / explainableai

Increase interpretability of your models!
https://pypi.org/project/explainableai/
MIT License
29 stars 51 forks source link

REMOVED THE UNNECESSARY NUMPY LIBRARY IMPORT(ISSUE#109) #117

Closed PreetSharma-12 closed 1 month ago

PreetSharma-12 commented 1 month ago

The numpy library was imported in the main.py but had no use in the project so I removed it to make the code shorter and remove its unnecessary import in the project.