Contains helpful functions used throughout `transfertab`.
getcatdict(df, catcols=None, add_na=False)
|
cat1 |
cat2 |
cat3 |
| 0 |
1 |
a |
A |
| 1 |
2 |
b |
B |
| 2 |
3 |
c |
C |
| 3 |
4 |
b |
D |
| 4 |
5 |
a |
A |
generate_files_embedprojector_for_comparision(model1_path, model2_path, dir_path)