:py:mod:`bluecast.blueprints.welcome` ===================================== .. py:module:: bluecast.blueprints.welcome Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: bluecast.blueprints.welcome.WelcomeToBlueCast .. py:class:: WelcomeToBlueCast .. py:method:: automl_configurator() -> None .. py:method:: _create_task_widget() .. py:method:: _create_debug_mode_widget() .. py:method:: _create_n_models_widget() .. py:method:: _create_shap_values_widget() .. py:method:: _create_n_folds_widget() .. py:method:: _create_oof_storage_path_widget() .. py:method:: _create_hyperparameter_tuning_rounds_widget() .. py:method:: _create_hyperparameter_tuning_max_runtime_secs_widget() .. py:method:: _create_plot_hyperparameter_tuning_overview_widget() .. py:method:: _create_show_detailed_tuning_logs_widget() .. py:method:: _create_submit_button() .. py:method:: on_submit_clicked(task, debug_mode, n_models, shap_values, n_folds, oof_storage_path, hyperparameter_tuning_rounds, hyperparameter_tuning_max_runtime_secs, plot_hyperparameter_tuning_overview, show_detailed_tuning_logs) .. py:method:: update_calc_shap_flag(calc_shap) .. py:method:: update_debug_flag(debug) .. py:method:: update_hyperparam_folds(n_folds) .. py:method:: update_oof_storage_path(oof_storage_path) .. py:method:: update_hyperparameter_tuning_rounds(rounds) .. py:method:: update_hyperparameter_tuning_max_runtime_secs(runtime_secs) .. py:method:: update_plot_hyperparameter_tuning_overview(plot_tuning_overview) .. py:method:: update_show_detailed_tuning_logs(show_logs) .. py:method:: instantiate_bluecast_instance(task, n_models: int, n_folds: int, oof_storage_path: str, autotune_model: bool, hyperparameter_tuning_rounds: int, hyperparameter_tuning_max_runtime_secs: int, plot_hyperparameter_tuning_overview: bool, show_detailed_tuning_logs: bool) -> Union[bluecast.blueprints.cast.BlueCast, bluecast.blueprints.cast_cv.BlueCastCV, bluecast.blueprints.cast_regression.BlueCastRegression, bluecast.blueprints.cast_cv_regression.BlueCastCVRegression]