LICENSE
README.md
setup.cfg
setup.py
dreamml/__init__.py
dreamml.egg-info/PKG-INFO
dreamml.egg-info/SOURCES.txt
dreamml.egg-info/dependency_links.txt
dreamml.egg-info/requires.txt
dreamml.egg-info/top_level.txt
dreamml/configs/__init__.py
dreamml/configs/_model_params.py
dreamml/configs/_traffic_lights.py
dreamml/configs/_vectorization_params.py
dreamml/configs/config_checker.py
dreamml/configs/config_storage.py
dreamml/data/__init__.py
dreamml/data/_dataset.py
dreamml/data/_encoder.py
dreamml/data/_enums.py
dreamml/data/_hadoop.py
dreamml/data/_transformer.py
dreamml/data/_utils.py
dreamml/data/entities.py
dreamml/data/exceptions.py
dreamml/data/store.py
dreamml/features/__init__.py
dreamml/features/categorical/__init__.py
dreamml/features/categorical/_base.py
dreamml/features/categorical/_label_encoder.py
dreamml/features/categorical/_one_hot_encoder.py
dreamml/features/categorical/_ordinal_encoder.py
dreamml/features/categorical/_utils.py
dreamml/features/categorical/categorical_encoder.py
dreamml/features/feature_analysis/__init__.py
dreamml/features/feature_analysis/amts_anslysis.py
dreamml/features/feature_enrichment/__init__.py
dreamml/features/feature_enrichment/get_production_calendar_features.py
dreamml/features/feature_enrichment/timeseries_enrichment.py
dreamml/features/feature_enrichment/timeseries_transforms.py
dreamml/features/feature_extraction/__init__.py
dreamml/features/feature_extraction/_base.py
dreamml/features/feature_extraction/_outliers.py
dreamml/features/feature_extraction/_transformers.py
dreamml/features/feature_selection/__init__.py
dreamml/features/feature_selection/_correlation_feature_selection.py
dreamml/features/feature_selection/_gini_importance.py
dreamml/features/feature_selection/_permutation_importance.py
dreamml/features/feature_selection/_psi_importance.py
dreamml/features/feature_selection/_shap_importance.py
dreamml/features/feature_selection/select_subset_features.py
dreamml/features/feature_selection/shap_importance.py
dreamml/features/feature_vectorization/__init__.py
dreamml/features/feature_vectorization/_bag_of_words.py
dreamml/features/feature_vectorization/_base.py
dreamml/features/feature_vectorization/_fasttext.py
dreamml/features/feature_vectorization/_glove.py
dreamml/features/feature_vectorization/_tfidf.py
dreamml/features/feature_vectorization/_word2vec.py
dreamml/features/text/__init__.py
dreamml/features/text/_augmentation_wrapper.py
dreamml/features/text/_base.py
dreamml/features/text/_custom_nlp_augs.py
dreamml/logging/__init__.py
dreamml/logging/formatters.py
dreamml/logging/handlers.py
dreamml/logging/logger.py
dreamml/logging/monitoring.py
dreamml/modeling/__init__.py
dreamml/modeling/calibration/__init__.py
dreamml/modeling/calibration/base.py
dreamml/modeling/calibration/binary_algorithms.py
dreamml/modeling/calibration/multilabel_algorithms.py
dreamml/modeling/cv/__init__.py
dreamml/modeling/cv/_cross_validators.py
dreamml/modeling/cv/_validation.py
dreamml/modeling/metrics/__init__.py
dreamml/modeling/metrics/_base_metric.py
dreamml/modeling/metrics/_custom_factory.py
dreamml/modeling/metrics/classification.py
dreamml/modeling/metrics/metric_functions.py
dreamml/modeling/metrics/metrics_mapping.py
dreamml/modeling/metrics/names_mapping.py
dreamml/modeling/metrics/regression.py
dreamml/modeling/metrics/topic_modeling.py
dreamml/modeling/metrics/utils.py
dreamml/modeling/models/__init__.py
dreamml/modeling/models/base.py
dreamml/modeling/models/boostaroota.py
dreamml/modeling/models/callbacks/__init__.py
dreamml/modeling/models/callbacks/callbacks.py
dreamml/modeling/models/estimators/__init__.py
dreamml/modeling/models/estimators/_amts.py
dreamml/modeling/models/estimators/_base.py
dreamml/modeling/models/estimators/_bert.py
dreamml/modeling/models/estimators/_bertopic.py
dreamml/modeling/models/estimators/_catboost.py
dreamml/modeling/models/estimators/_ensembelda.py
dreamml/modeling/models/estimators/_etna_model.py
dreamml/modeling/models/estimators/_lama_v_1_3.py
dreamml/modeling/models/estimators/_lda.py
dreamml/modeling/models/estimators/_lightautoml.py
dreamml/modeling/models/estimators/_lightgbm.py
dreamml/modeling/models/estimators/_linear_reg.py
dreamml/modeling/models/estimators/_log_reg.py
dreamml/modeling/models/estimators/_multioutput_wrappers.py
dreamml/modeling/models/estimators/_pyboost.py
dreamml/modeling/models/estimators/_xgboost.py
dreamml/modeling/models/estimators/boosting_base.py
dreamml/modeling/models/optimizer/__init__.py
dreamml/modeling/models/optimizer/_bayesian.py
dreamml/modeling/models/optimizer/_hyperopt.py
dreamml/modeling/models/optimizer/_optuna.py
dreamml/modeling/predictions/__init__.py
dreamml/modeling/predictions/timeseries_inference.py
dreamml/pipeline/__init__.py
dreamml/pipeline/_distributed_grid_params.py
dreamml/pipeline/_utils_configurations.py
dreamml/pipeline/check_point.py
dreamml/pipeline/cv_score.py
dreamml/pipeline/pipeline.py
dreamml/pipeline/pipeline_executor.py
dreamml/pipeline/fitter/__init__.py
dreamml/pipeline/fitter/_amts.py
dreamml/pipeline/fitter/_base.py
dreamml/pipeline/fitter/_clustering.py
dreamml/pipeline/fitter/_cv.py
dreamml/pipeline/fitter/_holdout.py
dreamml/pipeline/fitter/utils.py
dreamml/references/__init__.py
dreamml/references/bad_phrases_clean.csv
dreamml/references/never_used_features.txt
dreamml/references/production_calendars_2020_2024.json
dreamml/references/reference_config.json
dreamml/references/russian_names_surnames_adj.yaml
dreamml/references/synonyms.yaml
dreamml/reports/__init__.py
dreamml/reports/_amts_metrics.py
dreamml/reports/_classification_metrics.py
dreamml/reports/_regression_metrics.py
dreamml/reports/_topic_modeling_metrics.py
dreamml/reports/kds.py
dreamml/reports/metrics_calculation.py
dreamml/reports/pdf_maker.py
dreamml/reports/report_compiler.py
dreamml/reports/business/__init__.py
dreamml/reports/business/classification.py
dreamml/reports/calibration/__init__.py
dreamml/reports/calibration/base.py
dreamml/reports/calibration/binary.py
dreamml/reports/calibration/format_excel_writer.py
dreamml/reports/calibration/multilabel.py
dreamml/reports/data_statistics/__init__.py
dreamml/reports/data_statistics/calculate_data_statistics_amts.py
dreamml/reports/data_statistics/calculate_data_statistics_topic_modeling.py
dreamml/reports/detailed_metrics/__init__.py
dreamml/reports/detailed_metrics/calculate_detailed_metrics_amts.py
dreamml/reports/detailed_metrics/calculate_detailed_metrics_topic_modeling.py
dreamml/reports/reports/__init__.py
dreamml/reports/reports/_base.py
dreamml/reports/reports/amts_development_report.py
dreamml/reports/reports/classification_development_report.py
dreamml/reports/reports/regression_development_report.py
dreamml/reports/reports/style_utils.py
dreamml/reports/reports/topic_modeling_dev_report.py
dreamml/reports/reports/reports/__init__.py
dreamml/reports/reports/reports/_base.py
dreamml/reports/reports/reports/amts_development_report.py
dreamml/reports/reports/reports/classification_development_report.py
dreamml/reports/reports/reports/regression_development_report.py
dreamml/reports/reports/reports/style_utils.py
dreamml/reports/reports/reports/topic_modeling_dev_report.py
dreamml/stages/__init__.py
dreamml/stages/algo_info.py
dreamml/stages/batch_selection_model_stage.py
dreamml/stages/batch_selection_reverse.py
dreamml/stages/batch_selection_reverse_with_params.py
dreamml/stages/batch_selection_with_params.py
dreamml/stages/boostaroota_stage.py
dreamml/stages/correlation_stage.py
dreamml/stages/feature_based_stage.py
dreamml/stages/fix_stage.py
dreamml/stages/gini_selection_stage.py
dreamml/stages/lama_stage.py
dreamml/stages/model_based_stage.py
dreamml/stages/optimization_stage.py
dreamml/stages/permutation_importance_stage.py
dreamml/stages/stage.py
dreamml/stages/vectorization_stage.py
dreamml/stages/stage_generator/__init__.py
dreamml/stages/stage_generator/generator.py
dreamml/stages/stage_generator/registry.py
dreamml/utils/__init__.py
dreamml/utils/_notebooks.py
dreamml/utils/_time.py
dreamml/utils/bert_utils.py
dreamml/utils/confidence_interval.py
dreamml/utils/create_etna_model.py
dreamml/utils/create_lama_model.py
dreamml/utils/create_oot_potential.py
dreamml/utils/create_whitebox_model.py
dreamml/utils/encode_categorical.py
dreamml/utils/encode_text.py
dreamml/utils/errors.py
dreamml/utils/get_last_experiment_directory.py
dreamml/utils/get_n_iterartions.py
dreamml/utils/loading_utils.py
dreamml/utils/make_weights_for_balanced_classes.py
dreamml/utils/optimizer_selector.py
dreamml/utils/phrase_retrieval.py
dreamml/utils/prepare_artifacts_config.py
dreamml/utils/saver.py
dreamml/utils/sbertpunccase.py
dreamml/utils/serialize.py
dreamml/utils/spark_init.py
dreamml/utils/spark_session_configuration.py
dreamml/utils/spark_utils.py
dreamml/utils/splitter.py
dreamml/utils/styling.py
dreamml/utils/temporary_directory.py
dreamml/utils/vectorization_eval_set.py
dreamml/utils/warnings.py
dreamml/visualization/__init__.py
dreamml/visualization/plots.py