https://github.com/ruivieira/ccfd-seldon-model
https://github.com/ruivieira/ccfd-seldon-model
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruivieira/ccfd-seldon-model
- Owner: ruivieira
- License: apache-2.0
- Created: 2020-02-20T21:25:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T01:12:20.000Z (over 3 years ago)
- Last Synced: 2024-12-06T19:36:53.631Z (10 months ago)
- Language: Jupyter Notebook
- Size: 2.48 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ccfd-seldon-model
Seldon model trained with the [Kaggle credit card fraud dataset](https://www.kaggle.com/mlg-ulb/creditcardfraud).
To build the model:
```shell
$ s2i build https://github.com/ruivieira/ccfd-seldon-model.git seldonio/seldon-core-s2i-python36:0.18 ruivieira/ccfd-seldon-model
```Make sure you use version `0.18` of the `s2i` has other versions are known to incur in problems in the resulting image.