Asgeir Berland
Asgeir Berland
I'm trying to rewrite some yml-files to hera, and I've stumbled upon some issues related to mapping an input variable (a google cloud storage file path) to the parameters of...
I've noticed how Resource limits - if not defined - default to the minimum requested. This was a gotcha for me as I expected there to be no limits in...
I've been struggling a bit with the API, and I can't quite seem to figure out how to run a generic script with Hera (independent of python). [Here's an example...
Is there a specific reason that the default namespace for a `Workflow` object doesn't inherit from `WorkflowService`?
A name?
Is there any plans of giving this library a name other than `vrp`? Making benchmarks for several VRP-solvers made this a challenge.
It would be very handy to show which cell/line is currently being processed, in addition to a checker when it is complete. This is similar to Junolab and Hydrogen extensions...
MLFlow objects can be saved with their signatures, as shown here: https://www.mlflow.org/docs/latest/python_api/mlflow.models.html#mlflow.models.ModelSignature Once the model is loaded, and the signature is present, it should be trivial to automatically create a...
If you have multiple features on a geojson file, it would be handy to keep the features as 'abstract' layers to select which style to be used. By 'abstract' here...
I am using a shutdown script to save a file whenever [preemptible VM instances](https://cloud.google.com/compute/docs/instances/preemptible) shut down. I am authed to my project inside the VM through service accounts (`cloud`), as...
Is prefiltering the geojsons in bins based on a feature best practice? I'm not that experienced with Dash, but it seems like one should be able to load all the...