.gitignore
.nojekyll
LICENSE.txt
MANIFEST.in
README.md
RELEASE_NOTES.txt
makeSpot.sh
mkdocs.yml
pyproject.toml
tox.ini
.github/workflows/test.yml
.vscode/settings.json
img/favicon.png
img/spotLogo.png
src/spotpython.egg-info/.DS_Store
src/spotpython.egg-info/PKG-INFO
src/spotpython.egg-info/SOURCES.txt
src/spotpython.egg-info/dependency_links.txt
src/spotpython.egg-info/requires.txt
src/spotpython.egg-info/top_level.txt
src/spotpython/budget/ocba.py
src/spotpython/build/__init__.py
src/spotpython/build/kriging.py
src/spotpython/build/surrogates.py
src/spotpython/data/base.py
src/spotpython/data/california.py
src/spotpython/data/california_housing.py
src/spotpython/data/csvdataset.py
src/spotpython/data/data.csv
src/spotpython/data/data.pkl
src/spotpython/data/diabetes.py
src/spotpython/data/friedman.py
src/spotpython/data/lightcrossvalidationdatamodule.py
src/spotpython/data/lightdatamodule.py
src/spotpython/data/manydataset.py
src/spotpython/data/mnistdatamodule.py
src/spotpython/data/pkldataset.py
src/spotpython/data/torchdata.py
src/spotpython/data/vbdp.py
src/spotpython/design/__init__.py
src/spotpython/design/designs.py
src/spotpython/design/factorial.py
src/spotpython/design/spacefilling.py
src/spotpython/fun/__init__.py
src/spotpython/fun/hyperlight.py
src/spotpython/fun/hypersklearn.py
src/spotpython/fun/hypertorch.py
src/spotpython/fun/objectivefunctions.py
src/spotpython/hyperdict/light_hyper_dict.json
src/spotpython/hyperdict/light_hyper_dict.py
src/spotpython/hyperdict/sklearn_hyper_dict.json
src/spotpython/hyperdict/sklearn_hyper_dict.py
src/spotpython/hyperdict/torch_hyper_dict.json
src/spotpython/hyperdict/torch_hyper_dict.py
src/spotpython/hyperparameters/architecture.py
src/spotpython/hyperparameters/categorical.py
src/spotpython/hyperparameters/listgenerator.py
src/spotpython/hyperparameters/optimizer.py
src/spotpython/hyperparameters/values.py
src/spotpython/light/cvmodel.py
src/spotpython/light/litmodel.py
src/spotpython/light/loadmodel.py
src/spotpython/light/predictmodel.py
src/spotpython/light/testmodel.py
src/spotpython/light/trainmodel.py
src/spotpython/light/classification/netlightbasemapk.py
src/spotpython/light/cnn/googlenet.py
src/spotpython/light/cnn/inceptionblock.py
src/spotpython/light/cnn/netcnnbase.py
src/spotpython/light/regression/__init__.py
src/spotpython/light/regression/netlightregression.py
src/spotpython/light/regression/nn_condnet_regressor.py
src/spotpython/light/regression/nn_linear_regressor.py
src/spotpython/light/regression/nn_many_to_many_rnn_regressor.py
src/spotpython/light/regression/nn_resnet_regressor.py
src/spotpython/light/regression/nn_transformer_regressor.py
src/spotpython/light/regression/pos_enc.py
src/spotpython/light/regression/rnnlightregression.py
src/spotpython/light/regression/transformerlightregression.py
src/spotpython/light/transformer/attention.py
src/spotpython/light/transformer/encoder.py
src/spotpython/light/transformer/encoderblock.py
src/spotpython/light/transformer/multiheadattention.py
src/spotpython/light/transformer/positionalEncoding.py
src/spotpython/light/transformer/positionalEncodingBasic.py
src/spotpython/light/transformer/skiplinear.py
src/spotpython/light/transformer/transformerlightpredictor.py
src/spotpython/plot/contour.py
src/spotpython/plot/ts.py
src/spotpython/plot/validation.py
src/spotpython/plot/xai.py
src/spotpython/plot/xy.py
src/spotpython/sklearn/traintest.py
src/spotpython/spot/__init__.py
src/spotpython/spot/spot.py
src/spotpython/torch/activation.py
src/spotpython/torch/cosinewarmupcheduler.py
src/spotpython/torch/dataframedataset.py
src/spotpython/torch/dimensions.py
src/spotpython/torch/mapk.py
src/spotpython/torch/netcifar10.py
src/spotpython/torch/netcore.py
src/spotpython/torch/netfashionMNIST.py
src/spotpython/torch/netregression.py
src/spotpython/torch/netvbdp.py
src/spotpython/torch/traintest.py
src/spotpython/utils/aggregate.py
src/spotpython/utils/classes.py
src/spotpython/utils/compare.py
src/spotpython/utils/convert.py
src/spotpython/utils/device.py
src/spotpython/utils/eda.py
src/spotpython/utils/file.py
src/spotpython/utils/init.py
src/spotpython/utils/math.py
src/spotpython/utils/metrics.py
src/spotpython/utils/numpy2json.py
src/spotpython/utils/progress.py
src/spotpython/utils/repair.py
src/spotpython/utils/scaler.py
src/spotpython/utils/seed.py
src/spotpython/utils/split.py
src/spotpython/utils/tensorboard.py
src/spotpython/utils/time.py
src/spotpython/utils/transform.py
test/test_add_core_model_to_fun_control.py
test/test_aggregate_mean_var.py
test/test_apply_penaly_NA.py
test/test_assign_values.py
test/test_branin.py
test/test_build_Psi.py
test/test_build_U.py
test/test_build_psi_vec.py
test/test_calculate_split.py
test/test_california_housing.py
test/test_check_X_shape.py
test/test_chg.py
test/test_convert_keys.py
test/test_csv_dataset.py
test/test_csvdataset.py
test/test_evaluate_design_matrix.py
test/test_evaluate_new_X.py
test/test_evaluate_new_solutions.py
test/test_extract_from_bounds.py
test/test_extract_linear_dims.py
test/test_fit_surrogate.py
test/test_fun_control_init.py
test/test_generate_design.py
test/test_generate_one_config_from_var_dict.py
test/test_generate_random_point.py
test/test_get_activations.py
test/test_get_core_model_from_name.py
test/test_get_device.py
test/test_get_dict_with_levels_and_types.py
test/test_get_experiment_name.py
test/test_get_feature_names.py
test/test_get_gradients.py
test/test_get_new_X0.py
test/test_get_new_x0_2.py
test/test_get_one_config_from_X.py
test/test_get_river_core_model_from_name.py
test/test_get_spot_attributes_as_df.py
test/test_get_spot_tensorboard_path.py
test/test_get_tuned_architecture.py
test/test_get_var_name.py
test/test_hyper_light_fun.py
test/test_infill.py
test/test_initialize_design.py
test/test_initialize_design_matrix.py
test/test_is_any.py
test/test_iterate_dict_values.py
test/test_kriging.py
test/test_kriging_extract_from_bounds.py
test/test_kriging_initialize_variables.py
test/test_kriging_intialize_matrices.py
test/test_kriging_optimize_model.py
test/test_kriging_set_de_bounds.py
test/test_kriging_set_theta_values.py
test/test_kriging_set_variable_types.py
test/test_light_data_module.py
test/test_light_data_module_scaler.py
test/test_light_trainer.py
test/test_lightdatamodule.py
test/test_lightdatamodule_class.py
test/test_lightdatamodule_with_setup.py
test/test_many_to_many_rnn.py
test/test_math.py
test/test_metrics_sign.py
test/test_nat_to_cod.py
test/test_net_light_regression_class.py
test/test_nn_linear_regressor.py
test/test_ocba.py
test/test_optimizer_handler.py
test/test_pkldataset.py
test/test_plot_progress.py
test/test_remove_nan.py
test/test_repair_non_numeric.py
test/test_return_conf_list_from_var_dict.py
test/test_run.py
test/test_save_and_load_experiment.py
test/test_save_and_load_result.py
test/test_save_experiment.py
test/test_scaler.py
test/test_selectNew().py
test/test_select_distant_points.py
test/test_set_de_bounds.py
test/test_set_hyperparameter.py
test/test_set_int_hyperparameter_values.py
test/test_show_progress.py
test/test_split_data.py
test/test_spot.py
test/test_spot_run.py
test/test_suggest_new_X.py
test/test_tensorboard_start_stop.py
test/test_tensorboard_write_log.py
test/test_testmodel.py
test/test_to_all_dim.py
test/test_to_red.py
test/test_torch_minmax_scaler.py
test/test_torch_standard_scaler.py
test/test_trainmodel.py
test/test_transform_dataset.py
test/test_transform_hyper_parameter_values.py
test/test_transform_multby2.py
test/test_update_design.py
test/test_update_stats.py
test/test_update_surrogate.py
test/test_values.py
test/test_values_2.py
test/test_xai.py