Skip to content

HolmesProcessing/Holmes-Analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holmes-Analytics

This project is currently under heavy development and is part of Google Summer of Code 2017.

Overview

The goal of this project is to implement a semi-generic interface that enables Holmes Processing to manage the execution of advanced statistical and machine learning analysis operations.

Installation

Manual (recommended)

  1. Clone the Git Repository and Change Directory
$ git clone https://github.com/HolmesProcessing/Holmes-Analytics.git
$ cd Holmes-Analytics
  1. Compile Holmes-Analytics using SBT to download all dependencies and compile the source into a working JAR file.
$ sbt assembly

The assembled jar file will be located in ./target/scala-2.11/Holmes-Analytics-assembly-0.1.jar

  1. Copy config/analytics.conf.example to config/analytics.conf and perform any adjustments to the configuration to match your environment and needs.

  2. Execute via

$ java -jar ./target/scala-2.11/Holmes-Analytics-assembly-0.1.jar ./config/analytics.conf

Configuration

All necessary configuration can be done via the config/analytics.conf file.

About

Analytic Planner for orchestrating advanced analyses and human interfaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published