https://github.com/aarnasi/ml-scikit-learn
Traditional machine learning (ML) demonstrations for data analysis and predictive modeling.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Keywords
Repository
Traditional machine learning (ML) demonstrations for data analysis and predictive modeling.
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
ml-scikit-learn
Welcome to the ML Scikit-Learn Samples repository! This project provides a collection of scripts demonstrating various machine learning algorithms and techniques using the Scikit-learn library.
Introduction
Scikit-learn is a powerful and easy-to-use library for machine learning in Python. This repository contains a variety of example projects and tutorials to help you get started with machine learning using Scikit-learn. Each example is designed to be self-contained and easy to understand, making it perfect for learning and experimentation.
Examples
Here are some of the key examples included in this repository:
Classification:
- Decision Trees
- Logistic Regression
- Support Vector Machines
- K-Nearest Neighbour
Regression:
- Simple Linear Regression
- Multiple Linear Regression
- Non Linear Regression
Installation
git clone https://github.com/aarnasi/ml-scikit-learn-samples.git
cd ml-scikit-learn-samples
pip install -r requirements.txt
Owner
- Name: sinni
- Login: aarnasi
- Kind: user
- Repositories: 2
- Profile: https://github.com/aarnasi
Software Engineer | AI Enthusiast | GPU Programmer | Distributed Systems Architect
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Dependencies
- numpy >=1.25.2
- pandas >=2.1.0
- scikit-learn >=1.5.0
- sklearn >=0.0