Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • SDK4ED WikiSDK4ED Wiki
  • Wiki Home
  • Wiki
  • Forecaster Toolbox Usage

Forecaster Toolbox Usage · Changes

Page history
Update Forecaster Toolbox Usage authored Nov 09, 2020 by Dimitris Tsoukalas's avatar Dimitris Tsoukalas
Hide whitespace changes
Inline Side-by-side
Forecaster-Toolbox-Usage.md
View page @ 45afc116
......@@ -4,7 +4,7 @@ In this example we want to predict TD Principal of the [Apache Kafka](https://gi
Once the server is running, open your web browser and navigate to the following URL:
http://127.0.0.1:5000/ForecasterToolbox/TDForecasting?horizon=10&project=apache_kafka_measures&regressor=auto&ground_truth=no&test=no
http://127.0.0.1:5000/ForecasterToolbox/TDForecasting?horizon=10&project=apache_kafka&regressor=auto&ground_truth=no&test=no
The response of the submitted command is a JSON object containing the forecasted TD values of the Apache Kafka test project for versions 151 to 160 (10 steps) ahead, using the Ridge regressor, which the back-end selected as the most appropriate model for this occasion. This JSON object is illustrated below:
......@@ -71,7 +71,7 @@ In this example we want to predict Energy Consumption of the [Sbeamer Gapbs](htt
Once the server is running, open your web browser and navigate to the following URL:
http://127.0.0.1:5000/ForecasterToolbox/EnergyForecasting?horizon=5&project=sbeamer_gapbs_energy_measures&regressor=auto&ground_truth=no&test=no
http://127.0.0.1:5000/ForecasterToolbox/EnergyForecasting?horizon=5&project=sbeamer_gapbs&regressor=auto&ground_truth=no&test=no
The response of the submitted command is a JSON object containing the forecasted Energy values of the Sbeamer Gapbs test project for versions 61 to 65 (5 steps) ahead, using the Lasso regressor, which the back-end selected as the most appropriate model for this occasion. This JSON object is illustrated below:
......@@ -118,7 +118,7 @@ In this example we want to predict Security Index of the [Square Retrofit](https
Once the server is running, open your web browser and navigate to the following URL:
http://127.0.0.1:5000/ForecasterToolbox/DependabilityForecasting?horizon=10&project=square_retrofit_security_measures&regressor=auto&ground_truth=no&test=no
http://127.0.0.1:5000/ForecasterToolbox/DependabilityForecasting?horizon=10&project=square_retrofit&regressor=auto&ground_truth=no&test=no
The response of the submitted command is a JSON object containing the forecasted Security Index values of the Square Retrofit test project for versions 101 to 110 (10 steps) ahead, using the Ridge regressor, which the back-end selected as the most appropriate model for this occasion. This JSON object is illustrated below:
......
Clone repository
  • Advanced
  • Architectural Toolbox Description
  • Architectural Toolbox Front End
  • Architectural Toolbox Home
  • Architectural Toolbox Installation
  • Architectural Toolbox Usage
  • Decision Support Toolbox Description
  • Decision Support Toolbox Front end
  • Decision Support Toolbox Installation
  • Decision Support Toolbox Usage
  • Decision Support Toolbox
  • Energy Toolbox Description
  • Energy Toolbox Front end
  • Energy Toolbox Installation
  • Energy Toolbox Usage
View All Pages