Giter VIP home page Giter VIP logo

projprep's Introduction

๐Ÿ‘‹ Hi! I'm Andrew.

I currently lead data, analytics, and machine learning teams at Renaissance Learning.

Throughout my career I've built tools to help teachers and school system leaders use data and information systems for improvement. I started as a public school teacher in the Bronx through Teach for America, helped found a college prep high school in Newark, and led data, research and technology for the Newark Public Schools.

I had the pleasure of growing the data function at Alloy from the ground up, where I led the machine learning, data warehousing and data analysis teams, serving models in production that identified fraud and money laundering in the financial system.

I'm deeply passionate about public education, and dream of a future with a more effective and more equitable systems of schools. In Newark, I had a front-row seat for a particularly bold and contentious period in school reform - you might have read about it!

I'm a product of the University of Chicago. I live in Princeton, NJ with my amazing, talented wife Kerry and our four children.

I'm the author and maintainer of several open source educational tools, particularly njschooldata, which wraps the hodgepodge of NJ educational data into a consistent, tidy interface you can work with in R.

Ten years on, I'm still carrying a torch for google reader๐Ÿชฆ. In the absence of the magic "share with friends" button, I'm the proprieter of weird charts, a love letter to strange and/or captivating charts that I've encountered on the web. I'm also running a podcast curation and sharing project, safe to eat.

Email at [email protected] is best if you'd like to say hi! And if you'd like to send me unsolicited sales messages, we'll always have linkedin.

projprep's People

Contributors

almartin82 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

nicholasgmartin

projprep's Issues

get position eligibility from the yahoo api

per issue #15 (last issue to close for projprep 0.3!), it's important to get positional eligibility right. because I am loathe to do anything manually when it is scriptable, let's pull these down from from the yahoo API.

this seems simple enough - player status is
select * from fantasysports.players where game_key = 357
using yahoo's query language, and that can be wrapped into a RESTful call by hitting
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20fantasysports.games%20where%20game_key%3D%22357%22&format=json&diagnostics=true&callback=

roughly:

  • figure out how to hit that endpoint using httr
  • process the json
  • figure out the pagination of the api (currently returns 25 players a go)
  • store everything so it can be used by projprep

Unable to pull Steamer

I'm getting the following error message: "Error in names(df)[2] <- "fg_note" :
'names' attribute [2] must be the same length as the vector [1]"

add encoding to id_map

R CMD check yells about non-ascii characters:

* checking data for non-ASCII characters ... WARNING
  Warning: found non-ASCII strings
  'Pedro B<c3><a1>ez' in object 'id_map'
  'Manny Ba<c3><b1>uelos' in object 'id_map'
  'Aar<c3><b3>n Brooks' in object 'id_map'
  'Arqu<c3><ad>medes Caminero' in object 'id_map'

this can apparently be solved by adding encoding info.
@chrishaid thought you might find this tidbit about CMD check interesting.

matt duffy problem

what I thought was an error in the projections for #26 is actually... just how things are going. fangraphs (a reasonably complete but not outlandish projection universe) has 13 name collsions:

table(pos_df$fullname)[table(pos_df$fullname) > 1] %>% sort()

     Carlos Perez    Carlos Sanchez Christian Vazquez  Daniel Robertson 
                2                 2                 2                 2 
    Jesus Montero     Jose Gonzalez     Jose Martinez        Juan Perez 
                2                 2                 2                 2 
       Matt Duffy    Michael Miller    Michael Taylor     Tanner Murphy 
                2                 2                 2                 2 
      Tyler Moore 
                2 

I think our playerid match functions should pre-process these names, and attempt to match on name/team...

some projection data lists players twice

ie razzball steamer, which has a projection for both matt duffy as a giant and a texan?!

write a data cleaning function to return the projection with more AB/IP.

zips is broken

because it doesn't project saves, all save zscores are NaN, which causes lots of problems. fix that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.