Skip to content

kokikwbt/facets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facets

Pyhton inplementation of:

  1. Facets: Fast Comprehensive Mining of Coevolving High-order Time Series [PDF],
  2. Fast Mining of a Network of Coevolving Time Series [PDF].

Facets

Given a Network of High-order Time Series (Net-Hits), this algorithm can recover its missing parts indicated by the indicator tensor W or predict t time step after X.

class facets.Facets

Methods

__init__(self, X, ranks, weights)
Parameters:
  • X: nd-array
    • tensor of shape N_1 x N_2 x ... x T
  • ranks: int list
    • size of latent tensor Z (i.e., len(ranks) == tensor.ndim)
  • weights: float list
    • weight of contextual information for each mode of X.
      if weight = 0, then the contextual information is ignored.
      if weight = 1, then only the contextual information included to learn observation tensor U.

DCMF

The dynamic contextual matrix factorization algorithm encodes both contextual information and temporal dynamics. It is a special case of Facets algorithm where the order of input tensor M = 1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages