Skip to content

Commit

Permalink
whitelist pyod (#2061)
Browse files Browse the repository at this point in the history
## Changes
whitelist pyod

### Linked issues
Progresses #1901 

### Functionality 
None

### Tests
- [x] manually tested

Co-authored-by: Eric Vergnaud <[email protected]>
  • Loading branch information
ericvergnaud and ericvergnaud authored Jul 8, 2024
1 parent fc61996 commit fb20cb9
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -21545,6 +21545,64 @@
"pylint-pytest": {
"pylint_pytest": []
},
"pyod": {
"pyod": [],
"pyod.models": [],
"pyod.models.abod": [],
"pyod.models.alad": [],
"pyod.models.anogan": [],
"pyod.models.auto_encoder": [],
"pyod.models.base": [],
"pyod.models.base_dl": [],
"pyod.models.cblof": [],
"pyod.models.cd": [],
"pyod.models.cof": [],
"pyod.models.combination": [],
"pyod.models.copod": [],
"pyod.models.deep_svdd": [],
"pyod.models.dif": [],
"pyod.models.ecod": [],
"pyod.models.feature_bagging": [],
"pyod.models.gaal_base": [],
"pyod.models.gmm": [],
"pyod.models.hbos": [],
"pyod.models.iforest": [],
"pyod.models.inne": [],
"pyod.models.kde": [],
"pyod.models.knn": [],
"pyod.models.kpca": [],
"pyod.models.lmdd": [],
"pyod.models.loci": [],
"pyod.models.loda": [],
"pyod.models.lof": [],
"pyod.models.lscp": [],
"pyod.models.lunar": [],
"pyod.models.mad": [],
"pyod.models.mcd": [],
"pyod.models.mo_gaal": [],
"pyod.models.ocsvm": [],
"pyod.models.pca": [],
"pyod.models.qmcd": [],
"pyod.models.rgraph": [],
"pyod.models.rod": [],
"pyod.models.sampling": [],
"pyod.models.sklearn_base": [],
"pyod.models.so_gaal": [],
"pyod.models.so_gaal_new": [],
"pyod.models.sod": [],
"pyod.models.sos": [],
"pyod.models.suod": [],
"pyod.models.thresholds": [],
"pyod.models.vae": [],
"pyod.models.xgbod": [],
"pyod.utils": [],
"pyod.utils.data": [],
"pyod.utils.example": [],
"pyod.utils.stat_models": [],
"pyod.utils.torch_utility": [],
"pyod.utils.utility": [],
"pyod.version": []
},
"pyparsing": {
"pyparsing": [],
"pyparsing.actions": [],
Expand Down

0 comments on commit fb20cb9

Please sign in to comment.