GenAICoder commited on
Commit
60a09dc
·
verified ·
1 Parent(s): 08b90d4

Update analytics/ai_assistant.py

Browse files
Files changed (1) hide show
  1. analytics/ai_assistant.py +1 -0
analytics/ai_assistant.py CHANGED
@@ -14,6 +14,7 @@ HF_TOKEN = os.environ.get("HUGGINGFACE_API_TOKEN")
14
  HF_MAX_TOKENS = int(os.environ.get("HF_MAX_TOKENS", 512))
15
  HF_TEMPERATURE = float(os.environ.get("HF_TEMPERATURE", 0.3))
16
 
 
17
 
18
  def _detect_date_column(df: pd.DataFrame):
19
  candidates = [
 
14
  HF_MAX_TOKENS = int(os.environ.get("HF_MAX_TOKENS", 512))
15
  HF_TEMPERATURE = float(os.environ.get("HF_TEMPERATURE", 0.3))
16
 
17
+ RISK_METRICS = ["30+@3", "30+@6", "60+@6", "Yr1 NCL"]
18
 
19
  def _detect_date_column(df: pd.DataFrame):
20
  candidates = [