poudel commited on
Commit
42f9c3f
·
verified ·
1 Parent(s): 9bc9436

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ model = joblib.load('fuel_burn_model.pkl')
76
 
77
  # Example input data
78
  input_data = pd.DataFrame({
79
- 'Truck_ID': [0], # Truck_ID
80
  'Kms': [100000], # Kilometers driven
81
  'Litros': [150] # Fuel consumption in liters
82
  })
 
76
 
77
  # Example input data
78
  input_data = pd.DataFrame({
79
+ 'Truck_ID': [0], # Use the numerical representation of the Truck ID(1,2,3)
80
  'Kms': [100000], # Kilometers driven
81
  'Litros': [150] # Fuel consumption in liters
82
  })