README.md
setup.py
blackfox_restapi/__init__.py
blackfox_restapi/api_client.py
blackfox_restapi/configuration.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/data_set_api.py
blackfox_restapi/api/network_api.py
blackfox_restapi/api/optimization_api.py
blackfox_restapi/api/prediction_api.py
blackfox_restapi/api/recurrent_optimization_api.py
blackfox_restapi/api/training_api.py
blackfox_restapi/models/__init__.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/keras_hidden_layer_config.py
blackfox_restapi/models/keras_layer_config.py
blackfox_restapi/models/keras_optimization_config.py
blackfox_restapi/models/keras_optimization_status.py
blackfox_restapi/models/keras_optimized_network.py
blackfox_restapi/models/keras_recurrent_hidden_layer_config.py
blackfox_restapi/models/keras_recurrent_optimization_config.py
blackfox_restapi/models/keras_recurrent_optimization_status.py
blackfox_restapi/models/keras_recurrent_optimized_network.py
blackfox_restapi/models/keras_series_optimization_config.py
blackfox_restapi/models/keras_series_training_config.py
blackfox_restapi/models/keras_training_config.py
blackfox_restapi/models/optimization_engine_config.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/range.py
blackfox_restapi/models/recurrent_optimization_engine_config.py
blackfox_restapi/models/trained_network.py
test/test_convergency_criterion.py
test/test_data_set_api.py
test/test_input_config.py
test/test_input_window_config.py
test/test_input_window_range_config.py
test/test_keras_hidden_layer_config.py
test/test_keras_layer_config.py
test/test_keras_optimization_config.py
test/test_keras_optimization_status.py
test/test_keras_optimized_network.py
test/test_keras_recurrent_hidden_layer_config.py
test/test_keras_recurrent_optimization_config.py
test/test_keras_recurrent_optimization_status.py
test/test_keras_recurrent_optimized_network.py
test/test_keras_series_optimization_config.py
test/test_keras_series_training_config.py
test/test_keras_training_config.py
test/test_network_api.py
test/test_optimization_api.py
test/test_optimization_engine_config.py
test/test_output_window_config.py
test/test_prediction_api.py
test/test_prediction_array_config.py
test/test_prediction_file_config.py
test/test_range.py
test/test_recurrent_optimization_api.py
test/test_recurrent_optimization_engine_config.py
test/test_trained_network.py
test/test_training_api.py