CHANGES.rst
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
datarobot/__init__.py
datarobot/_version.py
datarobot/client.py
datarobot/enums.py
datarobot/errors.py
datarobot/exthook.py
datarobot/rest.py
datarobot.egg-info/PKG-INFO
datarobot.egg-info/SOURCES.txt
datarobot.egg-info/dependency_links.txt
datarobot.egg-info/requires.txt
datarobot.egg-info/top_level.txt
datarobot/ext/__init__.py
datarobot/helpers/__init__.py
datarobot/helpers/eligibility_result.py
datarobot/helpers/partitioning_methods.py
datarobot/models/__init__.py
datarobot/models/advanced_tuning.py
datarobot/models/api_object.py
datarobot/models/blueprint.py
datarobot/models/confusion_chart.py
datarobot/models/data_source.py
datarobot/models/data_store.py
datarobot/models/driver.py
datarobot/models/feature.py
datarobot/models/featurelist.py
datarobot/models/imported_model.py
datarobot/models/job.py
datarobot/models/lift_chart.py
datarobot/models/missing_report.py
datarobot/models/model.py
datarobot/models/modeljob.py
datarobot/models/pareto_front.py
datarobot/models/predict_job.py
datarobot/models/prediction_dataset.py
datarobot/models/prediction_explanations.py
datarobot/models/predictions.py
datarobot/models/prime_file.py
datarobot/models/project.py
datarobot/models/rating_table.py
datarobot/models/reason_codes.py
datarobot/models/recommended_model.py
datarobot/models/roc_curve.py
datarobot/models/ruleset.py
datarobot/models/training_predictions.py
datarobot/models/word_cloud.py
datarobot/utils/__init__.py
datarobot/utils/deprecation.py
datarobot/utils/logger.py
datarobot/utils/pagination.py
datarobot/utils/retry.py
datarobot/utils/sourcedata.py
datarobot/utils/waiters.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/version.py
docs/api/advanced_options.rst
docs/api/blueprint.rst
docs/api/confusion_chart.rst
docs/api/database_connectivity.rst
docs/api/feature.rst
docs/api/featurelist.rst
docs/api/frozen.rst
docs/api/imported_model.rst
docs/api/index.rst
docs/api/job.rst
docs/api/lift_chart.rst
docs/api/missing_values_report.rst
docs/api/model.rst
docs/api/modeljob.rst
docs/api/pareto_front.rst
docs/api/partitions.rst
docs/api/predict_job.rst
docs/api/prediction_dataset.rst
docs/api/prediction_explanations.rst
docs/api/predictions.rst
docs/api/prime.rst
docs/api/project.rst
docs/api/rating_table.rst
docs/api/reason_codes.rst
docs/api/recommended_model.rst
docs/api/roc_curve.rst
docs/api/training_predictions.rst
docs/api/word_cloud.rst
docs/entities/blueprint.rst
docs/entities/database_connectivity.rst
docs/entities/datetime_partition.rst
docs/entities/job.rst
docs/entities/model.rst
docs/entities/model_job.rst
docs/entities/model_recommendation.rst
docs/entities/monotonic_constraints.rst
docs/entities/predict_job.rst
docs/entities/prediction_explanations.rst
docs/entities/prime.rst
docs/entities/project.rst
docs/entities/quickstart.rst
docs/entities/rating_table.rst
docs/entities/time_series.rst
docs/entities/training_predictions.rst
docs/examples/index.rst
docs/examples/advanced_model_insights/Advanced_Model_Insights.ipynb
docs/examples/advanced_model_insights/jp_10k.csv
docs/examples/advanced_tuning/Advanced_Tuning_Parameters.ipynb
docs/examples/airline_ontime_example/Modeling_Airline_Delay.ipynb
docs/examples/airline_ontime_example/logan-US-2013.csv
docs/examples/airline_ontime_example/logan-US-2014.csv
docs/examples/financial_data/index.rst
docs/examples/financial_data/timetools.py
docs/setup/configuration.rst
docs/setup/getting_started.rst
tests/__init__.py
tests/conftest.py
tests/test_api_object.py
tests/test_blueprint.py
tests/test_client.py
tests/test_confusion_chart.py
tests/test_data_source.py
tests/test_data_store.py
tests/test_dataset.py
tests/test_driver.py
tests/test_featurelist.py
tests/test_features.py
tests/test_helpers.py
tests/test_imported_models.py
tests/test_job.py
tests/test_lift_chart.py
tests/test_model_job.py
tests/test_models.py
tests/test_pareto_front.py
tests/test_partition_methods.py
tests/test_predict_job.py
tests/test_prime_file.py
tests/test_project.py
tests/test_rating_table.py
tests/test_recommended_model.py
tests/test_rest.py
tests/test_rest_client.py
tests/test_retry.py
tests/test_roc_curve.py
tests/test_ruleset.py
tests/test_utils.py
tests/test_word_cloud.py
tests/utils.py
tests/client/conftest.py
tests/client/test_config.py
tests/client/test_instantiation.py
tests/client/test_precedence.py
tests/client/test_version.py
tests/datetime_partitioning/conftest.py
tests/datetime_partitioning/test_model.py
tests/datetime_partitioning/test_partitioning.py
tests/datetime_partitioning/test_project.py
tests/fixtures/onehundredrows.csv
tests/fixtures/onehundredrows.xlsx
tests/fixtures/synthetic-100.csv
tests/fixtures/日本/synthetic-100.csv
tests/model/__init__.py
tests/model/conftest.py
tests/model/test_blender.py
tests/model/test_cross_validation.py
tests/model/test_feature_impact.py
tests/model/test_frozen.py
tests/model/test_job.py
tests/model/test_model.py
tests/model/test_model_params.py
tests/model/test_prediction_explanations.py
tests/model/test_predictions.py
tests/model/test_prime_model.py
tests/model/test_reason_codes.py
tests/model/test_rows_iterator.py
tests/model/test_scoring_code.py
tests/model/test_training_predictions.py
tests/project/conftest.py
tests/project/test_async.py
tests/project/test_blenders.py
tests/project/test_extension.py
tests/project/test_frozen_models.py
tests/project/test_prime.py
tests/project/test_project_create.py
tests/project/test_train.py
tests/project/test_type_transform.py
tests/waiters/__init__.py
tests/waiters/conftest.py
tests/waiters/test_waiters.py