grudloffev
f43e99ff22
update kserve to version 0.15.0 ( #1180 )
...
Signed-off-by: grudloffev <gabriel.rudloff@eviden.com>
2025-04-14 07:24:52 +05:30
Andrey Velichkevich
a93b143c1d
Notify users that these examples are out-of-date ( #1178 )
...
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
2024-11-29 22:37:55 +00:00
Matteo Mortari
4a9165b7ef
fix broken link to subdirectory ( #1089 )
2024-01-17 16:51:55 +05:30
Helber Belmiro
4132f35d3b
Fixed broken link ( #1063 )
2023-10-19 18:25:15 +00:00
Vedant Padwal
40cba72b52
Update OWNERS ( #1049 )
2023-08-05 16:51:33 +00:00
Williaiam
8d8d5d82bc
Upload volume paraller codes. ( #1048 )
...
* Upload volume paraller codes.
* Kubeflow pipeline parallel pods example
2023-08-01 08:23:02 +00:00
kbthu
88cbccbe4b
Add data passing and sidecar examples. ( #1047 )
...
* Add flow control example of Kubeflow pipeline
* Add volume example.
* Upload runs graph.
* Add data passing example of Kubeflow pipeline
* Add sidecar example for Kubeflow pipeline.
2023-07-23 18:26:16 +05:30
kbthu
2cfb7eed3b
Add usage of volume mount example for Kubeflow pipeline. ( #1044 )
...
* Add flow control example of Kubeflow pipeline
* Add volume example.
* Upload runs graph.
* Add data passing example of Kubeflow pipeline
* Add sidecar example for Kubeflow pipeline.
2023-06-27 11:58:54 +05:30
kbthu
cebf8db77d
Add flow control example of Kubeflow pipeline ( #1037 )
2023-06-06 17:59:49 +00:00
Vedant Padwal
0ae74ee99d
Merge pull request #1008 from ifuwang/master
...
CNN template
2023-05-23 18:28:02 +00:00
Vedant Padwal
dcced9d761
Merge pull request #1035 from kbthu/master
...
Update demo of mnist on kfp version 1.8.19
2023-05-23 18:27:18 +00:00
kbthu
05e507a07f
Update demo of mnist on kfp version 1.8.19
2023-05-05 10:30:10 +08:00
Kimonas Sotirchos
22dfca63d9
Update the salesforce example to import scikit learn ( #1019 )
...
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
2022-11-30 14:48:16 +00:00
Kimonas Sotirchos
067ba59439
Update the examples with correct image paths and packages ( #1016 )
...
* fix ipynb images to be file paths, and not relevant urls
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
* Don't explicitly set the kale image
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
* Update packages
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
2022-11-22 21:49:42 +00:00
ifuwang
c3bed06a83
Add files via upload
2022-11-18 11:23:33 +08:00
Kimonas Sotirchos
3c630d13f5
Use kubeflow/examples as base link for G-Research ( #1006 )
...
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
2022-11-01 17:26:45 +00:00
Kimonas Sotirchos
58d0cf4fe0
Use kubeflow/examples as base link for telco tutorial ( #1005 )
...
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
2022-11-01 17:25:45 +00:00
Kimonas Sotirchos
7ef538b49a
Update links to use kubeflow/examples as base for JPX tutorial ( #1004 )
...
Ensure all links are relative.
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
2022-11-01 17:24:45 +00:00
Kimonas Sotirchos
4da3cd5593
Update links with kubeflow/examples as base ( #1003 )
...
Previously a lot of links were using the repo
https://github.com/josepholaide/examples as hardcoded.
This PR updates all links to either
1. Use a relative URL, so that files from this repo are used
2. Use the kubeflow/examples repo (master) explicitly, in case of
download links
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
2022-11-01 17:23:46 +00:00
Kishan Savant
a79f11754a
Example of converting Store Sales Forecast Kaggle notebook to a Kubeflow pipeline ( #994 )
...
* Uploaded files
* Modified png extensions
* Modified the directory name
* Updated README.md
2022-10-12 13:52:01 +00:00
Dimitris Poulopoulos
f3ebcf0caa
Bound example dependencies to avoid future warnings and issues ( #997 )
...
* Remove Kale default docker image tag
The default docker image tag can create a conflict with the notebook
image one uses for testing the example. This results in a warning dialog
that we can prevent from appearing.
Signed-off-by: Stefano Fioravanzo <stefano@arrikto.com>
* nlp: Bound requirements.txt
* nlp: Bound the version of the dependencies
Fix the version of the dependencies for the natural language processing
with disaster tweets example.
* nlp: Fix imports
Change any 'import keras.*' import to 'import tensorflow.keras.*' as the
example does not require the standalone keras library.
* nlp: Format inputs
* nlp: Compile the model before training
Move the 'model.compile' command right before 'model.fit' since Kale
needs these commands to run in the same step.
Signed-off-by: Dimitris Poulopoulos <dimpo@arrikto.com>
* house-prices: Bound requirements.txt
Fix the version number of the Python modules in 'requirements.txt'.
Signed-off-by: Dimitris Poulopoulos <dimpo@arrikto.com>
* digit-recognizer: Bound requirements.txt
Fix the version number of the Python modules in 'requirements.txt'.
Signed-off-by: Dimitris Poulopoulos <dimpo@arrikto.com>
Signed-off-by: Stefano Fioravanzo <stefano@arrikto.com>
Signed-off-by: Dimitris Poulopoulos <dimpo@arrikto.com>
Co-authored-by: Stefano Fioravanzo <stefano@arrikto.com>
2022-10-03 16:39:21 +00:00
dependabot[bot]
92989df736
Bump joblib from 0.12.0 to 1.2.0 in /xgboost_ames_housing/seldon_serve ( #998 )
...
Bumps [joblib](https://github.com/joblib/joblib ) from 0.12.0 to 1.2.0.
- [Release notes](https://github.com/joblib/joblib/releases )
- [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst )
- [Commits](https://github.com/joblib/joblib/compare/0.12...1.2.0 )
---
updated-dependencies:
- dependency-name: joblib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 18:34:55 +00:00
Ajinkya Bobade
afab3b8f10
Conversion of OpenVaccine, Bulldozers, Titanic and Facial keypoint detection from kaggle to kfp ( #995 )
2022-09-14 09:52:32 +00:00
akgraner
b98a4bc870
added myself to owners file ( #991 )
2022-08-18 00:40:06 +00:00
Kishan Savant
c52670884d
Example of converting H&M Fashion Prediction Kaggle notebook to a Kubeflow pipeline ( #976 )
...
* Added files via upload
* Modified Kale NB
* Updated the README.md and Kale NB
* Updated README.md
* Added a file size check for downloaded files in KaleNB
* Fixed minor grammatical errors
* Fixed a minor grammatical error
* Updated the download link for house-prices kfp notebook
* Fixed the error in Kale NB
2022-08-17 01:24:50 +00:00
Joseph Olaide
5b9bd2866f
Conversion of G-research-crypto-forecasting and American express Kaggle notebooks to KFP Pipeline ( #986 )
...
* Create README.md
* Add files via upload
* Create README.md
* Add files via upload
* Create README.md
* Add files via upload
* Create README.md
* Create README.md
* Add files via upload
* Add files via upload
* Update README.md
* Update README.md
2022-08-17 01:23:50 +00:00
Xin Ren
9665ff8a5c
Update link to Kubeflow on AWS ( #948 )
2022-07-06 04:11:44 +00:00
Joseph Olaide
de9fd014df
Conversion of Telco Churn and JPX Stock Market Kaggle notebooks to KFP Pipeline ( #964 )
...
* Create README.md
* kaggle to kfp
* Create README.md
* Update README.md
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* kaggle to kfp
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Notebook latest verision
* Update digit-recognizer-kfp-pipeline.ipynb
* Add files via upload
* Create README.md
* Add files via upload
* Update README.md
* Delete img1.PNG
* Add files via upload
* rename notebooks
* Update README.md
* Update README.md
* Delete digit-recognizer-kfp-pipeline.ipynb
* Delete digit-recognizer-kale-pipeline.ipynb
* Delete digit_recognizer_orig.ipynb
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* rename notebooks
* Delete digit-recognizer-orig.ipynb
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kale.ipynb
* Rename digit_recognition/README.md to digit-recognition-kaggle-competition/README.md
* Create README.md
* Rename digit_recognition/data/README.md to digit-recognition-kaggle-competition/data/README.md
* Rename digit_recognition/data/sample_submission.csv to digit-recognition-kaggle-competition/data/sample_submission.csv
* Rename digit_recognition/images/README.md to digit-recognition-kaggle-competition/images/README.md
* Rename digit_recognition/digit-recognizer-kale.ipynb to digit-recognition-kaggle-competition/digit-recognizer-kale.ipynb
* Rename digit_recognition/digit-recognizer-kfp.ipynb to digit-recognition-kaggle-competition/digit-recognizer-kfp.ipynb
* Rename digit_recognition/digit_recognizer_orig.ipynb to digit-recognition-kaggle-competition/digit_recognizer_orig.ipynb
* Rename digit_recognition/requirements.txt to digit-recognition-kaggle-competition/requirements.txt
* Add files via upload
* Update README.md
* Add files via upload
* Add files via upload
* Update README.md
* Delete digit_recognition directory
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kfp.ipynb
* Update digit_recognizer_orig.ipynb
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create time_series_split.py
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Delete time_series_split.py
* Add files via upload
* Update requirements.txt
* Create README.md
* Create ...
* Add files via upload
* Update jpx-tokyo-stock-exchange-prediction-kale.ipynb
* Add files via upload
* Add files via upload
* Add files via upload
* Delete jpx_tokyo_stock_exchange_prediction_orig.ipynb
* Add files via upload
* Update jpx-tokyo-stock-exchange-prediction-kale.ipynb
* Update jpx-tokyo-stock-exchange-prediction-kfp.ipynb
* Update jpx-tokyo-stock-exchange-prediction-orig.ipynb
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Add files via upload
* Update jpx-tokyo-stock-exchange-prediction-kfp.ipynb
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Add files via upload
* Add Pipeline Metrics images to README
* Add files via upload
* Add files via upload
* Add Kale Pipeline Metrics images to README
* enter-api-key image at the center
* Update README.md
* Update README.md
* Update README.md
* Add pip install kaggle
* Add Kaggle version
* Add files via upload
* Kaggle API setup image update
* Update README.md
* Image resolution in README.md corrected
* README update
* Added K8s secrets setup for Kaggle download
* data link update
* download link update
* data link update
* digit_recognizer_orig.ipynb to digit-recognizer-orig.ipynb
* Update README.md
* Create WA_Fn-UseC_-Telco-Customer-Churn.csv
* kfp notebook markdown update
* telco notebooks upload
* kale notebook update
* Add files via upload
* added pipeline ui visualizations
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Notebooks comment update
* Create ...
* Add files via upload
* Update README.md
* Added readme indentation
* Update README.md
* Update README.md
* Update jpx-tokyo-stock-exchange-prediction-kale.ipynb
* Update jpx-tokyo-stock-exchange-prediction-kale.ipynb
* readme indentation update
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update telco-customer-churn-kfp.ipynb
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Add files via upload
* Update README.md
* Add files via upload
* Update README.md
* Add files via upload
* Update README.md
* Update README.md
* Update telco-customer-churn-kfp.ipynb
* Update telco-customer-churn-kale.ipynb
* Update jpx-tokyo-stock-exchange-prediction-kale.ipynb
* Update jpx-tokyo-stock-exchange-prediction-kale.ipynb
* Update telco-customer-churn-kale.ipynb
2022-07-06 03:52:44 +00:00
Joseph Olaide
f174abe3da
Revert or delete #940 PR on "Kaggle notebook to kfp pipeline" ( #950 )
...
This reverts commit 639f84a9d6
.
2022-06-20 07:26:37 +00:00
AnkitRai-22
af34cfed75
natural-language-processing-with-disaster-tweets-kaggle-competition example folder added ( #947 )
...
* Create ReadME.md
* Add files via upload
* Create ReadME.md
* Add files via upload
* Update ReadME.md
* Create ReadME.md
* Add files via upload
* Add files via upload
* Update requirements.txt
* Update ReadME.md
* Add files via upload
* Update ReadME.md
* Update ReadME.md
* Update ReadME.md
* Update ReadME.md
* Add files via upload
* Add files via upload
2022-05-22 13:09:00 +00:00
Kishan Savant
7454117305
Example of converting a Kaggle Notebook to a Kubeflow pipeline ( #945 )
...
* Files added to github
* Correcting image paths for all images
* Modified image paths
* Centering Images
* Updated Github Download URL link in -kfp.ipynb file
* Updated the kfp_client.PNG image
* Updated README.md
* Fixed a grammatical error in README.md
* Fixed issues with README.md and house-prices-kale notebook
* Fixed minor grammatical errors/typos
* Fixed couple of grammatical mistakes
* Modified the notebooks and README.md
* Added the notebook server docker image to README.md
* Updated README.md with KFaaS references
2022-05-20 00:37:23 +00:00
Joseph Olaide
c55eb667a7
Kaggle notebook on digit recognition to kubeflow pipeline ( #944 )
...
* Create README.md
* kaggle to kfp
* Create README.md
* Update README.md
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* kaggle to kfp
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Notebook latest verision
* Update digit-recognizer-kfp-pipeline.ipynb
* Add files via upload
* Create README.md
* Add files via upload
* Update README.md
* Delete img1.PNG
* Add files via upload
* rename notebooks
* Update README.md
* Update README.md
* Delete digit-recognizer-kfp-pipeline.ipynb
* Delete digit-recognizer-kale-pipeline.ipynb
* Delete digit_recognizer_orig.ipynb
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* rename notebooks
* Delete digit-recognizer-orig.ipynb
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kale.ipynb
* Rename digit_recognition/README.md to digit-recognition-kaggle-competition/README.md
* Create README.md
* Rename digit_recognition/data/README.md to digit-recognition-kaggle-competition/data/README.md
* Rename digit_recognition/data/sample_submission.csv to digit-recognition-kaggle-competition/data/sample_submission.csv
* Rename digit_recognition/images/README.md to digit-recognition-kaggle-competition/images/README.md
* Rename digit_recognition/digit-recognizer-kale.ipynb to digit-recognition-kaggle-competition/digit-recognizer-kale.ipynb
* Rename digit_recognition/digit-recognizer-kfp.ipynb to digit-recognition-kaggle-competition/digit-recognizer-kfp.ipynb
* Rename digit_recognition/digit_recognizer_orig.ipynb to digit-recognition-kaggle-competition/digit_recognizer_orig.ipynb
* Rename digit_recognition/requirements.txt to digit-recognition-kaggle-competition/requirements.txt
* Add files via upload
* Update README.md
* Add files via upload
* Add files via upload
* Update README.md
* Delete digit_recognition directory
* Update digit-recognizer-kale.ipynb
* Update digit-recognizer-kfp.ipynb
* Update digit_recognizer_orig.ipynb
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create time_series_split.py
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Delete time_series_split.py
* Add files via upload
* Update requirements.txt
* Create README.md
* Create ...
* Add files via upload
* Update jpx-tokyo-stock-exchange-prediction-kale.ipynb
* Add files via upload
* Add files via upload
* Add files via upload
* Delete jpx_tokyo_stock_exchange_prediction_orig.ipynb
* Add files via upload
* Update jpx-tokyo-stock-exchange-prediction-kale.ipynb
* Update jpx-tokyo-stock-exchange-prediction-kfp.ipynb
* Update jpx-tokyo-stock-exchange-prediction-orig.ipynb
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Add files via upload
* Update jpx-tokyo-stock-exchange-prediction-kfp.ipynb
* Add files via upload
2022-05-20 00:36:24 +00:00
Joseph Olaide
639f84a9d6
Kaggle notebook to kfp pipeline ( #940 )
...
* Create README.md
* kaggle to kfp
* Create README.md
* Update README.md
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* kaggle to kfp
2022-04-26 05:46:11 +00:00
Vedant Padwal
68477e3bbf
Update OWNERS
...
Update OWNERS
2022-04-26 10:33:05 +05:30
Vedant Padwal
b16c30d6e7
Create OWNERS
2022-04-26 10:32:28 +05:30
Ajinkya Bobade
7a02695ac4
Kaggle to kfp ( #938 )
...
* Add files via upload
* Kaggle to kfp
Converted Kaggle notebook of Facial-Keypoint-Detection to Kubeflow pipeline
* Kaggle to kfp
2022-04-19 15:22:33 +00:00
Vedant Padwal
97cb872bcf
Merge pull request #931 from kubeflow/dependabot/npm_and_yarn/code_search/src/ui/urijs-1.19.10
...
Bump urijs from 1.19.7 to 1.19.10 in /code_search/src/ui
2022-03-31 23:49:09 +05:30
Vedant Padwal
7f4a66510c
Merge pull request #932 from kubeflow/dependabot/pip/github_issue_summarization/pillow-9.0.1
...
Bump pillow from 9.0.0 to 9.0.1 in /github_issue_summarization
2022-03-31 23:48:57 +05:30
dependabot[bot]
393c568713
Bump pillow from 9.0.0 to 9.0.1 in /github_issue_summarization
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-11 23:17:39 +00:00
dependabot[bot]
038e9d5f07
Bump urijs from 1.19.7 to 1.19.10 in /code_search/src/ui
...
Bumps [urijs](https://github.com/medialize/URI.js ) from 1.19.7 to 1.19.10.
- [Release notes](https://github.com/medialize/URI.js/releases )
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md )
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.7...v1.19.10 )
---
updated-dependencies:
- dependency-name: urijs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 23:40:04 +00:00
Vedant Padwal
f287d95775
Add KServe examples
...
Add KServe examples
2022-03-06 02:44:46 +05:30
Vedant Padwal
3cb59b1888
Merge branch 'kubeflow:master' into master
2022-03-06 02:42:27 +05:30
js-ts
abdff2bf70
Add KServe examples
2022-03-06 02:41:51 +05:30
Vedant Padwal
3cd00188f1
Update OWNERS
2022-02-24 04:48:08 +05:30
Vedant Padwal
5bff89b3d9
Update OWNERS
2022-02-24 04:47:31 +05:30
Vedant Padwal
8e067bec8e
Bump follow-redirects from 1.14.7 to 1.14.8 in /code_search/src/ui
...
Bump follow-redirects from 1.14.7 to 1.14.8 in /code_search/src/ui
2022-02-21 19:24:29 +05:30
Vedant Padwal
519bc6a1cf
Add new owners
...
Add new owners
2022-02-15 22:21:29 +05:30
Vedant Padwal
2c87059ee9
Add new owners
2022-02-15 22:20:50 +05:30
dependabot[bot]
2f96cebe70
Bump follow-redirects from 1.14.7 to 1.14.8 in /code_search/src/ui
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 02:45:58 +00:00
Vedant Padwal
f901f7fcb7
Bump protobuf from 3.5.0 to 3.15.0 in /github_issue_summarization
...
Bump protobuf from 3.5.0 to 3.15.0 in /github_issue_summarization
2022-02-11 12:29:36 +05:30