Skip to content

Commit dbbc39e

Browse files
committed
remove test folder
1 parent 960eaf7 commit dbbc39e

218 files changed

Lines changed: 74 additions & 1092 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/mltoolkit-1.0.tar.gz

26.1 KB
Binary file not shown.

mltoolkit.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: mltoolkit
3+
Version: 1.0
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.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

mltoolkit.egg-info/SOURCES.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
LICENSE.txt
2+
README.md
3+
setup.cfg
4+
setup.py
5+
mltoolkit/__init__.py
6+
mltoolkit/data_analysis.py
7+
mltoolkit/data_processing.py
8+
mltoolkit/machine_learning.py
9+
mltoolkit/plot.py
10+
mltoolkit.egg-info/PKG-INFO
11+
mltoolkit.egg-info/SOURCES.txt
12+
mltoolkit.egg-info/dependency_links.txt
13+
mltoolkit.egg-info/requires.txt
14+
mltoolkit.egg-info/top_level.txt
15+
test/test_Chi.py
16+
test/test_add_previous.py
17+
test/test_balance.py
18+
test/test_buffdescribe.py
19+
test/test_clean_text.py
20+
test/test_convert_to_numeric.py
21+
test/test_export_model.py
22+
test/test_gen_from_array.py
23+
test/test_gen_from_dataframe.py
24+
test/test_gen_from_directory.py
25+
test/test_heatmap_corr.py
26+
test/test_ignore_columns_polyfeatures.py
27+
test/test_import_model.py
28+
test/test_last_columndf.py
29+
test/test_list_categorical_columns.py
30+
test/test_load_imgs.py
31+
test/test_load_model_zip.py
32+
test/test_log_transform_data.py
33+
test/test_pcvr.py
34+
test/test_plot_ngrams.py
35+
test/test_predict_model_classification.py
36+
test/test_processing_model_classification.py
37+
test/test_quick.py
38+
test/test_read_csv_zip.py
39+
test/test_read_url.py
40+
test/test_roc.py
41+
test/test_scrap.py
42+
test/test_show_scoring.py
43+
test/test_smoth.py
44+
test/test_sunburst.py
45+
test/test_uniq_value.py
46+
test/test_winner_loser.py
47+
test/test_word.py
48+
test/test_worst_params.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

mltoolkit.egg-info/requires.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pandas
2+
numpy
3+
imblearn
4+
sklearn
5+
matplotlib

mltoolkit.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mltoolkit

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
'Intended Audience :: Developers',
2424
'Intended Audience :: Education',
2525
'Intended Audience :: Science/Research',
26-
'Topic :: Scientific/Engineering :: Artificial Intelligence',
27-
'Topic :: Scientific/Engineering :: Mathematics',
28-
'Topic :: Scientific/Engineering :: Information Analysis',
29-
'Topic :: Scientific/Engineering :: Visualization',
30-
'Topic :: Scientific/Engineering :: Natural Language Processing'
26+
'Topic :: Scientific/Engineering',
3127
'License :: OSI Approved :: MIT License',
3228
'Programming Language :: Python :: 3.7',
3329
],

0 commit comments

Comments
 (0)