What Can Snowflake Data Scientist do in the Snowflake Marketplace as Provider?
Which command manually triggers a single run of a scheduled task (either a standalone task or the root task in a DAG) independent of the schedule defined for the task?
Which ones are the key actions in the data collection phase of Machine learning included?
Consider a data frame df with 10 rows and index [ 'r1', 'r2', 'r3', 'row4', 'row5', 'row6', 'r7', 'r8', 'r9', 'row10']. What does the expression g = df.groupby(df.index.str.len()) do?
Consider a data frame df with 10 rows and index [ 'r1', 'r2', 'r3', 'row4', 'row5', 'row6', 'r7', 'r8', 'r9', 'row10']. What does the aggregate method shown in below code do?
g = df.groupby(df.index.str.len())
g.aggregate({'A':len, 'B':np.sum})
Which tools helps data scientist to manage ML lifecycle & Model versioning?
Select the correct mappings:
I. W Weights or Coefficients of independent variables in the Linear regression model --> Model Pa-rameter
II. K in the K-Nearest Neighbour algorithm --> Model Hyperparameter
III. Learning rate for training a neural network --> Model Hyperparameter
IV. Batch Size --> Model Parameter
Which object records data manipulation language (DML) changes made to tables, including inserts, updates, and deletes, as well as metadata about each change, so that actions can be taken using the changed data of Data Science Pipelines?
Secure Data Sharing do not let you share which of the following selected objects in a database in your account with other Snowflake accounts?
Which type of Machine learning Data Scientist generally used for solving classification and regression problems?
Which are the following additional Metadata columns Stream contains that could be used for creating Efficient Data science Pipelines & helps in transforming only the New/Modified data only?