MCPcopy Create free account
hub / github.com/christopherjenness/ML-lib / __init__

Method __init__

ML/svm.py:135–154  ·  view source on GitHub ↗

Args: max_iter (int): Maximum number of iterations through PLA before stoping learning_rate (float): PLA step size pocket (bool): optional incorporation of pocket algorithm, saves best weights in case model is not fit, or if has not

(self, max_iter=100, learning_rate=1, pocket=False, initial_weights=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected