AUTHORS.md
LICENSE
README.md
pyproject.toml
src/tam/__init__.py
src/tam/common/__init__.py
src/tam/common/hardware.py
src/tam/common/plotting.py
src/tam/common/utils.py
src/tam/data/airpassengers.csv
src/tam/data/dataset_national.csv
src/tam/evaluation/__init__.py
src/tam/evaluation/eval_plotting.py
src/tam/evaluation/metrics.py
src/tam/evaluation/performance_analyzer.py
src/tam/evaluation/tracker.py
src/tam/model/__init__.py
src/tam/model/_base.py
src/tam/model/_data.py
src/tam/model/_dispatcher.py
src/tam/model/_dispatcher_gcv.py
src/tam/model/_math.py
src/tam/model/_memory.py
src/tam/model/adaptative.py
src/tam/model/additive.py
src/tam/model/bode.py
src/tam/model/diagnostics.py
src/tam/model/hierarchical.py
src/tam/model/kalman.py
src/tam/model/neural.py
src/tam/model/opera.py
src/tam/model/safety.py
src/tam/model/autotam/__init__.py
src/tam/model/autotam/auto_tam.py
src/tam/model/autotam/data_profiler.py
src/tam/model/autotam/drag_tam.py
src/tam/model/autotam/effect_selector.py
src/tam/model/autotam/evolution_reporter.py
src/tam/model/autotam/feature_engineer.py
src/tam/model/autotam/knowledge_graph.py
src/tam/model/autotam/parser.py
src/tam/model/autotam/population_nodes.py
src/tam/model/autotam/evaluation/__init__.py
src/tam/model/autotam/evaluation/autotam_report_generator.py
src/tam/model/autotam/pipeline/__init__.py
src/tam/model/autotam/pipeline/base_discoverer.py
src/tam/model/autotam/pipeline/context.py
src/tam/model/autotam/pipeline/data_manager.py
src/tam/model/autotam/pipeline/ensemble_selector.py
src/tam/model/autotam/pipeline/expert_expander.py
src/tam/model/spectrum/__init__.py
src/tam/model/spectrum/_base_effects.py
src/tam/model/spectrum/_categorical.py
src/tam/model/spectrum/_chebyshev.py
src/tam/model/spectrum/_factory.py
src/tam/model/spectrum/_fourier.py
src/tam/model/spectrum/_linear.py
src/tam/model/spectrum/_linear_tree.py
src/tam/model/spectrum/_neural.py
src/tam/model/spectrum/_physics.py
src/tam/model/spectrum/_pid.py
src/tam/model/spectrum/_rbf.py
src/tam/model/spectrum/_spline.py
src/tam/model/spectrum/_tensor.py
src/tam/model/spectrum/_tree.py
src/tam/model/spectrum/_wavelet.py
src/tam_ml.egg-info/PKG-INFO
src/tam_ml.egg-info/SOURCES.txt
src/tam_ml.egg-info/dependency_links.txt
src/tam_ml.egg-info/requires.txt
src/tam_ml.egg-info/top_level.txt
tests/test_adaptive_edge_cases.py
tests/test_adaptive_tam.py
tests/test_additive_advanced.py
tests/test_autotam_context.py
tests/test_autotam_data_profiler.py
tests/test_autotam_effect_selector.py
tests/test_autotam_feature_engineer.py
tests/test_autotam_knowledge_graph.py
tests/test_autotam_parser.py
tests/test_autotam_pipeline_base_discoverer.py
tests/test_autotam_pipeline_context.py
tests/test_autotam_pipeline_data_manager.py
tests/test_autotam_pipeline_ensemble_selector.py
tests/test_autotam_pipeline_expert_expander.py
tests/test_autotam_population_nodes.py
tests/test_bode.py
tests/test_core_engine.py
tests/test_data.py
tests/test_diagnostics_stats.py
tests/test_dispatcher.py
tests/test_eval_plotting.py
tests/test_extrapolation.py
tests/test_factory.py
tests/test_formula_api.py
tests/test_hardware_manager.py
tests/test_hierarchical.py
tests/test_kalman.py
tests/test_math.py
tests/test_memory.py
tests/test_metrics.py
tests/test_neural_tam.py
tests/test_opera_plot.py
tests/test_opera_tam.py
tests/test_opera_tam_advance.py
tests/test_performance_analyzer.py
tests/test_safety.py
tests/test_serialization.py
tests/test_tracker.py
tests/test_utils.py