Spaces:
Running
Running
File size: 478 Bytes
be00999 05cfe8c 855bff2 3e2709e 357994a 938a35d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# 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 hopsworks pandas streamlit plotly huggingface_hub |