MLflow Wrappers: Adding our own code to a pre-trained model
In this article, we will be discussing how to add a wrapper around MLflow model implementation and metadata. Before going
Snowflake 101 : Cloud Native Data Warehouse
Snowflake is a cloud native data warehouse. It is not built on an existing database or “big data” software platform such as Hadoop.
Covid-19 Data Prediction using Snowflake – V (Visualisation using Power BI)
Data analysis and BI tools go hand in hand. Likewise, our project had data as an outcome but we needed
Covid-19 Data Prediction Model – IV (Streams and Tasks)
Now we are using the merge command to update the data in the PREDICTION table by merging the actual data
Covid-19 Data Prediction Model using Snowflake – III (SIR Model)
Let’s create our prediction model…… For prediction, we are using the data of the past 12 days so we will fetch
Covid-19 Data Prediction Model – II
Let’s move forward . . . In part-1 of this project we have an established connection between snowflake and zepl notebook.