Open in app
Home
Notifications
Lists
Stories

Write
Raizel Bernstein
Raizel Bernstein

Home

About

Published in Python in Plain English

·Oct 19, 2021

How to Make Your Color Palette with Matplotlib in Python

Customizing the colors on your matplotlib graph is super fun! Make sure to pip install colormap. 1. Classic See below: from matplotlib.colors import ListedColormap import pandas as pd import seaborn as sns import matplotlib.pyplot as plt %matplotlib inline 2. View the Color Palette Refer below: sns.color_palette()

Python

3 min read

How to Make Your Color Palette with Matplotlib in Python
How to Make Your Color Palette with Matplotlib in Python

Oct 17, 2021

Map of the US

Do you know the fifty nifty United States from thirteen original colonies? If you don’t, that’s ok, because we have google! Here is the tutorial I followed to create the US map in python. https://jcutrer.com/python/learn-geopandas-plotting-usmaps I’m going to go through ^ tutorial and add a couple things I couldn’t find…

Python

3 min read

Map of the US
Map of the US

May 17, 2021

More Than a Feeling — it’s a Rating

Boston ’Tis the season for adventure, specifically a ladies trip. A time to make somewhat post pandemic memories. My friends are all vaccinated so we’ve decided to visit our friend in Boston. “She said I think I’ll go to Boston” -Augustana Conveniently the weekend I’m traveling to Boston with the…

Boston

3 min read

More Than a Feeling — it’s a Rating
More Than a Feeling — it’s a Rating

Apr 27, 2021

April 25th

story not published on the 25th I was scrolling on twitter when following image caught my attention. Although, I can’t find the actual tweet :( here’s the screenshot resembling the image within the tweet. Now this is truly astonishing. One would think a movie with low score of 41% would…

3 min read

April 25th
April 25th

Apr 22, 2021

Getting Back Into Coding

I finished a data science bootcamp about 2 months ago, and I’d be lying if I said I spent those 2 months sharpening up my code skills. I needed to get back in the swing of things, and learning SQL from scratch was not keeping me entertained. [If I get…

Matplotlib

5 min read

Getting Back Into Coding
Getting Back Into Coding

Published in DataDrivenInvestor

·Jan 17, 2021

Load in Image Classification Data

a technical blog I searched for Image Classification data on Google. I came across a file with images of buildings, forest, glaciers, mountains, seas, and streets. If you click the link below you’ll see I used number 6, Intel Image Classification. Top 10 Image Classification Datasets for Machine Learning | Lionbridge AI To help you build object recognition models, scene recognition models, and more, we've compiled a list of the best…lionbridge.ai

Image Classification

5 min read

Load in Image Classification Data
Load in Image Classification Data

Published in DataDrivenInvestor

·Dec 31, 2020

Object Oriented Programming

Gingerbread Class It was December 25th, two thousand and twenty-two. The world was is in disarray. To remedy bad vibes radiating from 2020, I knew I needed to distract myself with something fun. I felt it was my job to bring joy back into my life, and the lives of…

Object Oriented

3 min read

Object Oriented Programming
Object Oriented Programming

Dec 29, 2020

How To Web Scrape

Using Python’s Beautiful Soup Step 1 Import BeautifulSoup import requests from requests import get from bs4 import BeautifulSoup import pandas as pd import numpy as np import pandas as pd Step 2 In this specific instance we’ll set the url to the Wikipedia page of the most recent bachelorette season (Season 16 — Clare…

Web Scraping

4 min read

How To Web Scrape
How To Web Scrape

Dec 14, 2020

Lay the Foundation Before “Just Google It”

An argument for what needs to happen before you can “Just Google It” Disclaimer: I love surfing Google. Google’s CEO and I share an alma mater. I have distant relatives who work at Google. Two of my college roommates work at Google. One of them brought me a Google sweater…

Google

4 min read

Lay the Foundation Before “Just Google It”
Lay the Foundation Before “Just Google It”

Dec 11, 2020

Matrix Multiplication

visuals Here are visual representations of matrix multiplications:

Matrix

1 min read

Matrix Multiplication
Matrix Multiplication

Matrix Multiplication

visuals

Here are visual representations of matrix multiplications:

--

--

Raizel Bernstein

Raizel Bernstein

Aspiring Data Scientist

Following
  • Barack Obama

    Barack Obama

  • Julia Hotz

    Julia Hotz

  • Justin Morgan Williams

    Justin Morgan Williams

  • Ismael Araujo

    Ismael Araujo

  • Francisco Andaur

    Francisco Andaur

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable