A collection of 10 ML programs
Project description
ML ProNum Package
A professional collection of 10 Machine Learning and Algorithmic programs for students and developers.
Installation
pip install ml-pronum
Usage
To generate a clean Python file for a specific program, run:
ml-prog <number>
Example:
ml-prog 1
This will:
- Automatically download any required libraries (like
scikit-learnortensorflow). - Automatically download any required datasets (like
heart.csv). - Create a clean file named
program_1.pyand print the full source code in your terminal.
Then, you can run the generated file normally:
python program_1.py
Available Programs
- 1: DFS (Depth First Search)
- 2: Naive Bayes Classifier
- 3: Bayesian Network (Heart Disease)
- 4: Linear Regression
- 5: Decision Tree Classifier
- 6: SVM (Support Vector Machine)
- 7: Bagging & Voting Classifiers
- 8: K-Means & DBSCAN Clustering
- 9: Neural Network (Keras)
- 10: Find-S Algorithm
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ml_pronum-0.1.1.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ml_pronum-0.1.1-py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file ml_pronum-0.1.1.tar.gz.
File metadata
- Download URL: ml_pronum-0.1.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4134e9505b50c238e21ba6a2228d78b2f1e48b8591effbd16fdc92ea6c75cd0
|
|
| MD5 |
d96f4f476fde07b9a3f6252b9efe53d8
|
|
| BLAKE2b-256 |
7f56780e30b42f75be3a2418b352d01cc96759c2adc1c88920f0a7f7121aff6c
|
File details
Details for the file ml_pronum-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ml_pronum-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34b35b90106d02140ea006fc43f88613130fe0cc19d6a847d6a7c0f37452a3ae
|
|
| MD5 |
a0cddaa2f25d2d5f3540fa2cf056c021
|
|
| BLAKE2b-256 |
ed723439d04909a1333fc6fe7891435c0c1b8629bb17db0d2f78c907969a7e7f
|