REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
38/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Thyroid Disease Detection using Machine Learning
This project compares the performance of several machine learning models for detecting thyroid diseases using structured datasets.
Contents
ann-train.data: First dataset for training
thyroid_cancer/Thyroid_Diff.csv: Second dataset for training.
cnn_dataset1.ipynb, cnn_dataset2.ipynb: Convolutional Neural Networks.
svm_dataset1.ipynb, svm_dataset2.ipynb: Support Vector Machines.
rf_dataset1.ipynb, rf_dataset2.ipynb: Random Forest classifiers.
gbm_dataset1.ipynb, gbm_dataset2.ipynb: Gradient Boosting Machines.
Setup
- Download and unzip the folder.
- Install the required Python packages:
pip install requirements.txt
- Open any
.ipynb file in Jupyter Notebook to run model training and evaluation.
Models
- CNN (Keras/TensorFlow): Deep learning for pattern recognition.
- SVM (scikit-learn): Margin-based classifier.
- Random Forest (scikit-learn): Ensemble of decision trees.
- GBM (scikit-learn): Boosted decision trees for better accuracy.
Metrics Used
- Classification Report
- Precision
- Recall
- F1-Score
- Support
- Accuracy
- Macro/Weighted Average
- Matthews Correlation Coefficient
- Cohen’s Kappa
- Confusion Matrix
- Average Precision
License
This project is for academic and educational purposes.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository, named "ml_practice," serves as a learning ground for various machine learning concepts and techniques. The repository contains a collection of Python scripts and Jupyter notebooks, each dedicated to exploring and implementing different machine learning algorithms, models, and methodologies.
43/100 healthActive repository
Jupyter NotebookNo license#data-analysis#data-science#eda#machine-learning
⑂ 0 forks◯ 0 issuesUpdated Jul 24, 2025
Hello and welcome to my Data Science portfolio! This repository serves as a central hub showcasing a collection of my projects demonstrating skills and experience in data analysis, machine learning, and artificial intelligence. Each project folder contains Jupyter Notebooks with detailed code, explanations, and visualizations.
63/100 healthActive repository
Jupyter NotebookGPL-3.0
⑂ 0 forks◯ 0 issuesUpdated Jun 14, 2026