Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake Exam DSA-C02 Topic 1 Question 11 Discussion

Actual exam question for Snowflake's DSA-C02 exam
Question #: 11
Topic #: 1
[All DSA-C02 Questions]

All aggregate functions except _____ ignore null values in their input collection

Show Suggested Answer Hide Answer
Suggested Answer: A, B

Model versioning in a way involves tracking the changes made to an ML model that has been previously built. Put differently, it is the process of making changes to the configurations of an ML Model. From another perspective, we can see model versioning as a feature that helps Machine Learning Engineers, Data Scientists, and related personnel create and keep multiple versions of the same model.

Think of it as a way of taking notes of the changes you make to the model through tweaking hyperparameters, retraining the model with more data, and so on.

In model versioning, a number of things need to be versioned, to help us keep track of important changes. I'll list and explain them below:

Implementation code: From the early days of model building to optimization stages, code or in this case source code of the model plays an important role. This code experiences significant changes during optimization stages which can easily be lost if not tracked properly. Because of this, code is one of the things that are taken into consideration during the model versioning process.

Data: In some cases, training data does improve significantly from its initial state during model op-timization phases. This can be as a result of engineering new features from existing ones to train our model on. Also there is metadata (data about your training data and model) to consider versioning. Metadata can change different times over without the training data actually changing. We need to be able to track these changes through versioning

Model: The model is a product of the two previous entities and as stated in their explanations, an ML model changes at different points of the optimization phases through hyperparameter setting, model artifacts and learning coefficients. Versioning helps take record of the different versions of a Machine Learning model.

MLFlow & Pachyderm are the tools used to manage ML lifecycle & Model versioning.


Contribute your Thoughts:

Mabel
17 days ago
I'm just here for the free snacks. Oh, the question? Uh, let's see... B) Count(*), because counting is fun, even with nulls!
upvoted 0 times
...
Troy
20 days ago
Ah, the age-old question of which aggregate function ignores nulls. I'm feeling lucky, so I'll go with A) Count(attribute). Gotta love a good old-fashioned count, am I right?
upvoted 0 times
Selene
3 days ago
I think it's actually B) Count(*), that one ignores null values.
upvoted 0 times
...
...
Ernestine
26 days ago
Hmm, this is a tricky one. I'm going to go with D) Sum. I mean, who doesn't love a good sum, even with those pesky null values?
upvoted 0 times
...
Vincenza
27 days ago
I'm pretty sure the correct answer is C) Avg. It's the only one that doesn't ignore null values in the input collection.
upvoted 0 times
...
Tony
30 days ago
I think the answer is B) Count(*) because it counts all rows, including those with null values. The other aggregate functions like Avg and Sum ignore nulls.
upvoted 0 times
Rana
19 days ago
I agree, Count(*) includes null values in the count.
upvoted 0 times
...
...
Altha
1 months ago
Hmm, that makes sense too. I guess it depends on how you interpret the question.
upvoted 0 times
...
Josefa
2 months ago
I disagree, I believe the answer is D) Sum because it adds up all values, even if some are null.
upvoted 0 times
...
Altha
2 months ago
I think the answer is B) Count(*) because it counts all rows, including null values.
upvoted 0 times
...
Sonia
2 months ago
Hmm, that makes sense too. I guess it depends on how you interpret the question.
upvoted 0 times
...
Gerardo
2 months ago
I disagree, I believe the answer is D) Sum because it adds up all values, even if some are null.
upvoted 0 times
...
Sonia
2 months ago
I think the answer is B) Count(*) because it counts all rows, including null values.
upvoted 0 times
...

Save Cancel