Giter VIP home page Giter VIP logo

backburner's Introduction

Hi ๐Ÿ‘‹, I'm Shamindra Shrotriya

  • ๐Ÿ›๏ธ Principal Data Scientist at Walmart (Retail Intelligence)

  • ๐Ÿซ I graduated with a PhD in Statistics & Data Science from Carnegie Mellon University (CMU), advised by Prof. Matey Neykov.

  • ๐Ÿ”ญ In my research enjoy working on location-scale estimation, shape constrained estimation, and spatiotemporal modeling (wildfire prediction). I really enjoy learning statistical concepts deeply by listening to experts, or trying to explain them clearly.

  • ๐Ÿ“ I regulary blog (mostly statistics related) on my website

  • ๐Ÿ“„ Know about my experiences CV

  • ๐Ÿ˜„ Pronouns: He/Him/His

Please browse around, and feel free to get in touch for any collaborations.

shamindras

backburner's People

Contributors

capnrefsmmat avatar mr8nd avatar shamindras avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

backburner's Issues

DAT: Include area calculations for grid data

  • For tigris transform code need to include 3 additional columns:
  • area_sq_meters
  • area_sq_kilometers
  • area_sq_miles

This should be done for tigris_states, tigris_counties, tigris_military sf objects.

  • Change the line:
    ln(agg_data.area_burned_acres) AS fire_acres_burned_log,

to (by coercing NULL to a float) before taking the LN

LN(agg_data.area_burned_acres::float) AS fire_acres_burned_log,

Remove Travis.yml and include Github Actions

  • The existing travis.yml keeps throwing an error due to an issue with the installation of the units package. Just remove travis.yml references from the repo
  • Switch to Github Actions using the usethis package.
  • Follow the tidyverse labels and code of conduct

DAT: Create query template generator

  • Create a query generator function for this subquery
  • Assert that we pass in spatial radial degree distance using d.d format
  • Assert that we default to 180 days, we can create a new function for other
    number of days
  • Assert that we specify a location of where we want to store the query. Have a logical (default = FALSE) to ensure whether we want to store the query or not
  • Add a 3 day lag flag, a 3 month lag flag etc
  • Ensure we add a DROP TABLE IF EXISTS ; code

DOC: GHCN Stations + README

  • Add vignette for transforming `GHCN stations
  • Update code to download GHCN stations and transform
  • Add Nic and Alex as authors/maintainers
  • Update README and ensure we add purpose clearly

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.