Skip to content

Python module to predict GOLD biomes from free text field, can also be used as a command line tool.

License

Notifications You must be signed in to change notification settings

EBI-Metagenomics/biome_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOLD biome predictor

This project contains a library and command line tool to predict a GOLD biome for a given set of text.

Installation

git clone git@github.com:EBI-Metagenomics/biome_prediction.git
pip install .

Usage (i.e: command)

predict-biome

This will open a prompt into which text can be typed/pasted for prediction.

Updating training data:

bash fetch_data/update_data.sh

This will create a new set of training data; move it replace raw_data.tsv in the data/ folder, and re-run classify.py to retrain the model. Remember to commit the updated model to GitHub!

About

Python module to predict GOLD biomes from free text field, can also be used as a command line tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published