Aifred-Health / VulcanAI

A high level deep learning framework for quickly prototyping networks with added tools in data visualisation, model interpretability and performance metrics
https://www.aifredhealth.com
GNU Affero General Public License v3.0
17 stars 8 forks source link

Fixed issue #202 #203

Open zeelsheladiya opened 1 year ago

zeelsheladiya commented 1 year ago

To resolve this issue, I created a private variable in the DNN class. After doing that, I encountered another error in the conduct_sensitivity_analysis function. The error was that the test_df dataframe object could not be appended. To fix this, I appended the generated dataframe using the pd.concat method, and it worked. I was able to successfully run the test.

dnn.py

image

metrics.py

image

Successful test

image

test CSV file

image
zeelsheladiya commented 1 year ago

any input?