.clabot
.gitignore
CONTRIBUTING.md
LICENSE
README.rst
Why Neuraxle.rst
coverage.sh
flake8.sh
requirements.txt
run_quick_tests.sh
run_slow_tests.sh
run_tests.sh
setup.cfg
setup.py
.github/CODE_OF_CONDUCT.md
.github/FUNDING.yml
.github/pull_request_template.md
.github/stale.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/license_checker_v2.py
.github/workflows/python_license_checker.yml
.github/workflows/testpythonpackage.yml
assets/images/La-Cite-LP.png
assets/images/kimoby.png
assets/images/neuraxio.png
assets/images/neuraxle_logo.png
assets/images/solution_nexam_io.jpg
assets/images/umaneo.png
examples/Handler Methods.ipynb
examples/Hyperparams And Distributions.ipynb
examples/Introduction to Automatic Hyperparameter Tuning.ipynb
examples/Introduction to Random Distributions.ipynb
examples/Introduction to Time Series Processing.ipynb
examples/README.txt
examples/Rest API Serving.ipynb
examples/Step Saving And Lifecycle.ipynb
examples/__init__.py
examples/_images/neuraxle_handler_methods.png
examples/_images/neuraxle_machine_learning_lifecycle.png
examples/_images/neuraxle_time_series_data.png
examples/auto_ml/README.txt
examples/auto_ml/plot_automl_loop_clean_kata.py
examples/caching/README.txt
examples/deployment/README.txt
examples/deployment/plot_easy_rest_api_serving.py
examples/getting_started/README.txt
examples/getting_started/plot_force_handle_mixin.py
examples/getting_started/plot_inverse_transform.py
examples/getting_started/plot_label_encoder_across_multiple_columns.py
examples/getting_started/plot_nested_pipelines.py
examples/getting_started/plot_non_fittable_mixin.py
examples/hyperparams/README.txt
examples/hyperparams/plot_hyperparams.py
examples/operations/plot_apply_method.py
examples/parallel/README.txt
examples/parallel/plot_streaming_pipeline.py
examples/sklearn/README.txt
examples/sklearn/plot_boston_housing_meta_optimization.py
examples/sklearn/plot_boston_housing_regression_with_model_stacking.py
examples/sklearn/plot_cyclical_feature_engineering.py
neuraxle/__init__.py
neuraxle/base.py
neuraxle/data_container.py
neuraxle/pipeline.py
neuraxle/union.py
neuraxle.egg-info/PKG-INFO
neuraxle.egg-info/SOURCES.txt
neuraxle.egg-info/dependency_links.txt
neuraxle.egg-info/requires.txt
neuraxle.egg-info/top_level.txt
neuraxle/distributed/__init__.py
neuraxle/distributed/streaming.py
neuraxle/hyperparams/__init__.py
neuraxle/hyperparams/distributions.py
neuraxle/hyperparams/scipy_distributions.py
neuraxle/hyperparams/space.py
neuraxle/logging/logging.py
neuraxle/logging/warnings.py
neuraxle/metaopt/__init__.py
neuraxle/metaopt/auto_ml.py
neuraxle/metaopt/callbacks.py
neuraxle/metaopt/observable.py
neuraxle/metaopt/validation.py
neuraxle/metaopt/data/aggregates.py
neuraxle/metaopt/data/db_hp_repo.py
neuraxle/metaopt/data/json_repo.py
neuraxle/metaopt/data/vanilla.py
neuraxle/metaopt/hyperopt/tpe.py
neuraxle/rest/__init__.py
neuraxle/rest/flask.py
neuraxle/steps/__init__.py
neuraxle/steps/column_transformer.py
neuraxle/steps/data.py
neuraxle/steps/features.py
neuraxle/steps/flow.py
neuraxle/steps/loop.py
neuraxle/steps/misc.py
neuraxle/steps/numpy.py
neuraxle/steps/output_handlers.py
neuraxle/steps/sklearn.py
testing/__init__.py
testing/test_apply.py
testing/test_automl_scenarios.py
testing/test_basestep.py
testing/test_context_logger.py
testing/test_data_container.py
testing/test_data_container_batching.py
testing/test_forcehandle_mixin.py
testing/test_full_pipeline_dump.py
testing/test_metastep_mixin.py
testing/test_minibatch_sequential_pipeline.py
testing/test_optional.py
testing/test_output_transformer_wrapper.py
testing/test_pipeline.py
testing/test_pipeline_fitted_step_checkpoint.py
testing/test_pipeline_setup_teardown.py
testing/test_recursive_arguments.py
testing/test_recursive_dict.py
testing/test_service_assertions.py
testing/test_step_saving.py
testing/test_streaming.py
testing/test_truncable_steps.py
testing/test_union.py
testing/test_zip_data_container.py
testing/api/__init__.py
testing/api/test_flask.py
testing/examples/__init__.py
testing/examples/test_examples.py
testing/hyperparams/__init__.py
testing/hyperparams/test_distributions.py
testing/hyperparams/test_get_set_hyperparams.py
testing/hyperparams/test_scipy_distributions.py
testing/hyperparams/test_space.py
testing/metaopt/__init__.py
testing/metaopt/test_automl.py
testing/metaopt/test_automl_aggregates.py
testing/metaopt/test_automl_dataclasses.py
testing/metaopt/test_automl_redesign.py
testing/metaopt/test_automl_repositories.py
testing/metaopt/test_automl_sequence_validation_splitter.py
testing/metaopt/test_random.py
testing/metaopt/test_tpe.py
testing/metaopt/test_trial.py
testing/metaopt/test_validation_splitter.py
testing/mocks/__init__.py
testing/mocks/step_mocks.py
testing/steps/__init__.py
testing/steps/neuraxle_test_case.py
testing/steps/test_assertion_steps.py
testing/steps/test_choose_one_or_many_steps_of.py
testing/steps/test_column_selector_2d.py
testing/steps/test_column_transformer.py
testing/steps/test_concatenate_data_container.py
testing/steps/test_data_shuffling.py
testing/steps/test_epochs_repeater.py
testing/steps/test_expand_dim.py
testing/steps/test_features.py
testing/steps/test_flatten_for_each.py
testing/steps/test_for_each.py
testing/steps/test_if_execution_phase_is_then_do.py
testing/steps/test_numpy_steps.py
testing/steps/test_one_hot.py
testing/steps/test_output_transformer_wrapper.py
testing/steps/test_reversible_preprocessing_wrapper.py
testing/steps/test_sklearn_wrapper.py
testing/steps/test_step_cloner_for_each_data_input.py
testing/steps/test_train_only_wrapper.py