Skip to content

Commit 535e9f4

Browse files
committed
still cleaning
1 parent 0269fce commit 535e9f4

15 files changed

Lines changed: 22 additions & 8 deletions

File tree

dist/ds11mltoolkit-1.0.tar.gz

19.3 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Metadata-Version: 2.1
2-
Name: mltoolkit
2+
Name: ds11mltoolkit
33
Version: 1.0
44
Summary: Helper functions for all stages of the machine learning model building process
55
Home-page: https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit

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
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ds11mltoolkit

ds11mltoolkit/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from ds11mltoolkit.machine_learning import *
2+
from ds11mltoolkit.data_analysis import *
3+
from ds11mltoolkit.plot import *
4+
from ds11mltoolkit.data_processing import *

0 commit comments

Comments
 (0)