MCPcopy Create free account
hub / github.com/ProvableHQ/python-sdk / __init__

Method __init__

zkml/zkml/leo_transpiler.py:33–58  ·  view source on GitHub ↗

Initialize the LeoTranspiler with the given parameters. Parameters ---------- model : BaseEstimator The ML model to transpile. validation_data : tuple of array_like, optional Data to evaluate the numerical stability of the circuit. The model w

(
        self,
        model: BaseEstimator,
        validation_data: Optional[ArrayLike] = None,
        output_model_hash: Optional[str] = None,
    )

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