gregversteeg / bio_corex

A flexible version of CorEx developed for bio-data challenges that handles missing data, continuous/discrete variables, multi-CPU, overlapping structure, and includes visualizations
Apache License 2.0
137 stars 30 forks source link

improve documentation #7

Closed pocin closed 5 years ago

pocin commented 5 years ago

in the python api code example the layer1.labels has shape [n_samples, Y_j] so layer1.labels[0] doesn't work as indicated.

otherwise a minor edits added backticks for better readability

gregversteeg commented 5 years ago

Thanks for the fixes!