Skip to content

Commit 6c6af13

Browse files
committed
sdistv1.5
1 parent 91e698d commit 6c6af13

File tree

6 files changed

+51
-0
lines changed

6 files changed

+51
-0
lines changed

dist/ds11mltoolkit-1.5.tar.gz

21.3 KB
Binary file not shown.

ds11mltoolkit.egg-info/PKG-INFO

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Metadata-Version: 2.1
2+
Name: ds11mltoolkit
3+
Version: 1.5
4+
Summary: Helper functions for all stages of the machine learning model building process
5+
Home-page: https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit
6+
Download-URL: https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit/archive/refs/tags/v_1_5.tar.gz
7+
Author: TheBridgeMachineLearningPythonLibrary
8+
Author-email: seenstevol@protonmail.com
9+
License: MIT
10+
Keywords: machine learning,data visualization,data processing,sklearn,pandas
11+
Classifier: Development Status :: 3 - Alpha
12+
Classifier: Intended Audience :: Developers
13+
Classifier: Intended Audience :: Education
14+
Classifier: Intended Audience :: Science/Research
15+
Classifier: Topic :: Scientific/Engineering
16+
Classifier: License :: OSI Approved :: MIT License
17+
Classifier: Programming Language :: Python :: 3.7
18+
License-File: LICENSE.txt

ds11mltoolkit.egg-info/SOURCES.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
LICENSE.txt
2+
README.md
3+
setup.cfg
4+
setup.py
5+
ds11mltoolkit/__init__.py
6+
ds11mltoolkit/data_analysis.py
7+
ds11mltoolkit/data_processing.py
8+
ds11mltoolkit/machine_learning.py
9+
ds11mltoolkit/plot.py
10+
ds11mltoolkit.egg-info/PKG-INFO
11+
ds11mltoolkit.egg-info/SOURCES.txt
12+
ds11mltoolkit.egg-info/dependency_links.txt
13+
ds11mltoolkit.egg-info/requires.txt
14+
ds11mltoolkit.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
pandas
2+
scipy
3+
nltk
4+
opencv-python-headless
5+
scikit-image
6+
tensorflow
7+
keras
8+
imblearn
9+
scikit-learn
10+
selenium
11+
requests
12+
beautifulsoup4
13+
Pillow
14+
matplotlib
15+
seaborn
16+
plotly
17+
wordcloud
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ds11mltoolkit

0 commit comments

Comments
 (0)