RasaHQ/rasa_core

View on GitHub
rasa/core/policies/keras_policy.py

Summary

Maintainability
A
1 hr
Test Coverage

Function __init__ has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self,
Severity: Major
Found in rasa/core/policies/keras_policy.py - About 1 hr to fix

    Avoid deeply nested control flow statements.
    Open

                            with warnings.catch_warnings():
                                warnings.simplefilter("ignore")
                                model = load_model(model_file)
    
    
    Severity: Major
    Found in rasa/core/policies/keras_policy.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status