Skip to content
View alexland's full-sized avatar

Block or report alexland

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fp-growth-for-frequent-itemsets fp-growth-for-frequent-itemsets Public

    compact encoding & very fast retrieval of frequent item sets with FP-Growth

    Jupyter Notebook 12 9

  2. similarity-metrics similarity-metrics Public

    functions to determine pair-wise "similarity" of two vectors by calculating distance in various metric spaces

    Python 6

  3. decisionTree-npgv decisionTree-npgv Public

    recursive descent parser based on C4.5, implemented using python + numpy (computation engine) and graphviz (tree layout + rendering)

    Python 5 2

  4. kPCA kPCA Public

    several spectral-based matrix decomposition techniques, coded in Python/NumPy, for segmentation/clustering, dimension reduction

    Python 4

  5. coroutine-based-etl coroutine-based-etl Public

    a lightweight modular framework for data processing using python coroutines

    Python 1

  6. foldLeft-in-scala foldLeft-in-scala Public

    many examples of the foldLeft method in scala

    Scala