David Yamnitsky

Results 17 issues of David Yamnitsky

This issue tracks adding support for training in addition to prediction to each of the language libraries.

enhancement
design
lang-support

This issue tracks adding a tangram library for Java. Ideally, the library will be compatible with other JVM languages such as Scala and Kotlin.

enhancement
good first issue
lang-support

This issue tracks adding a library for C#.

enhancement
good first issue
lang-support

It would be great if tangram allowed hdf5 files as input in addition to csv. The CLI can determine what file format to use based on the extension of the...

enhancement
good first issue

We need to look into why windows marks our tarball as potentially malicious and figure out how to convince it otherwise.

bug

Right now, models can only be uploaded to the app from the browser. It would be nice to allow upload from the CLI as well. This will require implementing authentication...

enhancement

Tangram is currently packaged for Scoop on Windows, but it would be great to add a Chocolatey package as well.

enhancement

I observe that when attempting to use multiple isolates from a single thread, I get frequent segfaults. Here is the LLDB output: ``` stop reason = signal SIGSEGV: invalid address...