Skip to main content

ML classification comparison for diabetes questionnaire

 

A comparison between different classification algorithms on the dataset for the diabetes questionnaire. 


Comments

  1. The diabetes questionnaire dataset provides an opportunity to compare different classification algorithms and examine how effectively they can be used for a classification task. Comparing multiple algorithms on the same dataset can help identify differences in model performance and provide a more informed view of which approaches may be suitable for the problem.

    ReplyDelete
  2. Working with a classification dataset also involves preparing the available information and examining the data before applying machine learning models. Careful data analysis can help understand the structure of the questionnaire data and identify patterns that may be useful for classification. This type of workflow is closely related to Data Analysis Course.

    ReplyDelete
  3. Once the dataset has been prepared, classification algorithms can be trained and their results compared using appropriate evaluation methods. Comparing models rather than relying on a single algorithm provides a clearer understanding of how different approaches perform on the same problem. Practical implementations of this kind can be explored through Classification Projects.

    ReplyDelete
  4. The project is a good example of applying machine learning concepts to a structured real-world dataset, moving from data preparation toward model comparison and evaluation. Such exercises can help learners develop practical experience with classification workflows and machine learning experimentation, including broader Machine Learning Projects for Final Year.

    ReplyDelete

Post a Comment

Popular posts from this blog

AWS CodeBuild Setup (AWS web Console)

AWS CodeBuild is a service provided by AWS for all the project build requirements. it is a module which will be part of AWS CodePipeline service.  This below instructions are aimed for beginners and advance configurations are not covered, users are encouraged to explore while understanding the basics. be aware that for each build you will be billed for the resource you use please check the billing calculator. Step 1: Search for CodeBuild service in AWS web console and click on it. Step 2: select "create build project" for creating new build configuration here you can enter the name for your project and also select the platform which contains your source code you want to build. available options are shown below. sample GitHub connection look something like below picture. Step 3: now we have to setup our environment to be used for our build here we can either choose a AWS managed Docker images or our own images for the build. There are different version of images to select from...

Failed attempt of capturing pictures of the Milkyway

Picture of the night I went star gazing  I got a full frame camera, and I wanted to capture milky way. What I initially understood was it is easy to do it if I have a good equipment, I was proven wrong. I have nikon z5 with a zoom kit lens of f4. I traveled to nearest hills where there is less light pollution, the thing is I should have stayed on top of the hill to get good glimpse of the horizon. In southern hemisphere during the time of November milky way rise and set in south west region, we don't get the full view of it.  The failed attempt I stayed in a valley where they grow coffee beans. The other gamble I made was trusting the weather, this year(2024) post monsoon has extended and lot of clouds can be seeing near horizon. One observation I did was early morning before all the fog drops down the sky will be clear like a still pond this will be early 3 to 4 am in the morning. Next time I will try following what others are doing, get a tripod, also possibly a pollution fi...