path # lines of code number of updates days since first update days since last update first updated last updated forecasting/src/autogluon/__init__.py 1 1 225 225 2021-06-21 2021-06-21 forecasting/src/autogluon/forecasting/__init__.py 1 2 225 224 2021-06-21 2021-06-22 forecasting/setup.py 31 2 225 33 2021-06-21 2021-12-30 tabular/src/autogluon/__init__.py 1 1 475 475 2020-10-14 2020-10-14 tabular/src/autogluon/tabular/learner/default_learner.py 259 16 468 85 2020-10-21 2021-11-08 tabular/src/autogluon/tabular/learner/__init__.py 2 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/learner/abstract_learner.py 693 26 468 22 2020-10-21 2022-01-10 tabular/src/autogluon/tabular/__init__.py 9 9 475 57 2020-10-14 2021-12-06 tabular/src/autogluon/tabular/tuning/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/tuning/feature_pruner.py 128 3 468 344 2020-10-21 2021-02-22 tabular/src/autogluon/tabular/configs/feature_generator_presets.py 18 2 375 364 2021-01-22 2021-02-02 tabular/src/autogluon/tabular/configs/__init__.py 1 1 375 375 2021-01-22 2021-01-22 tabular/src/autogluon/tabular/configs/hyperparameter_configs.py 85 8 375 12 2021-01-22 2022-01-20 tabular/src/autogluon/tabular/configs/presets_configs.py 8 2 375 363 2021-01-22 2021-02-03 tabular/src/autogluon/tabular/configs/config_helper.py 151 1 8 8 2022-01-24 2022-01-24 tabular/src/autogluon/tabular/predictor/predictor.py 1239 48 375 8 2021-01-22 2022-01-24 tabular/src/autogluon/tabular/predictor/__init__.py 1 1 375 375 2021-01-22 2021-01-22 tabular/src/autogluon/tabular/models/xgboost/__init__.py 1 1 446 446 2020-11-12 2020-11-12 tabular/src/autogluon/tabular/models/xgboost/xgboost_model.py 175 21 446 8 2020-11-12 2022-01-24 tabular/src/autogluon/tabular/models/xgboost/xgboost_utils.py 117 5 446 12 2020-11-12 2022-01-20 tabular/src/autogluon/tabular/models/xgboost/hyperparameters/__init__.py 1 1 446 446 2020-11-12 2020-11-12 tabular/src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py 49 4 446 158 2020-11-12 2021-08-27 tabular/src/autogluon/tabular/models/xgboost/hyperparameters/parameters.py 49 4 446 158 2020-11-12 2021-08-27 tabular/src/autogluon/tabular/models/xgboost/callbacks.py 69 4 446 71 2020-11-12 2021-11-22 tabular/src/autogluon/tabular/models/image_prediction/__init__.py 1 1 272 272 2021-05-05 2021-05-05 tabular/src/autogluon/tabular/models/image_prediction/image_predictor.py 170 7 272 47 2021-05-05 2021-12-16 tabular/src/autogluon/tabular/models/__init__.py 15 8 468 12 2020-10-21 2022-01-20 tabular/src/autogluon/tabular/models/catboost/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/catboost/catboost_utils.py 93 4 468 364 2020-10-21 2021-02-02 tabular/src/autogluon/tabular/models/catboost/hyperparameters/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/catboost/hyperparameters/searchspaces.py 32 3 468 397 2020-10-21 2020-12-31 tabular/src/autogluon/tabular/models/catboost/hyperparameters/parameters.py 29 3 468 397 2020-10-21 2020-12-31 tabular/src/autogluon/tabular/models/catboost/catboost_softclass_utils.py 49 5 468 108 2020-10-21 2021-10-16 tabular/src/autogluon/tabular/models/catboost/callbacks.py 88 3 99 5 2021-10-25 2022-01-27 tabular/src/autogluon/tabular/models/catboost/catboost_model.py 181 28 468 5 2020-10-21 2022-01-27 tabular/src/autogluon/tabular/models/tabular_nn/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/tabular_nn/mxnet/embednet.py 134 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/mxnet/tabular_nn_mxnet.py 432 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/mxnet/__init__.py 1 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/mxnet/tabular_nn_dataset.py 196 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/mxnet/lr_scheduler.py 94 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/torch/__init__.py 1 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/torch/tabular_nn_torch.py 455 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/torch/torch_network_modules.py 216 3 12 6 2022-01-20 2022-01-26 tabular/src/autogluon/tabular/models/tabular_nn/torch/tabular_torch_dataset.py 136 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/utils/__init__.py 1 1 359 359 2021-02-07 2021-02-07 tabular/src/autogluon/tabular/models/tabular_nn/utils/nn_architecture_utils.py 39 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/utils/data_preprocessor.py 71 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/utils/categorical_encoders.py 408 1 12 12 2022-01-20 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/hyperparameters/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/tabular_nn/hyperparameters/searchspaces.py 63 6 468 12 2020-10-21 2022-01-20 tabular/src/autogluon/tabular/models/tabular_nn/hyperparameters/parameters.py 96 6 468 12 2020-10-21 2022-01-20 tabular/src/autogluon/tabular/models/lr/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/lr/lr_preprocessing_utils.py 47 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/lr/lr_rapids_model.py 37 2 333 195 2021-03-05 2021-07-21 tabular/src/autogluon/tabular/models/lr/hyperparameters/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/lr/hyperparameters/searchspaces.py 4 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/lr/hyperparameters/parameters.py 31 3 468 333 2020-10-21 2021-03-05 tabular/src/autogluon/tabular/models/lr/lr_model.py 174 18 468 50 2020-10-21 2021-12-13 tabular/src/autogluon/tabular/models/fasttext/__init__.py 1 1 418 418 2020-12-10 2020-12-10 tabular/src/autogluon/tabular/models/fasttext/fasttext_model.py 146 11 418 57 2020-12-10 2021-12-06 tabular/src/autogluon/tabular/models/fasttext/hyperparameters/__init__.py 1 1 418 418 2020-12-10 2020-12-10 tabular/src/autogluon/tabular/models/fasttext/hyperparameters/parameters.py 20 1 418 418 2020-12-10 2020-12-10 tabular/src/autogluon/tabular/models/tab_transformer/pretexts.py 93 2 448 441 2020-11-10 2020-11-17 tabular/src/autogluon/tabular/models/tab_transformer/modified_transformer.py 215 1 448 448 2020-11-10 2020-11-10 tabular/src/autogluon/tabular/models/tab_transformer/__init__.py 1 1 445 445 2020-11-13 2020-11-13 tabular/src/autogluon/tabular/models/tab_transformer/tab_transformer_model.py 364 17 448 12 2020-11-10 2022-01-20 tabular/src/autogluon/tabular/models/tab_transformer/utils.py 95 6 448 111 2020-11-10 2021-10-13 tabular/src/autogluon/tabular/models/tab_transformer/tab_transformer_encoder.py 495 2 448 363 2020-11-10 2021-02-03 tabular/src/autogluon/tabular/models/tab_transformer/hyperparameters/__init__.py 1 1 445 445 2020-11-13 2020-11-13 tabular/src/autogluon/tabular/models/tab_transformer/hyperparameters/searchspaces.py 13 2 448 439 2020-11-10 2020-11-19 tabular/src/autogluon/tabular/models/tab_transformer/hyperparameters/parameters.py 44 3 448 438 2020-11-10 2020-11-20 tabular/src/autogluon/tabular/models/tab_transformer/tab_model_base.py 46 1 448 448 2020-11-10 2020-11-10 tabular/src/autogluon/tabular/models/tab_transformer/tab_transformer.py 119 1 448 448 2020-11-10 2020-11-10 tabular/src/autogluon/tabular/models/utils.py 18 2 468 42 2020-10-21 2021-12-21 tabular/src/autogluon/tabular/models/knn/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/knn/knn_utils.py 156 3 468 344 2020-10-21 2021-02-22 tabular/src/autogluon/tabular/models/knn/knn_model.py 221 21 468 50 2020-10-21 2021-12-13 tabular/src/autogluon/tabular/models/knn/_knn_loo_variants.py 73 2 317 293 2021-03-21 2021-04-14 tabular/src/autogluon/tabular/models/knn/knn_rapids_model.py 25 4 333 195 2021-03-05 2021-07-21 tabular/src/autogluon/tabular/models/rf/rf_model.py 254 27 468 50 2020-10-21 2021-12-13 tabular/src/autogluon/tabular/models/rf/rf_rapids_model.py 34 5 333 195 2021-03-05 2021-07-21 tabular/src/autogluon/tabular/models/rf/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/rf/rf_quantile.py 227 3 319 53 2021-03-19 2021-12-10 tabular/src/autogluon/tabular/models/fastainn/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/fastainn/fastai_helpers.py 31 2 297 240 2021-04-10 2021-06-06 tabular/src/autogluon/tabular/models/fastainn/imports_helper.py 1 1 297 297 2021-04-10 2021-04-10 tabular/src/autogluon/tabular/models/fastainn/quantile_helpers.py 40 2 270 53 2021-05-07 2021-12-10 tabular/src/autogluon/tabular/models/fastainn/tabular_nn_fastai.py 363 39 468 33 2020-10-21 2021-12-30 tabular/src/autogluon/tabular/models/fastainn/hyperparameters/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/fastainn/hyperparameters/searchspaces.py 33 4 468 270 2020-10-21 2021-05-07 tabular/src/autogluon/tabular/models/fastainn/hyperparameters/parameters.py 33 6 468 39 2020-10-21 2021-12-24 tabular/src/autogluon/tabular/models/fastainn/callbacks.py 81 6 468 39 2020-10-21 2021-12-24 tabular/src/autogluon/tabular/models/xt/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/xt/xt_model.py 13 6 468 270 2020-10-21 2021-05-07 tabular/src/autogluon/tabular/models/lgb/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/lgb/lgb_model.py 279 27 468 29 2020-10-21 2022-01-03 tabular/src/autogluon/tabular/models/lgb/hyperparameters/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/models/lgb/hyperparameters/searchspaces.py 55 4 468 109 2020-10-21 2021-10-15 tabular/src/autogluon/tabular/models/lgb/hyperparameters/parameters.py 89 5 468 243 2020-10-21 2021-06-03 tabular/src/autogluon/tabular/models/lgb/callbacks.py 164 5 468 292 2020-10-21 2021-04-15 tabular/src/autogluon/tabular/models/lgb/lgb_utils.py 75 3 468 441 2020-10-21 2020-11-17 tabular/src/autogluon/tabular/models/vowpalwabbit/__init__.py 1 1 20 20 2022-01-12 2022-01-12 tabular/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_utils.py 61 1 20 20 2022-01-12 2022-01-12 tabular/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_model.py 158 2 20 13 2022-01-12 2022-01-19 tabular/src/autogluon/tabular/models/text_prediction/__init__.py 1 1 412 412 2020-12-16 2020-12-16 tabular/src/autogluon/tabular/models/text_prediction/text_prediction_v1_model.py 126 17 412 47 2020-12-16 2021-12-16 tabular/src/autogluon/tabular/trainer/model_presets/__init__.py 1 1 468 468 2020-10-21 2020-10-21 tabular/src/autogluon/tabular/trainer/model_presets/presets.py 317 34 468 12 2020-10-21 2022-01-20 tabular/src/autogluon/tabular/trainer/model_presets/presets_distill.py 58 11 468 12 2020-10-21 2022-01-20 tabular/src/autogluon/tabular/trainer/model_presets/presets_custom.py 11 9 468 270 2020-10-21 2021-05-07 tabular/src/autogluon/tabular/trainer/__init__.py 1 2 468 141 2020-10-21 2021-09-13 tabular/src/autogluon/tabular/trainer/auto_trainer.py 72 26 468 141 2020-10-21 2021-09-13 tabular/setup.py 60 30 475 20 2020-10-14 2022-01-12 common/src/autogluon/__init__.py 1 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/__init__.py 3 2 57 27 2021-12-06 2022-01-05 common/src/autogluon/common/loaders/load_s3.py 61 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/loaders/load_pkl.py 52 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/loaders/__init__.py 1 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/loaders/load_pointer.py 17 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/loaders/load_pd.py 142 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/loaders/load_str.py 15 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/loaders/load_zip.py 13 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/loaders/_utils.py 175 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/features/__init__.py 1 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/features/infer_types.py 123 2 57 20 2021-12-06 2022-01-12 common/src/autogluon/common/features/types.py 17 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/features/feature_metadata.py 271 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/utils/pandas_utils.py 42 2 57 47 2021-12-06 2021-12-16 common/src/autogluon/common/utils/__init__.py 1 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/utils/log_utils.py 54 3 47 27 2021-12-16 2022-01-05 common/src/autogluon/common/utils/multiprocessing_utils.py 9 2 57 33 2021-12-06 2021-12-30 common/src/autogluon/common/utils/utils.py 41 1 47 47 2021-12-16 2021-12-16 common/src/autogluon/common/utils/s3_utils.py 18 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/utils/compression_utils.py 35 2 57 40 2021-12-06 2021-12-23 common/src/autogluon/common/savers/save_pointer.py 10 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/savers/__init__.py 1 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/savers/save_str.py 17 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/savers/save_json.py 25 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/savers/save_pd.py 82 1 57 57 2021-12-06 2021-12-06 common/src/autogluon/common/savers/save_pkl.py 42 1 57 57 2021-12-06 2021-12-06 common/setup.py 33 1 57 57 2021-12-06 2021-12-06 features/src/autogluon/__init__.py 1 1 369 369 2021-01-28 2021-01-28 features/src/autogluon/features/__init__.py 2 2 369 224 2021-01-28 2021-06-22 features/src/autogluon/features/utils.py 21 1 369 369 2021-01-28 2021-01-28 features/src/autogluon/features/vectorizers.py 16 2 369 50 2021-01-28 2021-12-13 features/src/autogluon/features/binning.py 59 2 369 244 2021-01-28 2021-06-02 features/src/autogluon/features/generators/one_hot_encoder.py 112 2 70 57 2021-11-23 2021-12-06 features/src/autogluon/features/generators/astype.py 85 6 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/datetime.py 49 4 369 40 2021-01-28 2021-12-23 features/src/autogluon/features/generators/rename.py 46 2 369 364 2021-01-28 2021-02-02 features/src/autogluon/features/generators/__init__.py 20 3 369 70 2021-01-28 2021-11-23 features/src/autogluon/features/generators/memory_minimize.py 62 5 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/bulk.py 132 4 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/binned.py 45 3 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/dummy.py 27 2 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/isnan.py 44 3 221 57 2021-06-25 2021-12-06 features/src/autogluon/features/generators/fillna.py 41 4 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/label_encoder.py 24 2 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/text_ngram.py 192 8 369 7 2021-01-28 2022-01-25 features/src/autogluon/features/generators/auto_ml_pipeline.py 62 8 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/identity.py 15 1 369 369 2021-01-28 2021-01-28 features/src/autogluon/features/generators/category.py 112 6 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/drop_duplicates.py 88 3 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/text_special.py 124 5 369 7 2021-01-28 2022-01-25 features/src/autogluon/features/generators/abstract.py 369 3 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/pipeline.py 89 3 369 57 2021-01-28 2021-12-06 features/src/autogluon/features/generators/drop_unique.py 41 3 369 57 2021-01-28 2021-12-06 features/setup.py 26 9 369 57 2021-01-28 2021-12-06 core/__init__.py 1 1 321 321 2021-03-17 2021-03-17 core/src/__init__.py 1 1 85 85 2021-11-08 2021-11-08 core/src/autogluon/__init__.py 1 1 475 475 2020-10-14 2020-10-14 core/src/autogluon/core/calibrate/__init__.py 1 1 85 85 2021-11-08 2021-11-08 core/src/autogluon/core/calibrate/temperature_scaling.py 48 2 85 10 2021-11-08 2022-01-22 core/src/autogluon/core/calibrate/conformity_score.py 42 2 53 10 2021-12-10 2022-01-22 core/src/autogluon/core/searcher/local_searcher.py 56 1 45 45 2021-12-18 2021-12-18 core/src/autogluon/core/searcher/__init__.py 3 5 475 42 2020-10-14 2021-12-21 core/src/autogluon/core/searcher/local_random_searcher.py 40 1 45 45 2021-12-18 2021-12-18 core/src/autogluon/core/searcher/local_grid_searcher.py 47 2 42 18 2021-12-21 2022-01-14 core/src/autogluon/core/searcher/searcher_factory.py 27 8 475 18 2020-10-14 2022-01-14 core/src/autogluon/core/__init__.py 10 8 475 42 2020-10-14 2021-12-21 core/src/autogluon/core/locks.py 17 1 89 89 2021-11-04 2021-11-04 core/src/autogluon/core/constants.py 17 7 441 75 2020-11-17 2021-11-18 core/src/autogluon/core/utils/nvutil.py 121 2 441 42 2020-11-17 2021-12-21 core/src/autogluon/core/utils/__init__.py 10 4 475 42 2020-10-14 2021-12-21 core/src/autogluon/core/utils/serialization.py 286 1 475 475 2020-10-14 2020-10-14 core/src/autogluon/core/utils/defaultdict.py 8 1 475 475 2020-10-14 2020-10-14 core/src/autogluon/core/utils/loaders/__init__.py 1 2 475 57 2020-10-14 2021-12-06 core/src/autogluon/core/utils/utils.py 621 30 475 20 2020-10-14 2022-01-12 core/src/autogluon/core/utils/try_import.py 168 16 475 6 2020-10-14 2022-01-26 core/src/autogluon/core/utils/feature_selection.py 329 4 144 57 2021-09-10 2021-12-06 core/src/autogluon/core/utils/miscs.py 21 4 475 47 2020-10-14 2021-12-16 core/src/autogluon/core/utils/plots.py 156 3 475 224 2020-10-14 2021-06-22 core/src/autogluon/core/utils/custom_process.py 19 1 475 475 2020-10-14 2020-10-14 core/src/autogluon/core/utils/exceptions.py 10 3 475 50 2020-10-14 2021-12-13 core/src/autogluon/core/utils/files.py 73 4 475 42 2020-10-14 2021-12-21 core/src/autogluon/core/utils/decorators.py 36 2 475 363 2020-10-14 2021-02-03 core/src/autogluon/core/utils/savers/__init__.py 1 2 475 57 2020-10-14 2021-12-06 core/src/autogluon/core/utils/early_stopping.py 48 2 292 71 2021-04-15 2021-11-22 core/src/autogluon/core/utils/custom_queue.py 25 1 475 475 2020-10-14 2020-10-14 core/src/autogluon/core/utils/sync_remote.py 71 2 475 315 2020-10-14 2021-03-23 core/src/autogluon/core/utils/default_arguments.py 73 2 475 376 2020-10-14 2021-01-21 core/src/autogluon/core/space.py 71 5 475 42 2020-10-14 2021-12-21 core/src/autogluon/core/task/__init__.py 1 2 475 42 2020-10-14 2021-12-21 core/src/autogluon/core/task/base/__init__.py 1 2 475 42 2020-10-14 2021-12-21 core/src/autogluon/core/task/base/base_task.py 129 16 475 18 2020-10-14 2022-01-14 core/src/autogluon/core/pseudolabeling/__init__.py 1 1 75 75 2021-11-18 2021-11-18 core/src/autogluon/core/pseudolabeling/pseudolabeling.py 92 3 75 47 2021-11-18 2021-12-16 core/src/autogluon/core/models/abstract/__init__.py 1 1 369 369 2021-01-28 2021-01-28 core/src/autogluon/core/models/abstract/abstract_model.py 689 36 369 12 2021-01-28 2022-01-20 core/src/autogluon/core/models/abstract/_tags.py 3 1 317 317 2021-03-21 2021-03-21 core/src/autogluon/core/models/abstract/model_trial.py 79 8 369 42 2021-01-28 2021-12-21 core/src/autogluon/core/models/abstract/abstract_nn_model.py 61 1 12 12 2022-01-20 2022-01-20 core/src/autogluon/core/models/__init__.py 5 3 369 223 2021-01-28 2021-06-23 core/src/autogluon/core/models/greedy_ensemble/greedy_weighted_ensemble_model.py 127 11 364 53 2021-02-02 2021-12-10 core/src/autogluon/core/models/greedy_ensemble/__init__.py 1 1 364 364 2021-02-02 2021-02-02 core/src/autogluon/core/models/greedy_ensemble/ensemble_selection.py 160 6 364 45 2021-02-02 2021-12-18 core/src/autogluon/core/models/ensemble/__init__.py 1 1 364 364 2021-02-02 2021-02-02 core/src/autogluon/core/models/ensemble/fold_fitting_strategy.py 403 6 260 32 2021-05-17 2021-12-31 core/src/autogluon/core/models/ensemble/stacker_ensemble_model.py 184 12 364 57 2021-02-02 2021-12-06 core/src/autogluon/core/models/ensemble/ray_parallel_fold_fitting_strategy.py 33 1 186 186 2021-07-30 2021-07-30 core/src/autogluon/core/models/ensemble/weighted_ensemble_model.py 54 4 364 216 2021-02-02 2021-06-30 core/src/autogluon/core/models/ensemble/bagged_ensemble_model.py 837 28 364 46 2021-02-02 2021-12-17 core/src/autogluon/core/models/_utils.py 23 3 307 71 2021-03-31 2021-11-22 core/src/autogluon/core/data/cleaner.py 56 2 364 319 2021-02-02 2021-03-19 core/src/autogluon/core/data/__init__.py 1 1 364 364 2021-02-02 2021-02-02 core/src/autogluon/core/data/label_cleaner.py 264 7 364 27 2021-02-02 2022-01-05 core/src/autogluon/core/_setup_utils.py 113 24 349 6 2021-02-17 2022-01-26 core/src/autogluon/core/scheduler/__init__.py 1 7 475 42 2020-10-14 2021-12-21 core/src/autogluon/core/scheduler/seq_scheduler.py 201 7 342 42 2021-02-24 2021-12-21 core/src/autogluon/core/scheduler/scheduler_factory.py 59 8 375 13 2021-01-22 2022-01-19 core/src/autogluon/core/scheduler/reporter.py 6 5 475 42 2020-10-14 2021-12-21 core/src/autogluon/core/trainer/__init__.py 1 1 141 141 2021-09-13 2021-09-13 core/src/autogluon/core/trainer/abstract_trainer.py 1803 7 141 12 2021-09-13 2022-01-20 core/src/autogluon/core/trainer/utils.py 22 1 141 141 2021-09-13 2021-09-13 core/src/autogluon/core/dataset.py 19 2 375 172 2021-01-22 2021-08-13 core/src/autogluon/core/augmentation/__init__.py 1 1 141 141 2021-09-13 2021-09-13 core/src/autogluon/core/augmentation/distill_utils.py 131 3 141 12 2021-09-13 2022-01-20 core/src/autogluon/core/metrics/__init__.py 343 12 441 172 2020-11-17 2021-08-13 core/src/autogluon/core/metrics/classification_metrics.py 222 3 441 265 2020-11-17 2021-05-12 core/src/autogluon/core/metrics/quantile_metrics.py 16 2 319 270 2021-03-19 2021-05-07 core/src/autogluon/core/metrics/util.py 10 1 441 441 2020-11-17 2020-11-17 core/src/autogluon/core/metrics/softclass_metrics.py 23 2 441 359 2020-11-17 2021-02-07 core/setup.py 49 30 475 6 2020-10-14 2022-01-26 vision/src/autogluon/__init__.py 1 1 475 475 2020-10-14 2020-10-14 vision/src/autogluon/vision/_gluoncv/__init__.py 2 1 46 46 2021-12-17 2021-12-17 vision/src/autogluon/vision/_gluoncv/image_classification.py 344 4 46 18 2021-12-17 2022-01-14 vision/src/autogluon/vision/_gluoncv/utils.py 182 2 46 42 2021-12-17 2021-12-21 vision/src/autogluon/vision/_gluoncv/object_detection.py 305 4 46 18 2021-12-17 2022-01-14 vision/src/autogluon/vision/detector/__init__.py 1 1 357 357 2021-02-09 2021-02-09 vision/src/autogluon/vision/detector/detector.py 214 15 357 18 2021-02-09 2022-01-14 vision/src/autogluon/vision/__init__.py 5 4 475 224 2020-10-14 2021-06-22 vision/src/autogluon/vision/configs/__init__.py 1 1 357 357 2021-02-09 2021-02-09 vision/src/autogluon/vision/configs/presets_configs.py 185 7 357 173 2021-02-09 2021-08-12 vision/src/autogluon/vision/utils/__init__.py 3 5 475 50 2020-10-14 2021-12-13 vision/src/autogluon/vision/utils/space_sanitizer.py 33 1 225 225 2021-06-21 2021-06-21 vision/src/autogluon/vision/utils/error_handler.py 24 2 346 320 2021-02-20 2021-03-18 vision/src/autogluon/vision/utils/learning_rate.py 32 1 475 475 2020-10-14 2020-10-14 vision/src/autogluon/vision/predictor/predictor.py 437 28 357 18 2021-02-09 2022-01-14 vision/src/autogluon/vision/predictor/__init__.py 1 1 357 357 2021-02-09 2021-02-09 vision/src/autogluon/vision/predictor/losses.py 25 1 357 357 2021-02-09 2021-02-09 vision/setup.py 28 18 475 33 2020-10-14 2021-12-30 text/src/autogluon/__init__.py 1 1 475 475 2020-10-14 2020-10-14 text/src/autogluon/text/__init__.py 4 6 475 224 2020-10-14 2021-06-22 text/src/autogluon/text/text_prediction/__init__.py 8 3 475 341 2020-10-14 2021-02-25 text/src/autogluon/text/text_prediction/mx/__init__.py 4 1 341 341 2021-02-25 2021-02-25 text/src/autogluon/text/text_prediction/mx/preprocessing.py 353 3 341 145 2021-02-25 2021-09-09 text/src/autogluon/text/text_prediction/mx/utils.py 28 1 341 341 2021-02-25 2021-02-25 text/src/autogluon/text/text_prediction/mx/models.py 1147 17 341 33 2021-02-25 2021-12-30 text/src/autogluon/text/text_prediction/mx/modules.py 485 2 341 145 2021-02-25 2021-09-09 text/src/autogluon/text/text_prediction/metrics.py 62 2 475 341 2020-10-14 2021-02-25 text/src/autogluon/text/text_prediction/constants.py 6 3 475 341 2020-10-14 2021-02-25 text/src/autogluon/text/text_prediction/infer_types.py 129 1 341 341 2021-02-25 2021-02-25 text/src/autogluon/text/text_prediction/predictor/predictor.py 306 8 341 47 2021-02-25 2021-12-16 text/src/autogluon/text/text_prediction/predictor/__init__.py 1 1 341 341 2021-02-25 2021-02-25 text/src/autogluon/text/text_prediction/utils.py 80 1 341 341 2021-02-25 2021-02-25 text/src/autogluon/text/text_prediction/presets.py 142 6 341 18 2021-02-25 2022-01-14 text/src/autogluon/text/text_prediction/config.py 37 1 145 145 2021-09-09 2021-09-09 text/setup.py 27 20 475 33 2020-10-14 2021-12-30 autogluon/src/autogluon/__init__.py 1 1 475 475 2020-10-14 2020-10-14 autogluon/setup.py 26 12 475 50 2020-10-14 2021-12-13 setup.cfg 4 2 720 359 2020-02-12 2021-02-07