DylanLukes / renkon

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Module providing submission function (`rk`) for use within notebooks. #47

Open DylanLukes opened 1 month ago

DylanLukes commented 1 month ago

Description

For this milestone the intended usage is that someone install Renkon within the environment their notebook environment is running in, and then when they want to run inference on a notebook, they call rk(some_df).

Tasks