A high level deep learning framework for quickly prototyping networks with added tools in data visualisation, model interpretability and performance metrics
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.
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 thetest_df
dataframe object could not be appended. To fix this, I appended the generated dataframe using thepd.concat
method, and it worked. I was able to successfully run the test.dnn.py
metrics.py
Successful test
test CSV file