Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinavsp0730/kedro-wdbc-tf
https://github.com/abhinavsp0730/kedro-wdbc-tf
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhinavsp0730/kedro-wdbc-tf
- Owner: abhinavsp0730
- Created: 2020-10-05T11:19:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-06T16:03:38.000Z (about 4 years ago)
- Last Synced: 2024-08-01T10:19:11.502Z (5 months ago)
- Language: Python
- Size: 1.18 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kedro - kedro-wdbc-tf
README
# Example for using Kedro for Tensorflow Models.
In this example I've used [wdbc](http://www.laurencemoroney.com/wp-content/uploads/2018/02/wdbc.csv)(Breast Cancer Dataset)
and used Tensorflow to train the model against the wdbc dataset.
All the Machine Learning WorkFlow is created by [kedro](https://github.com/quantumblacklabs/kedro)
### This Project is Created in [PyCon India 2020 Devsprint](https://in.pycon.org/blog/2019/understanding-devsprints.html).
## Machine Learning WorkFlow visualization created by ```kedro-viz```.
![Pipeline Image](./kedro-pipeline.png)
## Important Mention
This project wouldn't be possible without the constanst support of [Lais Carvalho](https://github.com/laisbsc)