repo
stringlengths
2
99
file
stringlengths
13
225
code
stringlengths
0
18.3M
file_length
int64
0
18.3M
avg_line_length
float64
0
1.36M
max_line_length
int64
0
4.26M
extension_type
stringclasses
1 value
XFL
XFL-master/python/algorithm/core/data_io.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
13,829
36.177419
127
py
XFL
XFL-master/python/algorithm/core/metrics.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,348
29.506494
74
py
XFL
XFL-master/python/algorithm/core/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/core/output.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,184
33.68254
75
py
XFL
XFL-master/python/algorithm/core/lr_scheduler/jax_lr_scheduler.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,057
34.266667
74
py
XFL
XFL-master/python/algorithm/core/lr_scheduler/paddle_lr_scheduler.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,124
36.5
74
py
XFL
XFL-master/python/algorithm/core/lr_scheduler/torch_lr_scheduler.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,108
35.966667
74
py
XFL
XFL-master/python/algorithm/core/lr_scheduler/tf_lr_scheduler.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
605
39.4
74
py
XFL
XFL-master/python/algorithm/core/horizontal/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/core/horizontal/aggregation/aggregation_plain.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,982
39.310811
113
py
XFL
XFL-master/python/algorithm/core/horizontal/aggregation/api.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,397
38.311475
151
py
XFL
XFL-master/python/algorithm/core/horizontal/aggregation/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/core/horizontal/aggregation/aggregation_base.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
10,121
40.483607
113
py
XFL
XFL-master/python/algorithm/core/horizontal/aggregation/aggregation_otp.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
7,803
40.73262
113
py
XFL
XFL-master/python/algorithm/core/horizontal/template/hooker.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,906
31.3
90
py
XFL
XFL-master/python/algorithm/core/horizontal/template/agg_type.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
3,704
53.485294
128
py
XFL
XFL-master/python/algorithm/core/horizontal/template/torch/base.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
10,692
41.264822
99
py
XFL
XFL-master/python/algorithm/core/horizontal/template/torch/fedtype.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,913
43.511628
106
py
XFL
XFL-master/python/algorithm/core/horizontal/template/torch/fedavg/label_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,477
39.622951
113
py
XFL
XFL-master/python/algorithm/core/horizontal/template/torch/fedavg/assist_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,818
40.455882
96
py
XFL
XFL-master/python/algorithm/core/horizontal/template/torch/fedprox/label_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
3,714
39.380435
92
py
XFL
XFL-master/python/algorithm/core/horizontal/template/torch/fedprox/assist_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,819
40.470588
96
py
XFL
XFL-master/python/algorithm/core/horizontal/template/torch/scaffold/label_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law...
8,527
39.803828
128
py
XFL
XFL-master/python/algorithm/core/horizontal/template/torch/scaffold/assist_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law...
2,818
39.855072
90
py
XFL
XFL-master/python/algorithm/core/horizontal/template/jax/base.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
6,958
36.820652
99
py
XFL
XFL-master/python/algorithm/core/horizontal/template/jax/fedtype.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,227
41.344828
96
py
XFL
XFL-master/python/algorithm/core/horizontal/template/jax/fedavg/label_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,691
41.3
87
py
XFL
XFL-master/python/algorithm/core/horizontal/template/jax/fedavg/assist_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,572
39.333333
86
py
XFL
XFL-master/python/algorithm/core/horizontal/template/paddle/base.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
6,635
37.137931
139
py
XFL
XFL-master/python/algorithm/core/horizontal/template/paddle/fedavg/label_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,000
42.5
87
py
XFL
XFL-master/python/algorithm/core/horizontal/template/paddle/fedavg/assist_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,791
40.674419
86
py
XFL
XFL-master/python/algorithm/core/horizontal/template/tensorflow/fedavg/base.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law...
5,968
36.074534
99
py
XFL
XFL-master/python/algorithm/core/horizontal/template/tensorflow/fedavg/label_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,915
44.619048
94
py
XFL
XFL-master/python/algorithm/core/horizontal/template/tensorflow/fedavg/assist_trainer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,761
43.05
86
py
XFL
XFL-master/python/algorithm/core/tree_ray/cat_param_parser.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
6,228
39.448052
182
py
XFL
XFL-master/python/algorithm/core/tree_ray/xgb_head.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
14,763
39.119565
132
py
XFL
XFL-master/python/algorithm/core/tree_ray/dataset_info.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,863
32.890909
74
py
XFL
XFL-master/python/algorithm/core/tree_ray/xgb_actor.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
34,789
43.375
171
py
XFL
XFL-master/python/algorithm/core/tree_ray/dataloader_head.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,923
36
74
py
XFL
XFL-master/python/algorithm/core/tree_ray/assign_ray_input.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
6,458
40.403846
112
py
XFL
XFL-master/python/algorithm/core/tree_ray/tree_train_head.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
24,055
45.084291
149
py
XFL
XFL-master/python/algorithm/core/tree_ray/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/core/tree_ray/csv_scatter.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
8,156
38.028708
121
py
XFL
XFL-master/python/algorithm/core/tree_ray/dataframe_head.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
6,037
36.042945
120
py
XFL
XFL-master/python/algorithm/core/tree_ray/big_feature.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
4,184
34.168067
102
py
XFL
XFL-master/python/algorithm/core/tree/feature_importance.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,352
38.881356
107
py
XFL
XFL-master/python/algorithm/core/tree/cat_param_parser.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
5,899
38.597315
182
py
XFL
XFL-master/python/algorithm/core/tree/gain_calc.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
4,676
39.318966
118
py
XFL
XFL-master/python/algorithm/core/tree/xgboost_loss.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
3,740
33.962617
90
py
XFL
XFL-master/python/algorithm/core/tree/goss.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,623
34.945205
94
py
XFL
XFL-master/python/algorithm/core/tree/tree_param.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
4,525
35.796748
118
py
XFL
XFL-master/python/algorithm/core/tree/tree_structure.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
15,688
36.089835
117
py
XFL
XFL-master/python/algorithm/core/tree/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/core/tree/big_feature.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,413
37.31746
88
py
XFL
XFL-master/python/algorithm/core/tree/pack_index.py
import numpy as np def pack_index(index_list: list[int]) -> np.ndarray: bit_array = [0] * (max(index_list) + 1) for i in index_list: bit_array[i] = 1 res = np.packbits(bit_array) return res def unpack_index(packed_index: np.ndarray) -> list[int]: bit_array = np.unpackbits(packed_index) ...
378
22.6875
56
py
XFL
XFL-master/python/algorithm/core/tree/visualize.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,126
45.23913
151
py
XFL
XFL-master/python/algorithm/core/loss/torch_loss.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,428
32.232558
81
py
XFL
XFL-master/python/algorithm/core/loss/jax_loss.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,062
33.290323
74
py
XFL
XFL-master/python/algorithm/core/loss/tf_loss.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,098
34.451613
81
py
XFL
XFL-master/python/algorithm/core/loss/paddle_loss.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,096
34.387097
83
py
XFL
XFL-master/python/algorithm/core/optimizer/paddle_optimizer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,087
33
74
py
XFL
XFL-master/python/algorithm/core/optimizer/torch_optimizer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,091
33.125
74
py
XFL
XFL-master/python/algorithm/core/optimizer/jax_optimizer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,056
32.03125
74
py
XFL
XFL-master/python/algorithm/core/optimizer/tf_optimizer.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,104
32.484848
77
py
XFL
XFL-master/python/algorithm/config/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/vertical_sampler/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_xgboost/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/vertical_binning_woe_iv/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/vertical_poisson_regression/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_bert/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/local_data_statistic/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/vertical_kmeans/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/transfer_logistic_regression/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_nbafl/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_kmeans/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_linear_regression/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_resnet/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_logistic_regression/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/local_standard_scaler/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/vertical_pearson/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_poisson_regression/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_densenet/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/vertical_linear_regression/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/local_data_split/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_vgg/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_vgg_jax/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/local_normalization/__init__.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law...
601
42
74
py
XFL
XFL-master/python/algorithm/config/vertical_feature_selection/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_gcn_mol/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/vertical_xgboost/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/vertical_logistic_regression/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/local_feature_preprocess/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_binning_woe_iv/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/config/horizontal_resnet_paddle/__init__.py
0
0
0
py
XFL
XFL-master/python/algorithm/model/bert_torch.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,564
43.714286
105
py
XFL
XFL-master/python/algorithm/model/bert.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
1,564
43.714286
105
py
XFL
XFL-master/python/algorithm/model/horizontal_k_means.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law...
922
30.827586
74
py
XFL
XFL-master/python/algorithm/model/resnet.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
5,173
37.902256
192
py
XFL
XFL-master/python/algorithm/model/vgg_jax.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
3,012
38.12987
142
py
XFL
XFL-master/python/algorithm/model/vgg.py
# Copyright 2022 The XFL Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
2,806
39.1
142
py