Skip to content

Error while running #4

@Tharun98

Description

@Tharun98

I am getting error in line 32 of optimizer.py . Line 32 is
self.__nn_pred = neural_net.e.network(self.__domain)
and the error is (TypeError: 'Regressor' object is not callable
Exception TypeError: TypeError("'NoneType' object is not callable")

There is no function by name 'network' in neural_net.py, so when we call neural_net.e.network, it's throwing up an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions