SmartCane/python_app/harvest_detection_experiments/_archive
2026-01-06 14:17:37 +01:00
..
04_lstm_seq2seq_ci_forecasting.ipynb commit all stuff 2026-01-06 14:17:37 +01:00
05_lstm_harvest_detection_pytorch.ipynb commit all stuff 2026-01-06 14:17:37 +01:00
11_data_cleaning_labeling.ipynb commit all stuff 2026-01-06 14:17:37 +01:00
12_model_training_prediction.ipynb commit all stuff 2026-01-06 14:17:37 +01:00
ACTION_PLAN.md commit all stuff 2026-01-06 14:17:37 +01:00
best_harvest_detection_model.pt commit all stuff 2026-01-06 14:17:37 +01:00
best_harvest_detection_model_esa.pt commit all stuff 2026-01-06 14:17:37 +01:00
best_harvest_model.pt commit all stuff 2026-01-06 14:17:37 +01:00
CI_ONLY_IMPROVEMENTS.md commit all stuff 2026-01-06 14:17:37 +01:00
data_cleaning_validation.png commit all stuff 2026-01-06 14:17:37 +01:00
DEPLOYMENT_README.md commit all stuff 2026-01-06 14:17:37 +01:00
EXECUTIVE_SUMMARY.md commit all stuff 2026-01-06 14:17:37 +01:00
feature_engineering_config.json commit all stuff 2026-01-06 14:17:37 +01:00
feature_scalers.pkl commit all stuff 2026-01-06 14:17:37 +01:00
harvest_ci_scaler.pkl commit all stuff 2026-01-06 14:17:37 +01:00
harvest_detection_config.json commit all stuff 2026-01-06 14:17:37 +01:00
harvest_detection_config_esa_esa.json commit all stuff 2026-01-06 14:17:37 +01:00
harvest_detection_config_esa_None.json commit all stuff 2026-01-06 14:17:37 +01:00
harvest_detection_confusion_matrices.png commit all stuff 2026-01-06 14:17:37 +01:00
harvest_detection_model.pt commit all stuff 2026-01-06 14:17:37 +01:00
harvest_detection_model_esa_esa.pt commit all stuff 2026-01-06 14:17:37 +01:00
harvest_detection_model_esa_None.pt commit all stuff 2026-01-06 14:17:37 +01:00
harvest_feature_scalers_esa_esa.pkl commit all stuff 2026-01-06 14:17:37 +01:00
harvest_feature_scalers_esa_None.pkl commit all stuff 2026-01-06 14:17:37 +01:00
harvest_prediction_multiple_sequences.png commit all stuff 2026-01-06 14:17:37 +01:00
harvest_prediction_multiple_sequences_with_ci.png commit all stuff 2026-01-06 14:17:37 +01:00
harvest_prediction_sequence_00P81_Data2020___00P81.png commit all stuff 2026-01-06 14:17:37 +01:00
harvest_prediction_sequence_00110_Data2020___00110.png commit all stuff 2026-01-06 14:17:37 +01:00
harvest_prediction_sequence_00300_Data2020___00300.png commit all stuff 2026-01-06 14:17:37 +01:00
harvest_prediction_sequence_00308_Data2020___00308.png commit all stuff 2026-01-06 14:17:37 +01:00
hyperparameter_tuning_analysis.png commit all stuff 2026-01-06 14:17:37 +01:00
IMPLEMENTATION_ROADMAP.md commit all stuff 2026-01-06 14:17:37 +01:00
in_season_predictions_by_age.png commit all stuff 2026-01-06 14:17:37 +01:00
lstm_classification_training_history.png commit all stuff 2026-01-06 14:17:37 +01:00
lstm_client_distributions.png commit all stuff 2026-01-06 14:17:37 +01:00
LSTM_HARVEST_EVALUATION.md commit all stuff 2026-01-06 14:17:37 +01:00
lstm_overall_distribution.png commit all stuff 2026-01-06 14:17:37 +01:00
lstm_phase_harvest_prediction.ipynb commit all stuff 2026-01-06 14:17:37 +01:00
old_05_lstm_harvest_detection_pytorch.ipynb commit all stuff 2026-01-06 14:17:37 +01:00
PACKAGE_MANAGEMENT.md commit all stuff 2026-01-06 14:17:37 +01:00
per_field_prediction_timeline.png commit all stuff 2026-01-06 14:17:37 +01:00
prepare_harvest_data.py commit all stuff 2026-01-06 14:17:37 +01:00
prepare_lstm_data_from_rds.R commit all stuff 2026-01-06 14:17:37 +01:00
QUICK_SUMMARY.md commit all stuff 2026-01-06 14:17:37 +01:00
README.md commit all stuff 2026-01-06 14:17:37 +01:00
README_EVALUATION.md commit all stuff 2026-01-06 14:17:37 +01:00
TECHNICAL_IMPROVEMENTS.md commit all stuff 2026-01-06 14:17:37 +01:00
test_sequences.pkl commit all stuff 2026-01-06 14:17:37 +01:00
train_sequences.pkl commit all stuff 2026-01-06 14:17:37 +01:00
train_sequences_cleaned.pkl commit all stuff 2026-01-06 14:17:37 +01:00
trigger_timing_errors.png commit all stuff 2026-01-06 14:17:37 +01:00
val_sequences_cleaned.pkl commit all stuff 2026-01-06 14:17:37 +01:00
X_test_norm.pkl commit all stuff 2026-01-06 14:17:37 +01:00
X_train_norm.pkl commit all stuff 2026-01-06 14:17:37 +01:00
YOUR_FEEDBACK_SUMMARY.md commit all stuff 2026-01-06 14:17:37 +01:00

Archive: Old Experiments & Docs

This folder contains experimental code, old model files, and supporting documentation from earlier iterations of the harvest detection project. These are kept for reference but are not part of the current production workflow.

Contents

Notebooks (Early Development)

  • 05_lstm_harvest_detection_pytorch.ipynb - Early LSTM implementation
  • 11_data_cleaning_labeling.ipynb - Data preparation exploration
  • 12_model_training_prediction.ipynb - Initial training experiments

Old Model Files

  • best_harvest_detection_model_esa.pt - Earlier model variant
  • best_harvest_model.pt - Earlier model variant
  • harvest_detection_model_esa_None.pt - Experimental model
  • harvest_detection_config_esa_None.json - Config for experimental model
  • harvest_test_metadata_esa_None.csv - Test set metadata
  • harvest_train_metadata_esa_None.csv - Train set metadata

Documentation (Reference Only)

  • ACTION_PLAN.md - Early planning
  • CI_ONLY_IMPROVEMENTS.md - Feature exploration
  • DEPLOYMENT_README.md - Deployment notes
  • EXECUTIVE_SUMMARY.md - Project overview
  • IMPLEMENTATION_ROADMAP.md - Development roadmap
  • LSTM_HARVEST_EVALUATION.md - Evaluation notes
  • README_EVALUATION.md - Evaluation docs
  • TECHNICAL_IMPROVEMENTS.md - Technical notes
  • YOUR_FEEDBACK_SUMMARY.md - Feedback tracking

Old Data Files

  • lstm_complete_data_dedup.csv - Deduplicated data variant
  • lstm_test_data_cleaned.csv - Cleaned test data
  • lstm_train_data_cleaned.csv - Cleaned train data
  • data_cleaning_metadata.csv - Cleaning notes
  • trigger_analysis_summary.csv - Analysis results
  • in_season_predictions_*.csv - Old prediction results
  • hyperparameter_tuning_results.csv - Tuning history
  • feature_engineering_config.json - Feature config variant
  • prepare_lstm_data_from_rds.R - Old R data prep script
  • IN_SEASON_SIMULATION_README.txt - Old simulation docs

Current Active Workflow

For the current production harvest detection system, see:

  • Main folder (../): Clean working directory with current data files
  • experiment_framework/ (../experiment_framework/):
    • Phase 1, 2, 3 implementations
    • Model 307 (current production model)
    • Complete README: PRODUCTION_WORKFLOW.md

Archive created: December 12, 2025
All files preserved (nothing deleted)