DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Apply Machine Learning on a Cancer Dataset

4 years ago dzone.com
Apply Machine Learning on a Cancer Dataset

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Join the DZone community and get the full member experience. SVM can be applied on regression problems as well as classification problems, however, here I describe a classification application on a cancer dataset.

The objective is to find the line passing as far as possible from all points – the maximum margin hyperplane

The main idea behind a kernel function is a transform done to the training data to improve its resemblance to a linearly separable set of data.

The model selection section of the scikit-learn library provides the train_test_split() method that enables a seamless division of data into the training data and test data.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com