Closed andrewheusser closed 6 years ago
Sounds like a great idea! :+1:
These should probably go into this repo, and we should consider renaming that repository to hypertools-examples
or simililar (and then we should update all links to the original notebook).
The reason to include these in a separate repo is to prevent users/developers from having to download extra stuff if they just want to work on the code. (But they are also small files...so I'm open to alternative ideas and/or including them in this repo if there's a compelling reason.)
For quail
, I have these in the docs folder, because you can autocompile notebooks into a website see here.
That looks perfect-- let's do that!
I've finished and push edits on 4/7 tutorials. Will finish the rest today/tomorrow!
To help users get started with the tutorial, it would be nice to have a set of tutorials that go over the main features (something like this: http://cdl-quail.readthedocs.io/en/latest/tutorial.html). Each tutorial can be a separate Jupyter notebook.
#
to make it large##
to make them a bit smallerCode examples should in in python
See here for an example of how to format as described above.
Here is what I'm thinking. Please check these off as you go so we can keep track, and if you run into any issues, leave a message on this thread and move on to the next thing.
hyp.plot
function - examples of:mushrooms
geo = hyp.plot(data, '.')
ndims=2
)group=list_of_group_labels
)labels
)legend=True
)n_clusters
)save_path=something
)hyp.analyze
function. examples of:weights_avg
A notebook highlighting
hyp.normalize
examples of:within
across
row
A notebook highlighting dimensionality reduction with
hyp.reduce
. examples of:mushrooms
hyp.align
. examples of:weights
hyp.cluster
examples of:mushrooms
n_clusters
equal to something other than the defaultcluster='AgglomerativeClustering'
geo
class. examples of:mushrooms
geo
geo.plot
geo.transform(new_data)
geo.save