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:
python -m ml_programs <number>
(Alternatively, if your PATH is set up, you can use: ml-prog <number>)
Example:
python -m ml_programs 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.
To Run the Generated Program:
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.2.tar.gz
(7.5 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.2-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file ml_pronum-0.1.2.tar.gz.
File metadata
- Download URL: ml_pronum-0.1.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c203f9c2fac4b3f136d1e098d4d1c904da536149cb8db75998637a2394ab5414
|
|
| MD5 |
24fe08dc9baa35ced59b7a484eeb83fa
|
|
| BLAKE2b-256 |
e356d8cc61cbc99c97a1f780671eb56f6edf1f71f501441e1c2006be4ad0f6a5
|
File details
Details for the file ml_pronum-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ml_pronum-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.5 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 |
fcbc408adb2645e8b3799ca5472c179fd07dcdba96d5cba7bc9f07601fb6c4fe
|
|
| MD5 |
17ad559d52d743706e4967af14254356
|
|
| BLAKE2b-256 |
f7922b3cc27c98477d4d7e4978f61c0d9ba750110a8fde8f2d5387432e28f8b2
|