Cancer Detection

Introduction

This tutorial will help you build a machine learning model using Catalyst QuickML, which analyzes and predicts breast cancer. We will provide you with sample medical datasets that can be used as data sources to the model.

Note: QuickML is currently not available to users accessing from the CA (Canada) data center. If your account is created in the CA DC (accounts.zohocloud.ca/), you will not be able to avail this service.

In this tutorial, we will first preprocess the datasetss to ensure that the data is clean and ready for training. Next, we will be constructing a data pipeline to handle data transformation and a ML pipeline to train and evaluate the model. Finally, we will create an endpoint for the trained model, which allows external applications to interact with the model and receive real-time predictions for breast cancer.

The Cancer Detection ML model is built using the following Catalyst service:

Catalyst QuickML : Using this service, we will first preprocess the sample dataset by implementing node operations on them and constructing the data pipeline. This preprocessed data will be used to a create ML model by executing ML algorithms. Finally, the Cancer Detection ML model can be accessed by external applications using the endpoint URL generated in QuickML.

The final output after creating all the required data and ML pipelines in the Catalyst console will look like this:

final_output

Last Updated 2024-04-05 23:41:34 +0530 +0530

Min Time to Complete:

30 mins

Difficulty Level:

Beginner

SERVICES INVOLVED

QuickML Data Preprocessing