edmundlth / MBUSA-ML-2022

Material for teaching Machine Learning for Business Analytics (Melbourne Business School, 2022)
Apache License 2.0
0 stars 2 forks source link

Week 1 workshop discussions | MBUSA Machine Learning Module 2022 #4

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Week 1 workshop discussions | MBUSA Machine Learning Module 2022

We talk about element of machine learning, including data, model, performance measure, cross-validation, ROC, etc…

https://edmundlth.github.io/MBUSA-ML-2022/machine-learning/workshop/2022/08/03/week1-worksheet.html

edmundlth commented 2 years ago

Test comment.

def f(x): 
    # Infinite recursion
    return f(x)