Skip to content

B0B36JUL-FinalProjects-2022/Projekt_perinja2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PredNets

Build Status

Description

This package allows to simulate distributed timeseries modelling on graph of predictors.

Configuration

In ordger to run the simulation a predictor graph must be apriori created.

It is possible to create the graph manually, or using .yaml config file. The structure of the config file is as following:

process:
    - vector
    - vector
        ...
    - vector
nodes:
    - <model description>
edges:
-
    - U
    - V
...

For more informations see documentation or example

Tests

In order to run tests, either run runtests.jl within REPL, or run

julia -i test/runtests.jl

Examples

In examples are two example scripts, that can be ran from REPL or directly using julia. The minimal_example.jl runs simulation of linearly increasing process on 3 connected nodes. The airline_passengers.jl simulates network of four models on popular airline passengers dataset.

Documentation

For more information check out the documentation.

About

Time series forecasting on prediction networks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages