kaiwenyao commited on
Commit
1d427d7
·
verified ·
1 Parent(s): 3be7598

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
  ## `.pkl` 文件是什么?
5
 
@@ -61,5 +63,4 @@ def predict_bikes(station_id, capacity, lat, lon,
61
 
62
  prediction = model.predict(input_data)
63
  return int(round(prediction[0]))
64
- ```
65
-
 
1
  ---
2
  license: mit
3
+ language:
4
+ - zh
5
  ---
6
  ## `.pkl` 文件是什么?
7
 
 
63
 
64
  prediction = model.predict(input_data)
65
  return int(round(prediction[0]))
66
+ ```