https://github.com/bongjoonno/machine-learn
a machine learning library for prediction and categorization
https://github.com/bongjoonno/machine-learn
ai hyperparameter-optimization linear-regression logistic machine-learning machine-learning-algorithms naive-bayes naive-bayes-classification naive-bayes-classifier
Last synced: about 1 month ago
JSON representation
a machine learning library for prediction and categorization
- Host: GitHub
- URL: https://github.com/bongjoonno/machine-learn
- Owner: bongjoonno
- Created: 2025-08-30T20:39:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-01-19T00:40:33.000Z (5 months ago)
- Last Synced: 2026-01-19T08:48:12.732Z (5 months ago)
- Topics: ai, hyperparameter-optimization, linear-regression, logistic, machine-learning, machine-learning-algorithms, naive-bayes, naive-bayes-classification, naive-bayes-classifier
- Language: Python
- Homepage:
- Size: 35.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learn
A Machine Learning Library for Prediction and Categorization
## Features:
### Models
- Linear Regression
- Logistic Regression
- Naive Bayes
- Learning Rate Optimizer w/Genetic Algorithm
- Genetic Algorithm Parameter Optimizer
### Data Wrangiling:
- Data Scaling
- Train-Test Split
- Train-Test-Validate Split
### Metrics:
- R^2
- Categorical Accuracy