Skip to content

Commit af0bdcc

Browse files
committed
v3
1 parent 3c18f88 commit af0bdcc

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

dist/ds11mltoolkit-1.0.tar.gz

-19.3 KB
Binary file not shown.

dist/ds11mltoolkit-1.3.tar.gz

19.4 KB
Binary file not shown.

ds11mltoolkit.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Metadata-Version: 2.1
22
Name: ds11mltoolkit
3-
Version: 1.0
3+
Version: 1.3
44
Summary: Helper functions for all stages of the machine learning model building process
55
Home-page: https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit
6-
Download-URL: https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit/archive/refs/tags/V_1.tar.gz
6+
Download-URL: https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit/archive/refs/tags/v_1_3.tar.gz
77
Author: TheBridgeMachineLearningPythonLibrary
88
Author-email: seenstevol@protonmail.com
99
License: MIT
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
pandas
2-
numpy
2+
zipfile
3+
scipy
4+
nltk
5+
opencv-python-headless
6+
scikit-image
7+
keras
38
imblearn
4-
sklearn
9+
scikit-learn
10+
selenium
11+
requests
12+
beautifulsoup4
13+
Pillow
514
matplotlib
15+
seaborn
16+
plotly
17+
wordcloud

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
setup(
44
name = 'ds11mltoolkit',
55
packages = ['ds11mltoolkit'],
6-
version = '1.1',
6+
version = '1.3',
77
license = 'MIT',
88
description = 'Helper functions for all stages of the machine learning model building process',
99
author = 'TheBridgeMachineLearningPythonLibrary',
1010
author_email = 'seenstevol@protonmail.com',
1111
url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit',
12-
download_url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit/archive/refs/tags/V_1_1.tar.gz',
12+
download_url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit/archive/refs/tags/v_1_3.tar.gz',
1313
keywords = ['machine learning', 'data visualization', 'data processing', 'sklearn', 'pandas'],
1414
install_requires=['pandas',
15-
'pickle',
1615
'zipfile',
1716
'scipy',
1817
'nltk',

0 commit comments

Comments
 (0)