@@ -18,7 +18,7 @@ it is expected that contributors follow certain guidelines/protocols (please chi
18
18
| [ coxph-trainer] ( coxph_trainer/coxph_trainer.ipynb ) | job | cox proportional hazards, kaplan meier plots | training, ml |
19
19
| [ describe] ( describe/describe.ipynb ) | job | describe and visualizes dataset stats | analysis |
20
20
| [ describe-dask] ( describe_dask/describe_dask.ipynb ) | job | describe and visualizes dataset stats | analysis |
21
- | [ feature-perms] ( feature_perms/feature_perms .ipynb ) | job | estimate feature importances using permutations | analysis |
21
+ | [ feature-perms] ( feature_perms/README .ipynb ) | job | estimate feature importances using permutations | analysis |
22
22
| [ feature-selection] ( feature_selection/feature_selection.ipynb ) | job | Select features through multiple Statistical and Model filters | data-prep, ml |
23
23
| [ gen-class-data] ( gen_class_data/gen_class_data.ipynb ) | job | simulate classification data using scikit-learn | simulators, ml |
24
24
| [ github-utils] ( github_utils/github_utils.ipynb ) | job | add comments to github pull requests | notifications, utils |
@@ -27,6 +27,7 @@ it is expected that contributors follow certain guidelines/protocols (please chi
27
27
| [ model-server] ( model_server/model_server.ipynb ) | nuclio | generic sklearn model server | serving, ml |
28
28
| [ model-server-tester] ( model_server_tester/model_server_tester.ipynb ) | job | test model servers | ml, test |
29
29
| [ open-archive] ( open_archive/open_archive.ipynb ) | job | Open a file/object archive into a target directory | data-movement, utils |
30
+ | [ pandas-profiling-report] ( pandas_profiling_report/pandas_profiling_report.ipynb ) | job | Create Pandas Profiling Report from Dataset | analysis |
30
31
| [ project-runner] ( project_runner/project_runner.ipynb ) | nuclio | Nuclio based - Cron scheduler for running your MLRun projects | utils |
31
32
| [ send-email] ( send_email/send_email.ipynb ) | job | Send Email messages through SMTP server | notifications |
32
33
| [ sentiment-analysis-serving] ( sentiment_analysis_serving/bert_sentiment_analysis_serving.ipynb ) | nuclio | BERT based sentiment classification model | serving, NLP, BERT, sentiment analysis |
@@ -38,7 +39,6 @@ it is expected that contributors follow certain guidelines/protocols (please chi
38
39
| [ test-classifier] ( test_classifier/test_classifier.ipynb ) | job | test a classifier using held-out or new data | ml, test |
39
40
| [ tf1-serving] ( tf1_serving/tf1_serving.ipynb ) | nuclio | tf1 image classification server | serving, dl |
40
41
| [ tf2-serving] ( tf2_serving/tf2_serving.ipynb ) | nuclio | tf2 image classification server | serving, dl |
41
- | [ v2-model-server] ( v2_model_server/v2_model_server.ipynb ) | serving | generic sklearn model server | serving, ml |
42
42
| [ v2-model-tester] ( v2_model_tester/v2_model_tester.ipynb ) | job | test v2 model servers | ml, test |
43
43
| [ virtual-drift] ( virtual_drift/virtual_drift.ipynb ) | job | Compute drift magnitude between Time-Samples T and U | ml, serve, concept-drift |
44
44
| [ xgb-custom] ( xgb_custom/xgb_custom.ipynb ) | job | train an xgboost model using the low-level api | analysis |
0 commit comments