forked from tensorflow/tfx-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
36 lines (25 loc) · 1.28 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
# Global owners for SIG TFX-Addons
* @rcrowe-google @mihaimaruseac @theadactyl
# Core team for reviews of project proposals and main distribution files
# /proposals/ [email protected] casassg hanneshapke junbopark [email protected] marcromeyn michalbrys [email protected] [email protected] pselden rclough sngahane
/tfx_addons/__init__.py @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough @sngahane
/setup.py @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough @sngahane
/pyproject.toml @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough @sngahane
# CI configuration (for now owned by @casassg)
/.github/workflows/ci.yml @casassg
/.github/ci @casassg
# Sci-Kit Learn Example using the Penguins dataset
/examples/sklearn_penguins/ @TheMichaelHu @1025kb
# MLMD Client Library
/tfx_addons/mlmd_client/ @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
/examples/xgboost_penguins @kindalime @cent5
# Sampling Component
/tfx_addons/sampling @kindalime
# Feast ExampleGen Component
/tfx_addons/feast_examplegen @BACtaki