Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 570 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 570 Bytes

Prediction framework demo

TODO general info

Files

  • demo.R: demo example which shows how to build a dataset and use the provided prediction functions.
  • build_dataset.R: script with function for building datasets, contains additional information for optional parameters.
  • shapes.R: defines shape functions and contains code for standardization.
  • prediction.R: contains example prediction methods.

Dependencies