bethelchoto commited on
Commit
9f0036e
1 Parent(s): 1f6e586

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ with open(os.path.join(model_dir, 'README.md'), 'w') as f:
2
+ f.write("# Stacking Model\nThis is a stacking model trained on agricultural yield data.")
3
+
4
+ with open(os.path.join(model_dir, 'requirements.txt'), 'w') as f:
5
+ f.write("scikit-learn\nxgboost\njoblib\n")