Skip to content

Interactive dashboard for examining active learning experiments and matrix completion models

Notifications You must be signed in to change notification settings

oaoni/exploreML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exploreML

Interactive bokeh dashboard for analyzing active learning experiments and matrix completion models

Active Explore Demo

Requirements

bokeh == 2.4.2

Getting started

Clone repo and cd into the project directory

$ git clone https://github.com/oaoni/exploreML.git

Launch in a classic jupyter notebook

$ jupyter notebook

Usage

from exploreML import loadActiveH5, ActiveExplore

# Load demo data from Published Kinase Inhibitor Set (PKIS) small molecule to gene interactions
data_dict, sampling_dict = loadActiveH5()

row_name = 'compound'
col_name = 'gene'

# Interactive dashboard saved as: active_explorer.html
active = ActiveExplore(data_dict, sampling_dict,row_name=row_name,col_name=col_name)

About

Interactive dashboard for examining active learning experiments and matrix completion models

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published