Q&A
- Which type of data visualization lets you explore the distribution of a continuous variable?
- Explain R2, RMSE, and MAPE metrics.
- Can you use a custom scoring function with TPOT? If yes, how?
- Why is it essential to build baseline models first? Which algorithm is considered as a "baseline" for regression tasks?
- What do the coefficients of a linear regression model tell you?
- How do you use all CPU cores when training TPOT models?
- Can you use TPOT to obtain the Python code of the best pipeline?