Skip to content

earth-metabolome-initiative/spectral-similarities-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectral similarity evaluation

Experimental framework to evaluate spectral similarities

Installation

After having cloned the repository, install the required packages with the following command:

pip install -r requirements.txt

Usage

From the root directory of the repository, run the following command to test that everything is working and executing a smoke test.

pytest -sx

Next, once you have ensured that the tests are passing, you can run the main script with the following command:

python run.py --iterations 10\
    --quantity 10000\
    --random-state 67455636\
    --data-directory "data"\
    --output "results.csv"\
    --verbose

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Experimental framework to evaluate spectral similarities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages