Determine other quality threshold? #30

Open
opened 2025-04-30 14:08:50 +00:00 by foefl · 0 comments
Owner

combination of following paramters:

  • start_date = None
  • company_ids = [1027, 5661, 1024]

lead to following results:

{
  "response": {
    "daten": [
      {
        "jahr": 2025,
        "monat": 5,
        "vorhersage": 164080.859375
      },
      {
        "jahr": 2025,
        "monat": 6,
        "vorhersage": 164080.859375
      },
      {
        "jahr": 2025,
        "monat": 7,
        "vorhersage": 164080.859375
      },
      {
        "jahr": 2025,
        "monat": 8,
        "vorhersage": 165415.78125
      },
      {
        "jahr": 2025,
        "monat": 9,
        "vorhersage": 165849.5
      },
      {
        "jahr": 2025,
        "monat": 10,
        "vorhersage": 166464.25
      }
    ]
  },
  "status": {
    "code": 0,
    "description": "Erfolg",
    "message": "",
    "api_server_error": null
  }
}

the quality for the first three months does not seem to be sufficient

combination of following paramters: - `start_date = None` - `company_ids = [1027, 5661, 1024]` lead to following results: ``` { "response": { "daten": [ { "jahr": 2025, "monat": 5, "vorhersage": 164080.859375 }, { "jahr": 2025, "monat": 6, "vorhersage": 164080.859375 }, { "jahr": 2025, "monat": 7, "vorhersage": 164080.859375 }, { "jahr": 2025, "monat": 8, "vorhersage": 165415.78125 }, { "jahr": 2025, "monat": 9, "vorhersage": 165849.5 }, { "jahr": 2025, "monat": 10, "vorhersage": 166464.25 } ] }, "status": { "code": 0, "description": "Erfolg", "message": "", "api_server_error": null } } ``` **the quality for the first three months does not seem to be sufficient**
foefl added the
question
label 2025-04-30 14:08:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: delta-barth/delta-barth-py#30
No description provided.