MCPcopy Create free account
hub / github.com/modAL-python/modAL / num_epochs

Method num_epochs

modAL/models/learners.py:257–261  ·  view source on GitHub ↗

Returns the number of epochs of a single fit cycle.

(self)

Source from the content-addressed store, hash-verified

255
256 @property
257 def num_epochs(self):
258 """
259 Returns the number of epochs of a single fit cycle.
260 """
261 return self.estimator.max_epochs
262
263 @num_epochs.setter
264 def num_epochs(self, value):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected