market_pred_model / README.md
bethelchoto's picture
Create README.md
9f0036e verified

with open(os.path.join(model_dir, 'README.md'), 'w') as f: f.write("# Stacking Model\nThis is a stacking model trained on agricultural yield data.")

with open(os.path.join(model_dir, 'requirements.txt'), 'w') as f: f.write("scikit-learn\nxgboost\njoblib\n")