Skip to content
View bakermoran's full-sized avatar

Block or report bakermoran

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. BayesABTest BayesABTest Public

    A simple to use AB testing framework that lets anyone perform bayesian data analysis

    Python 21 3

  2. ab-test-sample-size-backend ab-test-sample-size-backend Public

    A very simple website to host a calculator for a bayesian sample size estimate

    Python

  3. bakers_personal_site bakers_personal_site Public

    My personal website - built using Gatsby

    TypeScript

  4. simple_good_reads_replica simple_good_reads_replica Public

    In order to help me learn Ruby/Rails, I decided to make a very simple working version of the app Goodreads

    Ruby

  5. text-classifier text-classifier Public

    An implementation of a naive Bayesian text classifier

    Python

  6. git config with aliases git config with aliases
    1
    [alias]
    2
      default-branch = "!git symbolic-ref refs/remotes/origin/HEAD | cut -f4 -d/"
    3
      amend = commit --amend --no-edit
    4
      base = rebase -i $(git default-branch)
    5
      br = !git for-each-ref --color=always --sort=-committerdate refs/heads --format='%(HEAD)%(color:yellow)%(refname:short)|%(color:bold green)%(committerdate:relative)|%(color:red)%(objectname:short)|%(color:blue)%(subject)|%(color:magenta)%(authorname)%(color:reset)'|column -ts'|'