Perceptron

Priya Rammohan
Feb 25, 2021

What happens if you forget to change the categorical values ?

You would land in a Linear Regression error in Stack Overflow.

what do you do with square brackets in a dataframe (df) ?

  • apply filters on columns . df[df[“species”] == ‘flamingo’]
  • selects a few samples. df.loc[[2,50,60]]

--

--