Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Supervised machine learning for changepoint detection

NotificationsYou must be signed in to change notification settings

tdhock/penaltyLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

294 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms for supervised learning of penalty functions for change-point detection

https://github.com/tdhock/penaltyLearning/workflows/R-CMD-check/badge.svg

This R package provides a practical implementation of the algorithms described in our ICML’13 paper,Learning Sparse Penalties for Change-point Detection using Max Margin Interval Regression. This package can be used to learn a penalty function for predicting highly accurate changepoints in labeled data sets such asneuroblastoma. The main advantage of this method is increased accuracy, relative to unsupervised methods (such as information criteria: AIC, BIC, etc). In particular, since we have labels that indicate where there should and should not be changepoints, we can use them to learn a highly accurate penalty function which minimizes the number of incorrectly predicted labels. The learned penalty function can be used for predicting the number of changepoints in other data (even in data without labels).

Installation

From CRAN:

install.packages("penaltyLearning")

From GitHub:

if(!require(devtools))install.packages("devtools")devtools::install_github("tdhock/penaltyLearning")

Usage

See my useR2017 tutorial onSupervised changepoint detection [video], which explains how to use penaltyLearning in detail. [GitHub repo with links to additional course materials]

About

Supervised machine learning for changepoint detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2026 Movatter.jp