Skip to main content

GPBoost Python Package

Project description

GPBoost icon

GPBoost Python Package

License

This is the Python package implementation of the GPBoost library. See https://github.com/fabsig/GPBoost for more information on the modeling background and the software implementation.

Table of Contents

Examples and documentation

Installation

Before you install

Installation from PyPI using precompiled binaries

pip install gpboost -U

Requirements

  • For Windows users, VC runtime is needed if Visual Studio (2015 or newer) is not installed.

  • For Linux users, glibc >= 2.14 is required.

    • If you get an error message version `GLIBC_2.27' not found, you need to install from source.

    • In rare cases, when you get the OSError: libgomp.so.1: cannot open shared object file: No such file or directory error when importing GPBoost, you need to install the OpenMP runtime library separately (use your package manager and search for lib[g|i]omp for doing this).

  • For macOS users:

    • The library file in distribution wheels is built by the Apple Clang compiler. You need to install the OpenMP library. You can install the OpenMP library by the following command: brew install libomp.

    • If you have an arm64 Apple silicon processor (e.g., M1 or M2) and experience problems, try the following steps:

      • uninstall homebrew (in case you have migrated from an older non-arm64 Mac)
      • install homebrew (to make sure that you have an arm64 version of libomp)
      • install OpenMP (brew install libomp)
      • remove existing python environments and install Miniforge (brew install miniforge and conda init "$(basename "${SHELL}")")

Installation from source

Installation from source can be either done from PyPI or GitHub.

Requirements for installation from source

  • Installation from source requires that you have installed CMake.

  • For Linux users, glibc >= 2.14 is required.

    • In rare cases, you may need to install the OpenMP runtime library separately (use your package manager and search for lib[g|i]omp for doing this).
  • For macOS users, you can perform installation either with Apple Clang or gcc.

    • In case you prefer Apple Clang, you should install OpenMP (details for installation can be found in the Installation Guide) first and CMake version 3.16 or higher is required. Only Apple Clang version 8.1 or higher is supported.

    • In case you prefer gcc, you need to install it (details for installation can be found in the Installation Guide) and specify compilers by running export CXX=g++-7 CC=gcc-7 (replace "7" with the version of gcc installed on your machine) first.

  • For Windows users, Visual Studio (or VS Build Tools) is needed.

Installation from source from PyPI

pip install --no-binary :all: gpboost
Build with MinGW-w64 on Windows
pip install gpboost --install-option=--mingw
Build 32-bit version with 32-bit Python
pip install gpboost --install-option=--bit32

By default, installation in an environment with 32-bit Python is prohibited. However, you can remove this prohibition on your own risk by passing the bit32 option (not recommended).

Installation from source from GitHub

git clone --recursive https://github.com/fabsig/GPBoost.git
cd GPBoost/python-package
# export CXX=g++-7 CC=gcc-7  # macOS users, if you decided to compile with gcc, don't forget to specify compilers (replace "7" with version of gcc installed on your machine)
python setup.py install

Note: sudo (or administrator rights in Windows) may be needed to perform the command.

Build with MinGW-w64 on Windows
python setup.py install --mingw

If you get any errors during installation or due to any other reasons, you may want to build a dynamic library from source by any method you prefer and then just run python setup.py install --precompile.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpboost-1.5.3.tar.gz (2.1 MB view details)

Uploaded Source

Built Distributions

gpboost-1.5.3-py3-none-win_amd64.whl (2.0 MB view details)

Uploaded Python 3 Windows x86-64

gpboost-1.5.3-py3-none-manylinux1_x86_64.whl (4.4 MB view details)

Uploaded Python 3

gpboost-1.5.3-py3-none-macosx_12_0_arm64.whl (3.6 MB view details)

Uploaded Python 3 macOS 12.0+ ARM64

gpboost-1.5.3-py3-none-macosx_10_9_x86_64.whl (3.9 MB view details)

Uploaded Python 3 macOS 10.9+ x86-64

File details

Details for the file gpboost-1.5.3.tar.gz.

File metadata

  • Download URL: gpboost-1.5.3.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.13

File hashes

Hashes for gpboost-1.5.3.tar.gz
Algorithm Hash digest
SHA256 cda1d2c6b7a2dc75265bf5f008b85922c29ece502047dbbc3fde16f8dce8d450
MD5 fdcdb2d83c906b8ca435304444010df2
BLAKE2b-256 a525190156d790677e72a1d0d1150d41d13c420576611c79cfc228ec17e973ae

See more details on using hashes here.

File details

Details for the file gpboost-1.5.3-py3-none-win_amd64.whl.

File metadata

  • Download URL: gpboost-1.5.3-py3-none-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.13

File hashes

Hashes for gpboost-1.5.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 358d6d6b39f1f5c41e0b759b728040c83db0c3a3197fc30fb7f3e9c734d3c9fd
MD5 71f32f860fab320f34a741bf16f98846
BLAKE2b-256 40c0df8d92521f7395686d604d5c4ca160183526193dfbddf08063a1f8493ecd

See more details on using hashes here.

File details

Details for the file gpboost-1.5.3-py3-none-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for gpboost-1.5.3-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5e46730c2c9efbcda642babe1386a7d78c5f92655edaea20605d6d273c01e476
MD5 a5a211ba9716f7f0d63b3a6036af70c6
BLAKE2b-256 984fd63dcdf32e2baeda65d4d11ee8975914871a2f27720150d64eb520222bf2

See more details on using hashes here.

File details

Details for the file gpboost-1.5.3-py3-none-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for gpboost-1.5.3-py3-none-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a62148cb33902505bcc9488586356b75f63be052019cb0e9a3acdb76520bf605
MD5 0f2ada5e5bff60cbd87a2c7593e312cd
BLAKE2b-256 5d59022894ec811e98b6cce30a81aa72595957cf7aef7f9dbd92a563ffc48d48

See more details on using hashes here.

File details

Details for the file gpboost-1.5.3-py3-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gpboost-1.5.3-py3-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c6c287bb39d8a24f1ea157d800e1f81d6201bce9d8a2048231ff240ce55a9c9
MD5 853b2003aa1591a4dd2e4173f5138aad
BLAKE2b-256 83fe1fc354bd7a7a9dd89805900f769e34f8ed5d5bcaf5792094a656cdfb71bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page