Some examples are not covered by integration tests
- Lenguaje dominante
- Python
- Estrellas
- 712
- Forks
- 96
- Merge medio
- 3 d 1 h
- PR fusionados (30 d)
- 10
Descripción
Examples
- [project_import_export.py](https://github.com/nccr-itmo/FEDOT/blob/master/examples/project_import_export.py) (also should be refactored as function)
simple
- [run_import_export_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/pipeline_import_export.py)
- [run_pipeline_and_history_visualization](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/pipeline_and_history_visualization.py)
- [launch_multitask_api_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/multitask_classification_regression_api.py)
simple/ts_forecasting
- [clstm](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/time_series_forecasting/clstm.py)
- [show_fitted_time_series](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/time_series_forecasting/fitted_values.py)
- [tuning_pipelines ](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/time_series_forecasting/tuning_pipelines.py)
simple/regression
- [run_regression_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/regression/api_regression.py)
- [regression_with_tuning](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/regression/regression_with_tuning.py)
simple/interpretable
- [run_pipeline_explain](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/interpretable/pipeline_explain.py)
simple/cli_call_example
- [cli_call_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/cli_application/cli_call_example.py)
simple/classification
- [run_classification_tuning_experiment](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/classification/classification_with_tuning.py)
- [multiclass_prediction](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/classification/multiclass_prediction.py)
- [run_resample_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/simple/classification/resample_example.py)
advanced
- [pipeline_caching](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/pipelines_caching.py) (optional)
- [pipeine_sensitivity](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/pipeline_sensitivity.py)
- [parallelization_comparison](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/parallelization_comparison.py)
- [launch_multitask_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/multitask_classification_regression.py)
- [fedot_profiler_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/fedot_profiler_example.py)
- [run_additional_learning_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/additional_learning.py)
advanced/time_series_forecasting
- [run_composing](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/time_series_forecasting/composing_pipelines.py)
- [run_pipeline_tuning](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/time_series_forecasting/custom_model_tuning.py)
- [run_multiple_ts_forecasting](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/time_series_forecasting/multi_ts_arctic_forecasting.py)
- [nemo](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/time_series_forecasting/nemo.py) (should be refactored)
- [run_tuning_comparison](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/time_series_forecasting/sparse_lagged_tuning.py)
- [case_analysis](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/sensitivity_analysis/case_analysis.py)
- [run_analysis](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/sensitivity_analysis/complex_analysis_with_requirements.py)
- [run_mta_analysis](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/sensitivity_analysis/mta_example.py)
- [run_import_export_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/sensitivity_analysis/pipeline_export_with_sa.py)
- [remote_fit_example ](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/remote_execution/remote_fit_example.py)(should be refactored)
- [run_automl](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/remote_execution/ts_composer_with_integration.py)
advanced/fedot_based_solutions
- [run_with_random_search_composer](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/fedot_based_solutions/external_optimizer.py)
- [run_custom_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/fedot_based_solutions/graph_model_optimization.py)
advanced/decompose
- [run_refinement_scoring_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/decompose/classification_refinement_example.py)
- [run_refinement_forecast](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/decompose/refinement_forecast_example.py)
- [run_river_experiment](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/decompose/regression_refinement_example.py)
advanced/automl
- [h2o_example](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/automl/h2o_example.py)
- [tpot_example ](https://github.com/nccr-itmo/FEDOT/blob/master/examples/advanced/automl/tpot_example.py)
are not covered by integrations test for now. It should be repaired.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.