Juan Luis Cano Rodríguez

Results 1964 comments of Juan Luis Cano Rodríguez

Any thoughts on the use of functools.partial for this @Galileo-Galilei ?

> Actually the kwargs should be passed to _register_new_resolvers, not to the resolver itself Oh I see 👍🏼 Then I think we need new APIs indeed

Names: - Pipeline reuse - Parameter sweep - Monte-carlo simulations - Multi-run - Parallel experimentation Some of these are a bit hand wavy and that's why I think parameter sweep...

I can reproduce this on macOS. 1. `kedro new --name=test-custom-resolver-viz --starter=spaceflights-pandas` everything works ✔️ 2. `pip install torch` everything still works ✔️ 3. Add custom resolver to `src/test_custom_resolver_viz/settings.py` as explained...