Skip to content
View sharash's full-sized avatar

Organizations

@Core-Bioinformatics

Block or report sharash

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. subspace-outlier-detection subspace-outlier-detection Public

    A Julia implementation of Outlier Detection in Axis-Parallel Subspaces of High Dimensional Data, Kriegel et al., 2009.

    Jupyter Notebook 1

  2. Core-Bioinformatics/ClustAssess Core-Bioinformatics/ClustAssess Public

    Tools for assessing clustering robustness

    R 21 3

  3. Calculate p-values and confidence in... Calculate p-values and confidence intervals for sklearn linear regression
    1
    import numpy as np
    2
    from scipy.stats import t
    3
    import pandas as pd
    4
    
                  
    5
    def linear_regression_summary(model, data, response, alpha=0.05):
  4. convex-short-course-julia convex-short-course-julia Public

    Code for solving some convex optimization problems

    Jupyter Notebook