Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save ElSnoMan/4008d430a096878a5f3c85499cdf32eb to your computer and use it in GitHub Desktop.
Save ElSnoMan/4008d430a096878a5f3c85499cdf32eb to your computer and use it in GitHub Desktop.
All of the links, references, etc., for my course

Introduction to Testing Machine Learning Models

📗 Google Drive with the code and files needed to follow along

😎 Free Course by @CarlosKidman

Chapter 1

What is Machine Learning?

No links

Chapter 2

Build a Machine Learning Model

📗 Google Colab Notebook: Predict House Prices

Download the train.csv and test.csv from the Google Drive

Chapter 3

Where do Testers fit in Machine Learning?

References

Chapter 4

Adversarial Attacks

📗 Google Colab Notebook: Adversarial Attacks

References

Chapter 5

Behavioral Attacks

📗 Google Colab Notebook: Behavioral Attacks

References

Chapter 6

Fair and Responsible AI

References

Chapter 7

Machine Learning Models in Production

💡 Takeaway terms: Machine Learning Systems and MLOps

References

@rl17
Copy link

rl17 commented Jan 1, 2023

I went through this course at Test Automation University. Thanks a lot for making it available.

The wording of the following question in chapter 6 got me confused:
«1. Historical Bias occurs when the state of the world in which the data was generated was flawed»
The correct answer was that this statement is true.

Is the word «flawed» used appropriately here? In particular, should it be applied to «the state of the world»?

I based my answer on the assumption that the cause of historical bias is that the state of the world changes and therefore data sampled from it can become outdated. It seems to me that this has little to do with data or «the state of the world» being flawed at some point in the past.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment