ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.81k stars 161 forks source link

expose `format_data` to user via `helpers` #167

Closed jeremymanning closed 6 years ago

jeremymanning commented 6 years ago

The format_data function is useful! Let's expose it to users via hyp.tools.as_np (with PPCA='False' by default).

jeremymanning commented 6 years ago

hey @andrewheusser-- I implemented this change in this branch: https://github.com/ContextLab/hypertools/tree/expose_format_data

could you please:

andrewheusser commented 6 years ago

should be good! see #168