Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Every version of the Python Engine comes with 3 flavours:

Image

Description

pyfx

Minimal image containing only the pyfx Python module and required dependencies.

datascience

Image containing pyfx and common data science Python libraries.

neural

Image containing pyfx, common data science libraries and neural network related libraries.

For v4, those flavours contains the following libraries (and their dependencies):

  • pyfx contains:

    • python = "3.10."

    • setuptools

    • filelock

    • numpy

    • pandas

    • fastavro

    • requests

    • requests-toolbelt

    • SecretStorage

  • datascience contains pyfx libraries and dependencies, plus the following:

    • dython,

    • eli5,

    • graphviz,

    • igraph,

    • imbalanced-learn,

    • jpmml-evaluator,

    • leidenalg,

    • lightgbm,

    • matplotlib,

    • onnxmltools,

    • onnxruntime,

    • optuna,

    • pynndescent,

    • umap-learn,

    • sacred,
      scipy,

    • shap,

    • SQLAlchemy,

    • scikit-learn,

    • sklearn-pandas,

    • sklearn2pmml,

    • statsmodels,

    • sympy,

    • xgboost,

  • neural contains pyfx and datascience libraries and dependencies, plus the following:

    • BERTopic,

    • darts,

    • neuralprophet,

    • sentence-transformers,

    • tensorflow,

    • torch,

    • torchviz

  • No labels