Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ model_description: >
|
|
48 |
prediction = model.predict([[N, P, K, pH, temperature, rainfall, humidity]])
|
49 |
print("Recommended Crop:", prediction)
|
50 |
metrics:
|
51 |
-
- accuracy
|
52 |
language:
|
53 |
- en
|
54 |
pipeline_tag: question-answering
|
|
|
48 |
prediction = model.predict([[N, P, K, pH, temperature, rainfall, humidity]])
|
49 |
print("Recommended Crop:", prediction)
|
50 |
metrics:
|
51 |
+
- accuracy
|
52 |
language:
|
53 |
- en
|
54 |
pipeline_tag: question-answering
|