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 unfitted gaussianDB problem #405

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

Sarthak-Biswas
Copy link
Contributor

@Sarthak-Biswas Sarthak-Biswas commented Apr 4, 2023

Status

READY and FIXED

Description

The "GaussianDB is not fitted yet" occurs due to the fact that NOT training the model from root directory of SecureTea causes a relative path problem. This makes the 'fit' to not find the GaussianDB instance.

Fixes

  • Added a model trained from the root directory.
  • Added train.py function to pre-train the model in case of any error occurs in future.
  • Update docs for both user and contributor.
  • Added tensorflow to requirements
  • Modified the code to make the prediction features match the exact set of training features.

TODO:

  • Training the model with other parameters.

This PR relates to the issue #371

@adeyosemanputra adeyosemanputra merged commit 7a2da87 into OWASP:master Apr 17, 2023
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.

2 participants