Spaces:
Build error
Build error
Update functions.py
Browse files- functions.py +0 -5
functions.py
CHANGED
|
@@ -10,11 +10,6 @@ import pandas as pd
|
|
| 10 |
from dotenv import load_dotenv
|
| 11 |
load_dotenv()
|
| 12 |
|
| 13 |
-
# API key requested from the IQAir website
|
| 14 |
-
# AIR_QUALITY_API_KEY = "794ac24a-edae-4d19-8ce9-7faf880cc303"
|
| 15 |
-
|
| 16 |
-
# API key requested from VisualCrossing website
|
| 17 |
-
# WEATHER_API_KEY = "582P2T7XUZWW6FGWEQK2W68LF"
|
| 18 |
|
| 19 |
def decode_features(df, feature_view):
|
| 20 |
"""Decodes features in the input DataFrame using corresponding Hopsworks Feature Store transformation functions"""
|
|
|
|
| 10 |
from dotenv import load_dotenv
|
| 11 |
load_dotenv()
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
def decode_features(df, feature_view):
|
| 15 |
"""Decodes features in the input DataFrame using corresponding Hopsworks Feature Store transformation functions"""
|