CJ Carey

Results 11 issues of CJ Carey

`ls` hides hidden files by default, and has an `ls -a` option to show them. `lsp` seems to always display hidden files.

Methods that we haven't implemented yet, but would like to. In no particular order: - [ ] [Probablistic Global Distance Metric Learning](http://www.cs.cmu.edu/~liuy/frame_survey_v2.pdf) - Probabilistic extension of MMC (pMMC?) - [...

new feature

Right now, many of the unit tests are just checking that the code doesn't entirely fail when run with the Iris dataset. This results in a slow test suite that...

One of the goals we've had for a long time is the ability to use Doppio as a drop-in replacement for the native Java applet runner plugin. Here's a sketch...

feature request
blocked

The current `borsch` script simply writes the data to a file and invokes `tapkee_cli` to interface with the library. It should be possible (and much cleaner) to provide a simple...

#### Reference issue Fixes gh-16929. #### What does this implement/fix? The special case for "all nonzeros" was incorrect, returning the flat index of the `data` array instead of the sparse...

defect
scipy.sparse

### Describe your issue. Our templated functions in sparsetools uses the same integer type for both scalars (like the array shape) and index arrays. But this means we can't produce...

defect
scipy.sparse

After #36 is merged, we'll have a cleaner way of throwing Python exceptions from native code. This issue is just a reminder that we have a bunch of JS exceptions...

The current tmLanguage definition doesn't recognize strings of the form ``` var foo = `this is ${foo} interpolated ${bar.quux} and 'handles' "quotes" easily`; ``` For code that uses these strings,...

### Is your feature request related to a problem? Please describe. Due to limitations of the native `sparsetools` module and compiler support for half-float types, we have never supported np.float16...

enhancement
scipy.sparse
good first issue