• image

    Headline Language Analysis

    Classification of news stories as satire or real based on patterns in the language and length of the headline.

    Recent debate over fake news makes it important to have a method of identifying the validity of headlines. Especially with the nature of the contemporary political atmosphere, satire and real news are increasingly difficult to differentiate.
    I Created a K-NN model that analyzes the language in headlines and classifies them as real or satirical news.
    I first cleaned a dataset of headlines (from Kaggle) from serious and satirical outlets then analyzed the correlation between language, word count, and title length and whether or not the article is satirical. Used this correlation to classify new headlines.
    View Repository

  • image

    School Staffing Optimization

    A model which optimizes California public school districts' financial resource allocations toward different personnel categories for the purpose of academic achievement maximization.

    We used scikit-learn to create a model that predicting the association between California school districts’ financial resource allocations and student academic achievement. The model was run through an optimization algorithm to identify the ideal staff distributions that maximizes achievement
    View Repository

  • image

    Worth It

    A Python application that locates nearby gas stations using the Google Maps API and tells the user where its most economical to fill their tank by weighing cost per gallon and distance from user.

    Calculated the time and gas lost by traveling to each location to identify the most efficient location to refill at.
    View Repository