Skip to content
View farach's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report farach

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. huggingfaceR huggingfaceR Public

    Hugging Face state-of-the-art models in R

    R 136 17

  2. anti_fraud_tidymodels anti_fraud_tidymodels Public

    2 2

  3. pep_talk.R pep_talk.R
    1
    pep_talk <- function() {
    2
      read.csv("https://raw.githubusercontent.com/farach/pep/main/pep_talk.csv") |> 
    3
        purrr::map_chr(~ sample(.x, 1)) |> 
    4
        glue::glue_collapse(sep = " ")
    5
    }
  4. Bruce Springsteen music analysis plot Bruce Springsteen music analysis plot
    1
    library(spotifyr)
    2
    library(tidyverse)
    3
    library(lubridate)
    4
    library(glue)
    5
    library(geniusr)
  5. Web scraping glassdoor review, using... Web scraping glassdoor review, using spacy for NLP, plotting evolution of reviews
    1
    ---
    2
    title: "Using SpacyR on scraped glassdoor reviews"
    3
    author: "Alex Farach"
    4
    date: "10/17/2021"
    5
    output: html_document
  6. STEM Occupations and Wages, BLS.gov/... STEM Occupations and Wages, BLS.gov/OES data
    1
    library(tidyverse)
    2
    library(colorplaner)
    3
    library(scales)
    4
    
    
    5
    tmp <- tempfile()