AIIASpace / test.py
ArxAlfa
Update model weights and Docker image
9b694a7
raw
history blame contribute delete
No virus
109 Bytes
import pandas as pd
test_data = pd.read_csv("dataset/agricultural_yield_test.csv")
print(test_data.head())