kedro-viz
kedro-viz copied to clipboard
Visualise your Kedro data and machine-learning pipelines and track your experiments.
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. Release notes Sourced from black's releases. 22.10.0 Highlights Runtime support for Python 3.6 has been removed. Formatting 3.6 code will...
## Description This PR won't be pushed to main, it's just a dummy csv generator to generate XX number of data to test Experiment Tracking Milestone 2 stuff. ## Development...
## Description The idea is to do some POC for the Metrics charts in the experiment tracking, or do some research for available frameworks/technologies to build them based on the...
## Description Some of the js files where not being consistant, with some params written in small caps. This is a follow up to #1109 ## Checklist - [x] Read...
Highest level: prepare final assets for engineering. @Mackay031 to add a list of must-have and nice-to-have functionalities for the plots.
Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. Release notes Sourced from pytest-mock's releases. v3.10.0 Added new mocker.stop(m) method to stop specific mocker.patch or mocker.spy calls (#319). Changelog...
@noklam ## Description When using the MetricsDataSet with a filepath that refers to S3, kedro viz doesn't show any plots and cannot find the filepath. It seems like the MetricsDataSet...
Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependencies [d3-color](https://github.com/d3/d3-color), [d3-interpolate](https://github.com/d3/d3-interpolate), [d3-scale](https://github.com/d3/d3-scale), [d3-transition](https://github.com/d3/d3-transition) and [d3-zoom](https://github.com/d3/d3-zoom). These dependencies need to be updated together. Updates `d3-color` from 1.4.1 to 3.1.0 Release notes Sourced...
## Description additional information only show when you run `kedro viz`, but when you save the visualization as a json file and then visualize it with `kedro viz --load-file`, the...
## Description In PR #1119, the code in these files was found to cause a rendering error. I found it difficult to work with the code in these files while...