Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #202 #203

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

zeelsheladiya
Copy link

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
Copy link
Author

any input?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant