Riccardo Fiorista

Results 6 issues of Riccardo Fiorista

Hi there, First of all, thanks a lot to all the developers at Conveyal! R5 is an amazing concept! While I was deploying a development environment locally on my machine,...

As of my understanding it should be possible to have a MultiView containing a SimpleFormView as well as a ModelView. However, it seems that if I try to render a...

**Describe the bug** In the following sections of the documentation [get_shortest_path_dijkstra](https://igraph.org/c/doc/igraph-Structural.html#igraph_get_shortest_path_dijkstra), [get_shortest_paths_dijkstra](https://igraph.org/c/doc/igraph-Structural.html#igraph_get_shortest_paths_dijkstra), and [shortest_paths_dijkstra](https://igraph.org/c/doc/igraph-Structural.html#igraph_shortest_paths_dijkstra) (non-exhaustive list), the time complexity for the computation is referred to as `O(|E|log|E|+|V|)` or `O(s*|E|log|E|+|V|)` respectively....

stale

## Summary Hi there! First of all, thanks a lot for the great library! It would be great if it was possible to load Stately.AI JSON objects at runtime (or...

Currently, for `TorchVisionClassifierTrainer`, `save_best_model` is an initialization parameter of the class. However, that's not the case for the `VisionClassifierTrainer` and it's set to `False`. Is there a specific reason for...

Hi there! I am currently trying to use the TheilD index for my research on transport access equality. As far as I understood, the definition of the decompose Theil index...