forked from tensorflow/tfx-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
47 lines (32 loc) · 1.51 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
# Global owners for SIG TFX-Addons
* @rcrowe-google @theadactyl
# Core team for reviews of project proposals and main distribution files
/proposals/ @rcrowe-google
/tfx_addons/__init__.py @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough
/setup.py @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough
/pyproject.toml @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough
# CI configuration (for now owned by @casassg)
/.github/workflows/*.yml @casassg @vulkomilev
/.github/ci @casassg @vulkomilev
# 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
# Message Exit Handler
/tfx_addons/message_exit_handler @hanneshapke