Skip to content

Commit

Permalink
Added category-encoders library to known list (#2781)
Browse files Browse the repository at this point in the history
## Changes
Whitelists category-encoders

### Linked issues
Partly resolve #1931
  • Loading branch information
pritishpai authored Oct 3, 2024
1 parent 8819232 commit 5835cfb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,34 @@
"catalogue.tests": [],
"catalogue.tests.test_catalogue": []
},
"category-encoders": {
"category_encoders": [],
"category_encoders.backward_difference": [],
"category_encoders.base_contrast_encoder": [],
"category_encoders.basen": [],
"category_encoders.binary": [],
"category_encoders.cat_boost": [],
"category_encoders.count": [],
"category_encoders.datasets": [],
"category_encoders.datasets._base": [],
"category_encoders.glmm": [],
"category_encoders.gray": [],
"category_encoders.hashing": [],
"category_encoders.helmert": [],
"category_encoders.james_stein": [],
"category_encoders.leave_one_out": [],
"category_encoders.m_estimate": [],
"category_encoders.one_hot": [],
"category_encoders.ordinal": [],
"category_encoders.polynomial": [],
"category_encoders.quantile_encoder": [],
"category_encoders.rankhot": [],
"category_encoders.sum_coding": [],
"category_encoders.target_encoder": [],
"category_encoders.utils": [],
"category_encoders.woe": [],
"category_encoders.wrapper": []
},
"causal-learn": {
"causallearn": [],
"causallearn.graph.AdjacencyConfusion": [],
Expand Down

0 comments on commit 5835cfb

Please sign in to comment.