gitter-lab / ml4bio

A graphical interface for sklearn classification to introduce machine learning to biologists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml4bio

PyPI Test ml4bio DOI

This package is a graphical interface wrapper for sklearn classification. It is intended to be used with the ML4Bio workshop training materials.

Python environment

Requires:

  • Python 3.5
  • pandas
  • numpy
  • sklearn
  • matplotlib
  • pyqt 5
  • scipy

See conda_env.yml for one set of compatible package versions. Create the ml4bio conda environment with the command conda env create -f conda_env.yml. Activate the environment with conda activate ml4bio.

The full Anaconda installation also provides all required dependencies.

Running

The ML4Bio workshop repository provides scripts for installing and launching the ml4bio GUI. Once the ml4bio package and its dependencies have been installed, the GUI can be launched using the ml4bio command from the command line.

Citation

An approachable, flexible and practical machine learning workshop for biologists.
Chris S Magnano, Fangzhou Mu, Rosemary S Russ, Milica Cvetkovic, Debora Treu, Anthony Gitter.
Bioinformatics, 38:Supplement_1, 2022.

Third party materials

The icons in the ml4bio/icons directory were downloaded from http://thenounproject.com under the Creative Commons license. Instructions on how to give credit to the creators: link

Add this attribution where appropriate:

Created by sachin modgekar from Noun Project.

About

A graphical interface for sklearn classification to introduce machine learning to biologists

License:MIT License


Languages

Language:Python 100.0%