Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ is_testing
Method
is_testing
mla/neuralnet/layers/basic.py:45–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
44
@property
45
def
is_testing(self):
46
return
not self._train
47
48
@is_testing.setter
49
def
is_testing(self, is_test=True):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected