analysis |
analysis/cleanup_policy |
cp examples/template_library/analysis/cleanup_policy.py your_experiment.py |
analysis |
analysis/dataframe_csv_export |
cp examples/template_library/analysis/dataframe_csv_export.py your_experiment.py |
analysis |
analysis/leaderboard_comparison |
cp examples/template_library/analysis/leaderboard_comparison.py your_experiment.py |
analysis |
analysis/pivot_excel_report |
cp examples/template_library/analysis/pivot_excel_report.py your_experiment.py |
basics |
basics/exp_fn_contract_matrix |
cp examples/template_library/basics/exp_fn_contract_matrix.py your_experiment.py |
basics |
basics/grid_and_variants |
cp examples/template_library/basics/grid_and_variants.py your_experiment.py |
basics |
basics/manager_runner_split |
cp examples/template_library/basics/manager_runner_split.py your_experiment.py |
basics |
basics/minimal_pipeline |
cp examples/template_library/basics/minimal_pipeline.py your_experiment.py |
basics |
basics/multi_seed_repro |
cp examples/template_library/basics/multi_seed_repro.py your_experiment.py |
llm |
llm/prompt_eval |
cp examples/template_library/llm/prompt_eval.py your_experiment.py |
llm |
llm/rag_eval |
cp examples/template_library/llm/rag_eval.py your_experiment.py |
llm |
llm/safety_eval |
cp examples/template_library/llm/safety_eval.py your_experiment.py |
llm |
llm/serving_benchmark |
cp examples/template_library/llm/serving_benchmark.py your_experiment.py |
llm |
llm/tool_use_eval |
cp examples/template_library/llm/tool_use_eval.py your_experiment.py |
ml |
ml/anomaly_detection |
cp examples/template_library/ml/anomaly_detection.py your_experiment.py |
ml |
ml/recommendation_ranking |
cp examples/template_library/ml/recommendation_ranking.py your_experiment.py |
ml |
ml/tabular_classification |
cp examples/template_library/ml/tabular_classification.py your_experiment.py |
ml |
ml/tabular_regression |
cp examples/template_library/ml/tabular_regression.py your_experiment.py |
ml |
ml/time_series_forecasting |
cp examples/template_library/ml/time_series_forecasting.py your_experiment.py |
ops |
ops/ablation_study |
cp examples/template_library/ops/ablation_study.py your_experiment.py |
ops |
ops/budget_limited_search |
cp examples/template_library/ops/budget_limited_search.py your_experiment.py |
ops |
ops/dataset_versioning |
cp examples/template_library/ops/dataset_versioning.py your_experiment.py |
ops |
ops/reproducibility_audit |
cp examples/template_library/ops/reproducibility_audit.py your_experiment.py |
ops |
ops/resume_from_checkpoint |
cp examples/template_library/ops/resume_from_checkpoint.py your_experiment.py |
parallel |
parallel/dynamic_cpu_guard |
cp examples/template_library/parallel/dynamic_cpu_guard.py your_experiment.py |
parallel |
parallel/joblib_cpu_heavy |
cp examples/template_library/parallel/joblib_cpu_heavy.py your_experiment.py |
parallel |
parallel/process_pool_high_throughput |
cp examples/template_library/parallel/process_pool_high_throughput.py your_experiment.py |
parallel |
parallel/skip_invalid_configs |
cp examples/template_library/parallel/skip_invalid_configs.py your_experiment.py |