README.md
setup.py
blackfox_restapi/__init__.py
blackfox_restapi/api_client.py
blackfox_restapi/configuration.py
blackfox_restapi/exceptions.py
blackfox_restapi/rest.py
blackfox_restapi.egg-info/PKG-INFO
blackfox_restapi.egg-info/SOURCES.txt
blackfox_restapi.egg-info/dependency_links.txt
blackfox_restapi.egg-info/requires.txt
blackfox_restapi.egg-info/top_level.txt
blackfox_restapi/api/__init__.py
blackfox_restapi/api/ann_model_api.py
blackfox_restapi/api/ann_optimization_api.py
blackfox_restapi/api/ann_prediction_api.py
blackfox_restapi/api/ann_training_api.py
blackfox_restapi/api/data_set_api.py
blackfox_restapi/api/info_api.py
blackfox_restapi/api/random_forest_model_api.py
blackfox_restapi/api/random_forest_optimization_api.py
blackfox_restapi/api/rnn_model_api.py
blackfox_restapi/api/rnn_optimization_api.py
blackfox_restapi/api/xg_boost_model_api.py
blackfox_restapi/api/xg_boost_optimization_api.py
blackfox_restapi/models/__init__.py
blackfox_restapi/models/aggregation_type.py
blackfox_restapi/models/ann_hidden_layer_config.py
blackfox_restapi/models/ann_layer_config.py
blackfox_restapi/models/ann_model.py
blackfox_restapi/models/ann_optimization_config.py
blackfox_restapi/models/ann_optimization_engine_config.py
blackfox_restapi/models/ann_optimization_status.py
blackfox_restapi/models/ann_series_optimization_config.py
blackfox_restapi/models/ann_series_training_config.py
blackfox_restapi/models/ann_training_config.py
blackfox_restapi/models/binary_metric.py
blackfox_restapi/models/convergency_criterion.py
blackfox_restapi/models/input_config.py
blackfox_restapi/models/input_window_config.py
blackfox_restapi/models/input_window_range_config.py
blackfox_restapi/models/neural_network_activation_function.py
blackfox_restapi/models/neural_network_training_algorithm.py
blackfox_restapi/models/neural_network_type.py
blackfox_restapi/models/optimization_algorithm.py
blackfox_restapi/models/optimization_engine_config.py
blackfox_restapi/models/optimization_state.py
blackfox_restapi/models/output_window_config.py
blackfox_restapi/models/prediction_array_config.py
blackfox_restapi/models/prediction_file_config.py
blackfox_restapi/models/problem_details.py
blackfox_restapi/models/problem_type.py
blackfox_restapi/models/random_forest_model.py
blackfox_restapi/models/random_forest_model_type.py
blackfox_restapi/models/random_forest_optimization_config.py
blackfox_restapi/models/random_forest_optimization_status.py
blackfox_restapi/models/random_forest_series_optimization_config.py
blackfox_restapi/models/range.py
blackfox_restapi/models/range_int.py
blackfox_restapi/models/rnn_hidden_layer_config.py
blackfox_restapi/models/rnn_model.py
blackfox_restapi/models/rnn_optimization_config.py
blackfox_restapi/models/rnn_optimization_status.py
blackfox_restapi/models/service_info.py
blackfox_restapi/models/trained_network.py
blackfox_restapi/models/xg_boost_model.py
blackfox_restapi/models/xg_boost_optimization_config.py
blackfox_restapi/models/xg_boost_optimization_status.py
blackfox_restapi/models/xg_boost_series_optimization_config.py