Skip to content
View linnahenry's full-sized avatar
🌸
🌸
Block or Report

Block or report linnahenry

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

  1. The_Real_Housewives_of_Bayesian_Statistics The_Real_Housewives_of_Bayesian_Statistics Public

    An analysis that explores the relationship between tenure and divorce on The Real Housewives

    1

  2. Inductive-Causation Inductive-Causation Public

    The Inductive Causation and IC* algorithms applied to a fake data set

    R

  3. Event-Detection-with-BINets Event-Detection-with-BINets Public

    This code detects events from news articles using BINets (this was programmed following the Microsoft paper of the same name)

    Python 1

  4. Lasso-and-Coordinate-Descent Lasso-and-Coordinate-Descent Public

    The lasso function (from scratch) to estimate parameters for an nxp matrix when p >> n

  5. 2x2-Factorial-Sample-Calculation 2x2-Factorial-Sample-Calculation Public

    This R code will help you determine what sample size is needed for a 2^2 factorial design

    R

  6. Naive_Bayes Naive_Bayes Public

    Naive Bayes Classifier algorithm (from scratch) to classify yelp ratings based on words.

    Python