Update README.md
Browse files
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 |
+
```
|
|
|