Skip to content

Instantly share code, notes, and snippets.

View jayascript's full-sized avatar
🎯
Focusing

Jaya jayascript

🎯
Focusing
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[
{
"country_name": "Faroe Islands",
"country_code": "fo"
},
{
"country_name": "United States Minor Outlying Islands",
"country_code": "um"
},
{
@jayascript
jayascript / scrub_tweets.py
Created January 28, 2021 05:00
A small script for processing a dataset to prep for sentiment analysis.
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 11 22:30:00 2018
@author: jayascript
"""
import nltk
import numpy as np
import pandas as pd
@jayascript
jayascript / get_tweets.py
Created January 28, 2021 05:00
A small script used to combine tweets from two CSV files into one processed pickle file.
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 11 22:30:00 2018
@author: jayascript
"""
import langid
import pandas as pd
@jayascript
jayascript / data-science-process.md
Last active October 8, 2020 15:10
A basic outline of the steps I take to go from raw data to deployed model.

Data Science Process

Steps to take for a comprehensive analysis.

Stage 1: Define

Project background.

Step 1.1: Describe.