Skip to content

abouhana/valexa

 
 

Repository files navigation

Valexa

Build Status

What is it?

Valexa is an analytical method validation library. It uses accuracy profile as described in Hubert et Al., 2006. The profiles are generated with Numpy and Pandas, Shapely is used to find the validation limit of the profile. Models are managed with Sympy and Statsmodels.

Valexa aims to be modular and versatile. It can be used stand alone or included in larger project.

How to use it?

Installation

Valexa use Poetry as a package manager.

pip install poetry

poetry install

How to use

The current version does not have any gui yet. To generate the profile, modify the main.py to suits your needs. Look at 'tests/data/test_dataset.py' for more detail on the data format needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%