Skip to content
/ JrBoost Public

JrBoost implements the ADA Boost and Logit Boost algorithms

License

Notifications You must be signed in to change notification settings

jrade/JrBoost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 15, 2024
0219096 · Jan 15, 2024
Jan 15, 2024
Jan 26, 2022
Jan 8, 2022
Oct 19, 2021
Jan 15, 2024
Jul 28, 2023

Repository files navigation

To build JrBoost you need:

	a 64-bit C++17 compiler
	a Python 3 installation with NumPy
	the Eigen and pybind11 C++ libraries

JrBoost has been built on Windows 10 with:

  Microsoft Visual Studio 2019
  Anaconda version 2020.11 (=4.9.2) (includes Python version 3.8.5 and NumPy version 1.19.2)
  Eigen version 3.4.0
  pybind11 version 2.7.1

The code comes with Visual Studio 2019 solution and project files.
These use the environment variables EIGEN_DIR, PYBIND11_DIR and PYTHON_DIR
to find the C++ library and the python installation root directories.

About

JrBoost implements the ADA Boost and Logit Boost algorithms

Resources

License

Stars

Watchers

Forks

Packages

No packages published