An open API service indexing awesome lists of open source software.

https://github.com/ahmed-bayoumy/slml

Statistical learning models library for blackbox optimization
https://github.com/ahmed-bayoumy/slml

blackbox-optimization derivative-free-optimization multidisciplinary-design-optimization multidisciplinary-optimization multimodel-management relative-adequacy-framework surrogate surrogate-based-optimization surrogate-model-based-optimization surrogate-modelling surrogate-models

Last synced: 5 months ago
JSON representation

Statistical learning models library for blackbox optimization

Awesome Lists containing this project

README

          

[![lx-build-and-pytest](https://github.com/Ahmed-Bayoumy/SLML/actions/workflows/lx-build-and-pytest.yml/badge.svg)](https://github.com/Ahmed-Bayoumy/SLML/actions/workflows/lx-build-and-pytest.yml)
[![macos-build-and-pytest](https://github.com/Ahmed-Bayoumy/SLML/actions/workflows/macos-build-and-pytest.yml/badge.svg)](https://github.com/Ahmed-Bayoumy/SLML/actions/workflows/macos-build-and-pytest.yml)
[![macos-build-and-pytest](https://github.com/Ahmed-Bayoumy/SLML/actions/workflows/macos-build-and-pytest.yml/badge.svg)](https://github.com/Ahmed-Bayoumy/SLML/actions/workflows/macos-build-and-pytest.yml)

# SLML
Statistical Learning Models Library: A python library for dynamic surrogates and statistical learning algorithms

**Version 2.1.0**

---

## License & copyright

© Ahmed H. Bayoumy
---
## Installation

`pip install StatLML`

## How to use SLML package

After installing the `SLML` package, the functions and classes of `SLML` module can be imported directly into the python script as follows:

```pycon
from SLML import *
```