@ -7,7 +7,7 @@ Add a sketchnote if possible/appropriate
[](https://youtu.be/dnC8-uUZXSc "Microsoft's Approach to Responsible AI")
The lessons in this section cover types of Regression in the context of machine learning. Regression models can help determine the relationship between variables. This type of model can predict values such as length, temperature, or age, thus uncovering relationships between variables as it analyzes datapoints.
@ -177,7 +177,7 @@ Congratulations, you just built your first Linear Regression model, created a pr
## 🚀Challenge
Plot a different variable from this dataset. Hint: edit this line: `X = X[:, np.newaxis, 2]`. Given this dataset's target, what are you able to discover about the progression of diabetes as a disease?
So far you have explored what regression is with sample data gathered from the pumpkin pricing dataset that we will use throughout this unit. You have also visualized it using Matplotlib. Now you are ready to dive deeper into regression for ML. In this lesson, you will learn more about two types of regression: basic linear regression and polynomial regression, along with some of the math underlying these techniques.
@ -249,7 +249,7 @@ It does make sense! And, if this is a better model than the previous one, lookin
Test several different variables in this notebook to see how correlation corresponds to model accuracy.
@ -218,7 +218,7 @@ In future lessons on classifications, you will learn how to iterate to improve y
## 🚀Challenge
There's a lot more to unpack regarding Logistic Regression! But the best way to learn is to experiment. Find a dataset that lends itself to this type of analysis and build a model with it. What do you learn? tip: try [Kaggle](https://kaggle.com) for interesting datasets.
"title":"Lesson 1 - Intro to ML: Post-Lecture Quiz",
"quiz":[
{
"questionText":"q1",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"false"
},
{
"answerText":"b",
"isCorrect":"true"
},
{
"answerText":"c",
"isCorrect":"false"
}
]
},
{
"questionText":"q2",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"true"
},
{
"answerText":"b",
"isCorrect":"false"
}
]
},
{
"questionText":"q3",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"false"
},
{
"answerText":"b",
"isCorrect":"true"
},
{
"answerText":"c",
"isCorrect":"false"
}
]
}
]
},
{
"id":4,
"title":"Lesson 1 - Intro to ML: Post-Lecture Quiz",
"quiz":[
{
"questionText":"q1",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"false"
},
{
"answerText":"b",
"isCorrect":"true"
},
{
"answerText":"c",
"isCorrect":"false"
}
]
},
{
"questionText":"q2",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"true"
},
{
"answerText":"b",
"isCorrect":"false"
}
]
},
{
"questionText":"q3",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"false"
},
{
"answerText":"b",
"isCorrect":"true"
},
{
"answerText":"c",
"isCorrect":"false"
}
]
}
]
},
{
"id":5,
"title":"Lesson 1 - Intro to ML: Post-Lecture Quiz",
"quiz":[
{
"questionText":"q1",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"false"
},
{
"answerText":"b",
"isCorrect":"true"
},
{
"answerText":"c",
"isCorrect":"false"
}
]
},
{
"questionText":"q2",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"true"
},
{
"answerText":"b",
"isCorrect":"false"
}
]
},
{
"questionText":"q3",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"false"
},
{
"answerText":"b",
"isCorrect":"true"
},
{
"answerText":"c",
"isCorrect":"false"
}
]
}
]
},
{
"id":6,
"title":"Lesson 1 - Intro to ML: Post-Lecture Quiz",
"quiz":[
{
"questionText":"q1",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"false"
},
{
"answerText":"b",
"isCorrect":"true"
},
{
"answerText":"c",
"isCorrect":"false"
}
]
},
{
"questionText":"q2",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"true"
},
{
"answerText":"b",
"isCorrect":"false"
}
]
},
{
"questionText":"q3",
"answerOptions":[
{
"answerText":"a",
"isCorrect":"false"
},
{
"answerText":"b",
"isCorrect":"true"
},
{
"answerText":"c",
"isCorrect":"false"
}
]
}
]
},
{
"id":7,
"title":"Lesson 7 - Get started with Python and Scikit-Learn for Regression models: Pre-Lecture Quiz",
"quiz":[
{
"questionText":"Which of these variables is a numeric variable?",
"answerOptions":[
{
"answerText":"Height",
"isCorrect":"true"
},
{
"answerText":"Gender",
"isCorrect":"false"
},
{
"answerText":"Hair Color",
"isCorrect":"false"
}
]
},
{
"questionText":"Which of these variables is a categorical variable?",
"answerOptions":[
{
"answerText":"Heart Rate",
"isCorrect":"false"
},
{
"answerText":"Blood Type",
"isCorrect":"true"
},
{
"answerText":"Weight",
"isCorrect":"false"
}
]
},
{
"questionText":"Which of these problems is a Regression analysis-based problem?",
"answerOptions":[
{
"answerText":"Predicting the final exam marks of a student",
"isCorrect":"true"
},
{
"answerText":"Predicting the blood type of a person",
"isCorrect":"false"
},
{
"answerText":"Predicting whether an email is spam or not",
"isCorrect":"false"
}
]
}
]
},
{
"id":8,
"title":"Lesson 8 - Get started with Python and Scikit-Learn for Regression models: Post-Lecture Quiz",
"quiz":[
{
"questionText":"If your Machine Learning model's training accuracy is 95 % and the testing accuracy is 30 %, then what type of condition it is called?",
"answerOptions":[
{
"answerText":"Overfitting",
"isCorrect":"true"
},
{
"answerText":"Underfitting",
"isCorrect":"false"
},
{
"answerText":"Double Fitting",
"isCorrect":"false"
}
]
},
{
"questionText":"The process of identifying significant features from a set of features is called:",
"answerOptions":[
{
"answerText":"Feature Extraction",
"isCorrect":"false"
},
{
"answerText":"Feature Dimensionality Reduction",
"isCorrect":"false"
},
{
"answerText":"Feature Selection",
"isCorrect":"true"
}
]
},
{
"questionText":"The process of splitting a dataset into a certain ratio of training and testing dataset using Scikit Learn's 'train_test_split()' method/function is called:",