liangqin12354 / rapid_models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rapid-models

Python package (Reciprocal Data and Physics models - RaPiD-models) to support more specific, accurate and timely decision support in operation of safety-critical systems, by combining physics-based modelling with data-driven machine learning and probabilistic uncertainty assessment.

Quickstart

$ git clone https://github.com/RaPiD-models/rapid_models.git
$ cd rapid_models
$ pip install -e .
$ rapid_models --help

To develop, test, generate documentation, etc.

$ pip install -r requirements_dev.txt

To generate documentation do, either:

$ cd docs
$ make docs html 

or

$ cd docs
$ sphinx-build -M html . build

The html documentation will then be avaliable in docs/build/html/index.html

Features

FIXME: add features

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

License:Other


Languages

Language:Jupyter Notebook 48.4%Language:Python 44.4%Language:Makefile 5.3%Language:Dockerfile 1.9%