Skip to content

KCB13/cq-notebooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cq-notebooks

Notebooks for answering competency questions

Our goal here is to create a catalog of working examples that demonstrate how to access, transform, integrate and visualize the diverse data sources we intend to use for projects like Translator.

We are currently using Jupyter notebooks as our means of documenting, prototyping, and sharing code. As some of these experiments mature into working prototype pipelines, we intend to extract this functionality from the notebooks and migrate it into a production pipeline.

Workplan

For now, we are collecting orange-team queries here: http://bit.ly/orange_cq

We may transfer these to github tickets later, and use github projects as a kanban-style way of organizing this.

Each row should link to a notebook demonstrating CQ answering (or lack of answering, where we are identifying gaps). The notebook may be jupyter, zeppelin, ... We may choose to use mybindings to allow editing of these in future.

Running Locally

One-time Setup

You will need Python (e.g., Python 3.5.2).

virtualenv env
source env/bin/activate
pip install jupyter ipython pandas requests

Running

source env/bin/activate
jupyter notebook

APIs

API development guidelines

TODO: we should aim to drive this list from Smart API registry

Live

Next

Hackathon

  • Disease prediction (Grey)

About

Notebooks for answering competency questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%