Spaces:
Sleeping
Sleeping
File size: 428 Bytes
b82d2c0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Feature store and model registry hopsworks # Resolve city names from (longitude, latitude) coordinates geopy==2.4.1 # Read weather data. Unpinned version - if we don't update, we won't get the weather data openmeteo-requests # Be more efficient when making REST (Http) requests requests-cache==1.2.0 retry-requests==2.0.0 # ML framework libraries xgboost==2.0.3 scikit-learn==1.4.1.post1 # Plot charts matplotlib==3.8.3 |