Leah Lee

Results 16 issues of Leah Lee

It would be good to have notes for instructions for windows users. There were some trouble shooting with windows users and asking windows user to share screen and troubleshoot worked...

During break, make sure participants have / (or help them make) GitHub account

- Instruction materials need to be reordered to: bash - git hub token + account - git Introduction was excellent! - Asking affiliations in the beginning and experience level with...

To show if balances are different for default status: plot(default$balance ~ default$default)

Solutions for 04_regularization should include: # Import data penguins % filter(!is.na(bill_length_mm)) # Set seed set.seed(23) # Perform split penguin_split % initial_split(prop = 0.80) penguins_train

I think this line of code might not work: From Readme: Optional: if you're familiar with git, you can instead clone this repository by opening a terminal and entering git...

Towards the end of Python fundamentals Day 2, some participants did not have pandas installed. Should we include pandas installation guideline somewhere in the workshop?

For some lines of importing packages, tensorflow needs to be added before keras change "from keras.utils import to_categorical" to -> "from tensorflow.keras.utils import to_categorical"

The instruction does not have installation instruction for tensor flow for Datahub and Datahub does not seem to have Tensorflow installed as default (Either instruction or data hub need to...