-
Notifications
You must be signed in to change notification settings - Fork 63
/
CODEOWNERS
Validating CODEOWNERS rules...
62 lines (45 loc) · 2.05 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Global owners for SIG TFX-Addons
* @rcrowe-google @theadactyl
# SIG operations: proposals and contributions guidelines
/proposals/ @rcrowe-google
# SIG core members
/CONTRIBUTING.md @rcrowe-google @casassg @hanneshapke @codesue @deutranium @wihanbooyse @BACtaki
/README.md @casassg @hanneshapke @codesue @deutranium @wihanbooyse @BACtaki
# PyPi distribution files
/tfx_addons/__init__.py @casassg @hanneshapke @codesue @deutranium @wihanbooyse @BACtaki
/tfx_addons/version.py @casassg @hanneshapke @codesue @deutranium @wihanbooyse @BACtaki
/setup.py @casassg @hanneshapke @codesue @deutranium @wihanbooyse @BACtaki
/pyproject.toml @casassg @hanneshapke @codesue @deutranium @wihanbooyse @BACtaki
# CI/CD configuration (Release team)
/.github/workflows/ @casassg @hanneshapke
/.github/ci @casassg @hanneshapke
/RELEASE.md @casassg @hanneshapke
# Sci-Kit Learn Example using the Penguins dataset
/examples/sklearn_penguins/ @TheMichaelHu @1025KB
# MLMD Client Library
/tfx_addons/mlmd_client/ @codesue @pselden @casassg
# ExampleFilter Component
/tfx_addons/example_filter/ @rclough
# Schema Curation Component
/tfx_addons/schema_curation/ @pratishtha-abrol @FatimahAdwan @deutranium @nirzu97
# XGBoost Evaluator Component
/tfx_addons/xgboost_evaluator @kindalime @cent5 @casassg
/examples/xgboost_penguins @kindalime @cent5 @casassg
# Sampling Component
/tfx_addons/sampling @kindalime @cent5 @casassg
# Feast ExampleGen Component
/tfx_addons/feast_examplegen @BACtaki @casassg @wihanbooyse
/examples/fraud_feast @BACtaki @casassg @wihanbooyse
# Feature Selection Component
/tfx_addons/feature_selection @nirzu97 @pratishtha-abrol @FatimahAdwan @deutranium
# Firebase Publisher
/tfx_addons/firebase_publisher @deep-diver @sayakpaul
# HuggingFace Pusher
/tfx_addons/huggingface_pusher @deep-diver @sayakpaul
# Message Exit Handler
/tfx_addons/message_exit_handler @hanneshapke
/tfx_addons/utils @hanneshapke
# Predictions to Bigquery Component
/tfx_addons/predictions_to_bigquery @hanneshapke @cfezequiel
# PandasTransform Component
/tfx_addons/pandas_transform @rcrowe-google