GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

After running PCA on a dataset, you find that: Principal Com…

After running PCA on a dataset, you find that: Principal Component 1 (PC1) explains 40% of the variance PC2 explains 30% PC3 explains 15% PC4 explains 10% PC5 explains 5% If your goal is to keep components that explain at least 90% of the total variance, how many principal components should you retain?

Read Details

In soft voting, ensemble predictions are made by:

In soft voting, ensemble predictions are made by:

Read Details

Why are the new features created by PCA often harder to inte…

Why are the new features created by PCA often harder to interpret?

Read Details

Assume we are building a regression model using a neural net…

Assume we are building a regression model using a neural network to predict house prices. Which of the following loss functions is most appropriate?

Read Details

Which of the following is the most general term that include…

Which of the following is the most general term that includes machine learning, deep learning, and large language models?

Read Details

Assume we run Lasso with a penalty weight of 0.01, and the m…

Assume we run Lasso with a penalty weight of 0.01, and the model includes nearly all variables. If we want the model to become more selective and include fewer variables, what should we do with the penalty weight?

Read Details

What does the kernel size parameter control in a convolution…

What does the kernel size parameter control in a convolutional layer?

Read Details

Suppose you’ve already fit a model with model.fit(X_train, y…

Suppose you’ve already fit a model with model.fit(X_train, y_train). What does model.predict(X_test) return?

Read Details

Which of the following is an example of an unsupervised lear…

Which of the following is an example of an unsupervised learning method?

Read Details

In scikit-learn, what does setting fit_intercept=True do in…

In scikit-learn, what does setting fit_intercept=True do in linear models?

Read Details

Posts pagination

Newer posts 1 … 37 38 39 40 41 … 81,787 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top