top of page

Azure - Machine Learning: Two-way Classification (AI-FUNDA)

  • Writer: Tung San
    Tung San
  • Jul 25, 2021
  • 1 min read

Using Azure Machine Learning Studio


Objective: Train ML model to perform 2-way Classification for diabetes detection.


Predictor: PatientID, Pregnancies, PlasmaGlucose, DiastolicBloodPressure, TricepsThickness, SerumInsulin, BMI, DiabetesPedigree, and Age

Response: Diabetic


Row count: 10,000



1. Train Model using pipeline.


Test data/ Predictions/ Score model:


Model Evaluation:



2. Create Inference Pipeline


3. Deploy Prediction Services:


Commentaires


Post: Blog2 Post
bottom of page