package tezos-benchmark

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_benchmark.PyinitSource

Sourceval pyinit : unit -> unit

Initializes Python

Sourceval numpy : unit -> Pytypes.pyobject

Import numpy and returns its Python object. It also initialize Python runtime if not yet.

Sourceval linear_model : unit -> Pytypes.pyobject

Import sklearn.linear_model and returns its Python object. It also initialize Python runtime if not yet.

Sourceval scipy_optimize : unit -> Pytypes.pyobject

Import scipy.optimize and returns its Python object. It also initialize Python runtime if not yet.

Sourceval sklearn_metrics : unit -> Pytypes.pyobject

Import sklearn.metrics and returns its Python object. It also initialize Python runtime if not yet.

Sourceval statsmodels_api : unit -> Pytypes.pyobject

Import statsmodels.api and returns its Python object. It also initialize Python runtime if not yet.

Sourceval statsmodels_stats : unit -> Pytypes.pyobject

Import statsmodels.stats and returns its Python object. It also initialize Python runtime if not yet.

OCaml

Innovation. Community. Security.