Imagine that you're training a linear regression model of the following form:
You've created a LinearRegression object called my_model and trained it on the available data.
How can you access the intercept of the model? Select all possible ways to do so.