Business Case Flashcards
1
Q
What are the 3 preprocessing steps and why we do them?
A
- Balance Dataset ->
- Divide the dataset into training, validation, and test -> prevent overfitting
- Save the data into a tensor friendly format
2
Q
What are the steps in successfully achieving this business case?
business case action plan
A
- Preprocess the data
- Create the machine learning algorithm
3
Q
What is balancing a dataset?
A
Balance the targets so the ML algorithm can learn the difference between both outcomes
4
Q
What are priors?
A
The percentage of outcomes for each class
example: if a dog / cat classification dataset has 80% cats and 20% dogs then the priors would be:
cats: 0.8
dogs: 0.2
5
Q
When is a dataset balanced?
A
When you have a 50% / 50% of the priors