bionic icon indicating copy to clipboard operation
bionic copied to clipboard

A Python framework for data science.

Results 23 bionic issues
Sort by recently updated
recently updated
newest added
trafficstars

Right now, Bionic entity functions can only accept and return in-memory objects. However, in some cases we want to operate directly on files. (For example, we may want to call...

enhancement

Bionic's file cache grows continuously over time, and it's difficult to manually remove older files. We should have a facility for automating this. Presumably it would detect either files that...

enhancement

Currently, Bionic runs all tasks locally, on the same host it was started on. Ideally it would be able to dispatch jobs to other hosts. (Presumably this would depend on...

enhancement