2.3 KiB
2.3 KiB
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 implementation11_data_cleaning_labeling.ipynb- Data preparation exploration12_model_training_prediction.ipynb- Initial training experiments
Old Model Files
best_harvest_detection_model_esa.pt- Earlier model variantbest_harvest_model.pt- Earlier model variantharvest_detection_model_esa_None.pt- Experimental modelharvest_detection_config_esa_None.json- Config for experimental modelharvest_test_metadata_esa_None.csv- Test set metadataharvest_train_metadata_esa_None.csv- Train set metadata
Documentation (Reference Only)
ACTION_PLAN.md- Early planningCI_ONLY_IMPROVEMENTS.md- Feature explorationDEPLOYMENT_README.md- Deployment notesEXECUTIVE_SUMMARY.md- Project overviewIMPLEMENTATION_ROADMAP.md- Development roadmapLSTM_HARVEST_EVALUATION.md- Evaluation notesREADME_EVALUATION.md- Evaluation docsTECHNICAL_IMPROVEMENTS.md- Technical notesYOUR_FEEDBACK_SUMMARY.md- Feedback tracking
Old Data Files
lstm_complete_data_dedup.csv- Deduplicated data variantlstm_test_data_cleaned.csv- Cleaned test datalstm_train_data_cleaned.csv- Cleaned train datadata_cleaning_metadata.csv- Cleaning notestrigger_analysis_summary.csv- Analysis resultsin_season_predictions_*.csv- Old prediction resultshyperparameter_tuning_results.csv- Tuning historyfeature_engineering_config.json- Feature config variantprepare_lstm_data_from_rds.R- Old R data prep scriptIN_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)