datajoely
01/05/2022, 5:28 PMChainYo
01/06/2022, 10:17 AMkedro install
or pip install -r src/requirements.txt
install correctly things in the env, but kedro ipython
doesn't use it... I was getting errors with loading things in catalog
and %reload_kedro
.
The errors are gone if I use the main ubuntu env without conda.ChainYo
01/06/2022, 10:18 AMdatajoely
01/06/2022, 4:53 PMbefore_node_run
hook may be usefulMackson
01/09/2022, 1:44 PMantony.milne
01/10/2022, 7:41 AMlinear.experiment_1.train_model
. kedro-viz supports also supports arbitrarily nested hierarchy like this
* experiment tracking is now natively supported in kedro. Still work in progress but if you're interested you can see the documentation at https://kedro.readthedocs.io/en/stable/08_logging/02_experiment_tracking.html and a demo at https://demo.kedro.org/ (click the flask icon on the left sidebar)datajoely
01/10/2022, 9:41 AMDaehyun Kim
01/11/2022, 6:15 PMdatajoely
01/11/2022, 6:17 PMsettings.py
. What do you mean by installing the hooks?datajoely
01/11/2022, 6:17 PMTimingHooks
here:
https://github.com/datajoely/modular-spaceflights/blob/main/src/modular_spaceflights/settings.pyDaehyun Kim
01/11/2022, 6:19 PMdatajoely
01/11/2022, 6:19 PMdatajoely
01/11/2022, 6:19 PMdatajoely
01/11/2022, 6:19 PMDaehyun Kim
01/11/2022, 6:19 PMdatajoely
01/11/2022, 6:20 PMdatajoely
01/11/2022, 6:20 PMkedro-telemetry
works since it's a really simple plugin
https://github.com/quantumblacklabs/kedro-telemetryDaehyun Kim
01/11/2022, 6:23 PMDaehyun Kim
01/11/2022, 6:28 PM2022-01-11 10:27:39,174 - root - INFO - Reached after_catalog_created hook
when i run the pipeline.
this is awesome, thanksDaehyun Kim
01/11/2022, 6:30 PMafter_catalog_created
in a different hook in the current kedro project, which one will have priority between after_catalog_created() in the current kedro project and after_catalog_created() from the plugin?datajoely
01/11/2022, 6:40 PMdatajoely
01/11/2022, 6:40 PMDaehyun Kim
01/11/2022, 6:40 PMdeepyaman
01/11/2022, 7:18 PMidriss__
01/12/2022, 8:57 AMdatajoely
01/12/2022, 10:20 AMafter_node_run
hook since that has the node name, catalog and inputs avaialble
https://kedro.readthedocs.io/en/stable/kedro.framework.hooks.specs.NodeSpecs.html#kedro.framework.hooks.specs.NodeSpecs.after_node_runidriss__
01/12/2022, 10:58 AMChainYo
01/13/2022, 10:16 AMdatajoely
01/13/2022, 10:17 AM