Skip to content

Continuous Intelligence

This site provides documentation for this project. Use the navigation to explore module-specific materials.

How-To Guide

Many instructions are common to all our projects.

See Workflow: Apply Example to get these projects running on your machine.

Project Documentation Pages (docs/)

  • Home - this documentation landing page
  • Project Instructions - instructions specific to this module
  • Your Files - how to copy the example and create your version
  • Glossary - project terms and concepts

Custom Project

Dataset

  • I used the provided dataset, system_metrics_timeseries_case.csv
  • includes: timestamp, requests, errors, total latency

Signals

  • No new signals created

Experiments

  • I updated the window size from 3 to 4 to see how results changed.

Results

  • Output column values varied slightly, but nothing of note. Most values increased.

Interpretation

  • Changing the window size will effect returned values. A large window size casts a larger net.

Additional Resources