Skip to main content

a library for ML programing created by Samuel Brinkmann

Project description

SAM_ML

PyPI version

a library created by Samuel Brinkmann

getting started (with SMAC3 library)

  1. pre-installations (needed for smac library)

You need to install swig for the smag library that is used for hyperparameter tuning.

Linux (see smac installation guide):

apt-get install swig

MacOS (with homebrew):

brew install swig

Windows (see swigwin)

  1. install the package to your activated virtual environment (python version 3.10 and higher is needed)
pip install sam-ml-py[with_swig]

getting started (without SMAC3 library)

  1. install the package to your activated virtual environment (python version 3.10 and higher is needed)
pip install sam-ml-py

start using it

  1. now you can import the package, e.g.:
from sam_ml.models import RFC

RandomForestClassifier = RFC()

--> in the 'examples' folder you can find notebooks with code snippets that explain the usage of the package and it is also worth to look into the wiki of the repo.

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

sam_ml-py-0.10.3.tar.gz (30.7 kB view hashes)

Uploaded Source

Built Distribution

sam_ml_py-0.10.3-py3-none-any.whl (46.6 kB view hashes)

Uploaded Python 3

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