Detext

Latest version: v3.2.0

Safety actively analyzes 619231 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.8

Correct 'feature_names' as a required field https://github.com/linkedin/detext/pull/42
Update smart-arg to 0.1.1 https://github.com/linkedin/detext/pull/44
Added references https://github.com/linkedin/detext/pull/45 https://github.com/linkedin/detext/pull/46

2.0.6

Changes:
* Use external dependency smart-arg instead of the temporary arg_suite solution (38 )
* Fix bugs related to text processing (40 )

2.0.5alpha

test automatic release

1.2.0

1. computing dense representation of sparse features
2. allowing interactions between sparse features and wide features

More specifically, the model architecture changes from

dense_score = dense_ftrs -> MLP
sparse_score = sparse_ftrs -> Linear
final_score = dense_score + sparse_score

to

sparse_emb_ftrs = sparse_ftrs -> Dense(sp_emb_size)
all_ftrs = (dense_ftrs, sparse_emb_ftrs) -> Concatenate
final_score= all_ftrs -> MLP

1.1.0

See https://github.com/linkedin/detext/pull/12 for changes

1.0.12

expose tfrecord dataset transformation function for LinkedIn usage (10 )

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.