David Yamnitsky
David Yamnitsky
This issue tracks adding support for training in addition to prediction to each of the language libraries.
This issue tracks adding a tangram library for Java. Ideally, the library will be compatible with other JVM languages such as Scala and Kotlin.
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...
We need to look into why windows marks our tarball as potentially malicious and figure out how to convince it otherwise.
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...
Tangram is currently packaged for Scoop on Windows, but it would be great to add a Chocolatey package as well.
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...