Which ones are the correct rules while using a data science model created via External function in Snowflake?
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?
Data providers add Snowflake objects (databases, schemas, tables, secure views, etc.) to a share us-ing Which of the following options?
Mark the Incorrect statements regarding MIN / MAX Functions?
Which ones are the key actions in the data collection phase of Machine learning included?
Which of the Following is not type of Windows function in Snowflake?
Which of the following cross validation versions is suitable quicker cross-validation for very large datasets with hundreds of thousands of samples?
A Data Scientist as data providers require to allow consumers to access all databases and database objects in a share by granting a single privilege on shared databases. Which one is incorrect SnowSQL command used by her while doing this task?
Assuming:
A database named product_db exists with a schema named product_agg and a table named Item_agg.
The database, schema, and table will be shared with two accounts named xy12345 and yz23456.
1.USE ROLE accountadmin;
2.CREATE DIRECT SHARE product_s;
3.GRANT USAGE ON DATABASE product_db TO SHARE product_s;
4.GRANT USAGE ON SCHEMA product_db. product_agg TO SHARE product_s;
5.GRANT SELECT ON TABLE sales_db. product_agg.Item_agg TO SHARE product_s;
6.SHOW GRANTS TO SHARE product_s;
7.ALTER SHARE product_s ADD ACCOUNTS=xy12345, yz23456;
8.SHOW GRANTS OF SHARE product_s;
Which of the following cross validation versions may not be suitable for very large datasets with hundreds of thousands of samples?
What Can Snowflake Data Scientist do in the Snowflake Marketplace as Consumer?
Which command is used to install Jupyter Notebook?
Mark the Incorrect understanding of Data Scientist about Streams?
Which of the following is a useful tool for gaining insights into the relationship between features and predictions?
Which tools helps data scientist to manage ML lifecycle & Model versioning?
Which of the following method is used for multiclass classification?
The most widely used metrics and tools to assess a classification model are:
Secure Data Sharing do not let you share which of the following selected objects in a database in your account with other Snowflake accounts?