Skip to content

Commit

Permalink
[Infra] Align master with dev functions (#828)
Browse files Browse the repository at this point in the history
* [onnx utils] update onnx utils packages

* [Noise-reduction] Add new function to hub (#765)

* [Noise-reduction] Add new function to hub

* fix test

* added multiprocessing and silence removal to function

* delete `load_dask` (#822)

* [feature selection] update function yaml

* [feature selection] update function yaml

* Revert "[onnx utils] update onnx utils packages"

This reverts commit 8872798.

* [feature selection] update function yaml

* [feature selection] update function yaml

* Delete unsupported functions from the hub (#824)

* delete EOS functions

* bring back validate_great_expectations

* bring back load_dataset

* Update feature_selection/test_feature_selection.py

Co-authored-by: Eyal Danieli <[email protected]>

* Update item.yaml

* Align to master branch (#826)

* [Category] Fix and add categories to functions (#808)

* [Category] Fix and add categories to functions

* bump version in structured

* test is not valid in huggingface_serving

* Fix duplicated footer

* Fix duplicated footer

* revert python version change as it will be done in another PR

* comments

* comments

* Bump python:3.6 to python:3.9 (#810)

* [Describe] Align describe to new pandas version (#812)

* [Describe] Align describe to new pandas version

* minor test fix

* update mlrun version

* add dask to requirements

* remove dask

* update numpy version

* debug

* debug

* debug

* remove dask tests

* remove debug code

* [get_offline_features] Updated to mlrun 1.6.3 (#813)

* [Feature-selection] Replace matplotlib with plotly (#815)

* Iguazio-cicd user token updated

Iguazio-cicd user token updated in repo secrets:
https://github.com/mlrun/functions/settings/secrets/actions
MARKETPLACE_ACCESS_TOKEN_V3
new token gh...Zmf was set around April

* forcing iguazio-cicd auth

forcing iguazio-cicd to deal with Author identity unknown

* checkout@v3 to v4 and echo

* [Mlflow_utils] - mlflow model server (#811)

* mlflow server

* small fix to test

* small fixes to ms and nb

* small fixes to mlrun version

* update requirements lightgbm

* added req

* Added xgboost to req

---------

Co-authored-by: Avi Asulin <[email protected]>

* [Mlflow] Remove mlflow tag  (#825)

* remove mlflow tag

* remove mlflow tag

---------

Co-authored-by: Avi Asulin <[email protected]>

* align feature_selection yaml

---------

Co-authored-by: Avi Asulin <[email protected]>
Co-authored-by: Yonatan Shelach <[email protected]>
Co-authored-by: rokatyy <[email protected]>
Co-authored-by: Katerina Molchanova <[email protected]>
Co-authored-by: nashpaz123 <[email protected]>
Co-authored-by: ZeevRispler <[email protected]>

---------

Co-authored-by: Avi Asulin <[email protected]>
Co-authored-by: Yonatan Shelach <[email protected]>
Co-authored-by: Avi Asulin <[email protected]>
Co-authored-by: rokatyy <[email protected]>
Co-authored-by: Katerina Molchanova <[email protected]>
Co-authored-by: nashpaz123 <[email protected]>
Co-authored-by: ZeevRispler <[email protected]>
  • Loading branch information
8 people authored Sep 25, 2024
1 parent 457a80e commit 3178b77
Show file tree
Hide file tree
Showing 135 changed files with 1,897 additions and 25,585 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ it is expected that contributors follow certain guidelines/protocols (please chi
| [feature-selection](feature_selection/feature_selection.ipynb) | job | Select features through multiple Statistical and Model filters | data-prep, ml |
| [gen-class-data](gen_class_data/gen_class_data.ipynb) | job | Create a binary classification sample dataset and save. | data-prep |
| [github-utils](github_utils/github_utils.ipynb) | job | add comments to github pull request | notifications, utils |
| [load-dask](load_dask/load_dask.ipynb) | dask | load dask cluster with data | data-movement, utils |
| [load-dataset](load_dataset/load_dataset.ipynb) | job | load a toy dataset from scikit-learn | data-source, ml |
| [model-monitoring-batch](model_monitoring_batch/model_monitoring_batch.ipynb) | job | | |
| [model-monitoring-stream](model_monitoring_stream/model_monitoring_stream.ipynb) | nuclio | | |
Expand Down
Loading

0 comments on commit 3178b77

Please sign in to comment.