ddi-fw 0.0.8__tar.gz → 0.0.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ddi_fw-0.0.10/PKG-INFO +39 -0
- ddi_fw-0.0.10/pyproject.toml +75 -0
- ddi_fw-0.0.10/src/ddi_fw.egg-info/PKG-INFO +39 -0
- ddi_fw-0.0.10/src/ddi_fw.egg-info/requires.txt +15 -0
- ddi_fw-0.0.8/PKG-INFO +0 -154
- ddi_fw-0.0.8/pyproject.toml +0 -190
- ddi_fw-0.0.8/src/ddi_fw.egg-info/PKG-INFO +0 -154
- ddi_fw-0.0.8/src/ddi_fw.egg-info/requires.txt +0 -130
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/README.md +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/setup.cfg +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/__init__.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/core.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/db_utils.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/base.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/data/event.db +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/test_indexes.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/train_fold_0.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/train_fold_1.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/train_fold_2.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/train_fold_3.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/train_fold_4.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/train_indexes.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/validation_fold_0.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/validation_fold_1.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/validation_fold_2.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/validation_fold_3.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes/validation_fold_4.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/test_indexes.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/train_fold_0.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/train_fold_1.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/train_fold_2.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/train_fold_3.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/train_fold_4.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/train_indexes.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_0.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_1.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_2.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_3.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_4.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/readme.md +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/embedding_generator.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/embedding_generator_new.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/feature_vector_generation.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/idf_helper.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/__init__.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/base.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/df_extraction_cleanxiaoyu50.csv +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/drug_information_del_noDDIxiaoyu50.csv +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/test_indexes.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/train_fold_0.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/train_fold_1.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/train_fold_2.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/train_fold_3.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/train_fold_4.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/train_indexes.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/validation_fold_0.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/validation_fold_1.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/validation_fold_2.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/validation_fold_3.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/indexes/validation_fold_4.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/mdf-sa-ddi.zip +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/setup_._py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/drugbank/__init__.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/drugbank/drugbank.xsd +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/drugbank/drugbank_parser.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/drugbank/drugbank_processor.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/drugbank/drugbank_processor_org.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/drugbank/event_extractor.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/experiments/__init__.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/experiments/custom_torch_model.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/experiments/evaluation_helper.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/experiments/tensorflow_helper.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/experiments/test.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/ner/__init__.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/ner/mmlrestclient.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/ner/ner.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/basic_test.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/combination_test.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/compress_json_test.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/date_test.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/idf_score.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/jaccard_similarity.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/mlfow_test.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/sklearn-tfidf.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/test.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/torch_cuda_test.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/test/type_guarding_test.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/utils/__init__.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/utils/enums.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/utils/utils.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/utils/zip_helper.py +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw.egg-info/SOURCES.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw.egg-info/dependency_links.txt +0 -0
- {ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw.egg-info/top_level.txt +0 -0
ddi_fw-0.0.10/PKG-INFO
ADDED
@@ -0,0 +1,39 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: ddi_fw
|
3
|
+
Version: 0.0.10
|
4
|
+
Summary: Do not use :)
|
5
|
+
Author-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
|
6
|
+
Maintainer-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
|
7
|
+
Keywords: Machine Learning
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
9
|
+
Classifier: Environment :: Console
|
10
|
+
Classifier: Intended Audience :: Science/Research
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
12
|
+
Classifier: Operating System :: OS Independent
|
13
|
+
Classifier: Framework :: Pytest
|
14
|
+
Classifier: Framework :: tox
|
15
|
+
Classifier: Framework :: Sphinx
|
16
|
+
Classifier: Programming Language :: Python
|
17
|
+
Classifier: Programming Language :: Python :: 3.8
|
18
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
19
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
20
|
+
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
21
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
22
|
+
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
|
23
|
+
Requires-Python: >=3.8
|
24
|
+
Description-Content-Type: text/markdown
|
25
|
+
Requires-Dist: lxml==4.9.3
|
26
|
+
Requires-Dist: matplotlib
|
27
|
+
Requires-Dist: mlflow==2.7.1
|
28
|
+
Requires-Dist: nltk==3.8.1
|
29
|
+
Requires-Dist: numpy
|
30
|
+
Requires-Dist: pandas
|
31
|
+
Requires-Dist: plotly
|
32
|
+
Requires-Dist: rdkit==2023.3.3
|
33
|
+
Requires-Dist: scikit-learn
|
34
|
+
Requires-Dist: scipy
|
35
|
+
Requires-Dist: sentence-transformers==2.7.0
|
36
|
+
Requires-Dist: tokenizers
|
37
|
+
Requires-Dist: tqdm
|
38
|
+
Requires-Dist: xmlschema
|
39
|
+
Requires-Dist: zipp
|
@@ -0,0 +1,75 @@
|
|
1
|
+
# See https://setuptools.readthedocs.io/en/latest/build_meta.html
|
2
|
+
[build-system]
|
3
|
+
requires = ["setuptools", "wheel"]
|
4
|
+
build-backend = "setuptools.build_meta"
|
5
|
+
|
6
|
+
[project]
|
7
|
+
name = "ddi_fw"
|
8
|
+
version = "0.0.10"
|
9
|
+
description = "Do not use :)"
|
10
|
+
readme = "README.md"
|
11
|
+
authors = [
|
12
|
+
{ name = "Kıvanç Bayraktar", email = "bayraktarkivanc@gmail.com" }
|
13
|
+
]
|
14
|
+
maintainers = [
|
15
|
+
{ name = "Kıvanç Bayraktar", email = "bayraktarkivanc@gmail.com" }
|
16
|
+
]
|
17
|
+
|
18
|
+
# See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#classifiers
|
19
|
+
# Search tags using the controlled vocabulary at https://pypi.org/classifiers
|
20
|
+
classifiers = [
|
21
|
+
"Development Status :: 1 - Planning",
|
22
|
+
"Environment :: Console",
|
23
|
+
"Intended Audience :: Science/Research",
|
24
|
+
"License :: OSI Approved :: MIT License",
|
25
|
+
"Operating System :: OS Independent",
|
26
|
+
"Framework :: Pytest",
|
27
|
+
"Framework :: tox",
|
28
|
+
"Framework :: Sphinx",
|
29
|
+
"Programming Language :: Python",
|
30
|
+
"Programming Language :: Python :: 3.8",
|
31
|
+
"Programming Language :: Python :: 3 :: Only",
|
32
|
+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
33
|
+
"Topic :: Scientific/Engineering :: Bio-Informatics",
|
34
|
+
"Topic :: Scientific/Engineering :: Information Analysis",
|
35
|
+
"Topic :: Scientific/Engineering :: Medical Science Apps."
|
36
|
+
]
|
37
|
+
keywords = [
|
38
|
+
"Machine Learning",
|
39
|
+
]
|
40
|
+
|
41
|
+
# License Information. This can be any valid SPDX identifiers that can be resolved
|
42
|
+
# with URLs like https://spdx.org/licenses/MIT
|
43
|
+
# See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
|
44
|
+
license = { file = "LICENSE" }
|
45
|
+
|
46
|
+
requires-python = ">=3.8"
|
47
|
+
dependencies = [
|
48
|
+
"lxml==4.9.3"
|
49
|
+
,"matplotlib"
|
50
|
+
,"mlflow==2.7.1"
|
51
|
+
,"nltk==3.8.1"
|
52
|
+
,"numpy"
|
53
|
+
,"pandas"
|
54
|
+
,"plotly"
|
55
|
+
,"rdkit==2023.3.3"
|
56
|
+
,"scikit-learn"
|
57
|
+
,"scipy"
|
58
|
+
,"sentence-transformers==2.7.0"
|
59
|
+
,"tokenizers"
|
60
|
+
,"tqdm"
|
61
|
+
,"xmlschema"
|
62
|
+
,"zipp"
|
63
|
+
]
|
64
|
+
|
65
|
+
|
66
|
+
[tool.setuptools]
|
67
|
+
package-dir = { "" = "src" }
|
68
|
+
|
69
|
+
[tool.setuptools.packages.find]
|
70
|
+
# this implicitly sets `packages = ":find"`
|
71
|
+
where = ["src"] # list of folders that contain the packages (["."] by default)
|
72
|
+
|
73
|
+
# See https://setuptools.pypa.io/en/latest/userguide/datafiles.html
|
74
|
+
[tool.setuptools.package-data]
|
75
|
+
"*" = ["*.*"]
|
@@ -0,0 +1,39 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: ddi_fw
|
3
|
+
Version: 0.0.10
|
4
|
+
Summary: Do not use :)
|
5
|
+
Author-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
|
6
|
+
Maintainer-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
|
7
|
+
Keywords: Machine Learning
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
9
|
+
Classifier: Environment :: Console
|
10
|
+
Classifier: Intended Audience :: Science/Research
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
12
|
+
Classifier: Operating System :: OS Independent
|
13
|
+
Classifier: Framework :: Pytest
|
14
|
+
Classifier: Framework :: tox
|
15
|
+
Classifier: Framework :: Sphinx
|
16
|
+
Classifier: Programming Language :: Python
|
17
|
+
Classifier: Programming Language :: Python :: 3.8
|
18
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
19
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
20
|
+
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
21
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
22
|
+
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
|
23
|
+
Requires-Python: >=3.8
|
24
|
+
Description-Content-Type: text/markdown
|
25
|
+
Requires-Dist: lxml==4.9.3
|
26
|
+
Requires-Dist: matplotlib
|
27
|
+
Requires-Dist: mlflow==2.7.1
|
28
|
+
Requires-Dist: nltk==3.8.1
|
29
|
+
Requires-Dist: numpy
|
30
|
+
Requires-Dist: pandas
|
31
|
+
Requires-Dist: plotly
|
32
|
+
Requires-Dist: rdkit==2023.3.3
|
33
|
+
Requires-Dist: scikit-learn
|
34
|
+
Requires-Dist: scipy
|
35
|
+
Requires-Dist: sentence-transformers==2.7.0
|
36
|
+
Requires-Dist: tokenizers
|
37
|
+
Requires-Dist: tqdm
|
38
|
+
Requires-Dist: xmlschema
|
39
|
+
Requires-Dist: zipp
|
ddi_fw-0.0.8/PKG-INFO
DELETED
@@ -1,154 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: ddi_fw
|
3
|
-
Version: 0.0.8
|
4
|
-
Summary: Do not use :)
|
5
|
-
Author-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
|
6
|
-
Maintainer-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
|
7
|
-
Keywords: Machine Learning
|
8
|
-
Classifier: Development Status :: 1 - Planning
|
9
|
-
Classifier: Environment :: Console
|
10
|
-
Classifier: Intended Audience :: Science/Research
|
11
|
-
Classifier: License :: OSI Approved :: MIT License
|
12
|
-
Classifier: Operating System :: OS Independent
|
13
|
-
Classifier: Framework :: Pytest
|
14
|
-
Classifier: Framework :: tox
|
15
|
-
Classifier: Framework :: Sphinx
|
16
|
-
Classifier: Programming Language :: Python
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
18
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
19
|
-
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
20
|
-
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
21
|
-
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
22
|
-
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
|
23
|
-
Requires-Python: >=3.8
|
24
|
-
Description-Content-Type: text/markdown
|
25
|
-
Requires-Dist: absl-py==2.0.0
|
26
|
-
Requires-Dist: alembic==1.12.0
|
27
|
-
Requires-Dist: astunparse==1.6.3
|
28
|
-
Requires-Dist: autopep8==2.0.4
|
29
|
-
Requires-Dist: bidict==0.23.1
|
30
|
-
Requires-Dist: biopython==1.81
|
31
|
-
Requires-Dist: blinker==1.6.2
|
32
|
-
Requires-Dist: blosc2==2.0.0
|
33
|
-
Requires-Dist: cachetools==5.3.1
|
34
|
-
Requires-Dist: certifi==2023.7.22
|
35
|
-
Requires-Dist: charset-normalizer==3.2.0
|
36
|
-
Requires-Dist: click==8.1.7
|
37
|
-
Requires-Dist: cloudpickle==2.2.1
|
38
|
-
Requires-Dist: colorama==0.4.6
|
39
|
-
Requires-Dist: compress-json-python==3.0.0
|
40
|
-
Requires-Dist: contourpy==1.1.1
|
41
|
-
Requires-Dist: cycler==0.11.0
|
42
|
-
Requires-Dist: Cython==3.0.5
|
43
|
-
Requires-Dist: databricks-cli==0.17.8
|
44
|
-
Requires-Dist: docker==6.1.3
|
45
|
-
Requires-Dist: elementpath==4.1.5
|
46
|
-
Requires-Dist: emoji==2.8.0
|
47
|
-
Requires-Dist: entrypoints==0.4
|
48
|
-
Requires-Dist: et-xmlfile==1.1.0
|
49
|
-
Requires-Dist: filelock==3.13.1
|
50
|
-
Requires-Dist: flask==2.3.3
|
51
|
-
Requires-Dist: flatbuffers==23.5.26
|
52
|
-
Requires-Dist: fonttools==4.42.1
|
53
|
-
Requires-Dist: fsspec==2023.10.0
|
54
|
-
Requires-Dist: gast==0.4.0
|
55
|
-
Requires-Dist: gitdb==4.0.10
|
56
|
-
Requires-Dist: GitPython==3.1.37
|
57
|
-
Requires-Dist: google-auth==2.23.3
|
58
|
-
Requires-Dist: google-auth-oauthlib==0.4.6
|
59
|
-
Requires-Dist: google-pasta==0.2.0
|
60
|
-
Requires-Dist: greenlet==2.0.2
|
61
|
-
Requires-Dist: grpcio==1.59.0
|
62
|
-
Requires-Dist: h5py==3.10.0
|
63
|
-
Requires-Dist: huggingface-hub==0.24.6
|
64
|
-
Requires-Dist: idna==3.4
|
65
|
-
Requires-Dist: importlib-metadata==6.8.0
|
66
|
-
Requires-Dist: importlib-resources==6.1.0
|
67
|
-
Requires-Dist: itsdangerous==2.1.2
|
68
|
-
Requires-Dist: Jinja2==3.1.2
|
69
|
-
Requires-Dist: joblib==1.3.2
|
70
|
-
Requires-Dist: kaleido==0.2.1
|
71
|
-
Requires-Dist: keras==2.10.0
|
72
|
-
Requires-Dist: Keras-Preprocessing==1.1.2
|
73
|
-
Requires-Dist: kiwisolver==1.4.5
|
74
|
-
Requires-Dist: libclang==16.0.6
|
75
|
-
Requires-Dist: lxml==4.9.3
|
76
|
-
Requires-Dist: Mako==1.2.4
|
77
|
-
Requires-Dist: Markdown==3.4.4
|
78
|
-
Requires-Dist: MarkupSafe==2.1.3
|
79
|
-
Requires-Dist: matplotlib==3.7.3
|
80
|
-
Requires-Dist: mlflow==2.7.1
|
81
|
-
Requires-Dist: mpmath==1.3.0
|
82
|
-
Requires-Dist: msgpack==1.0.7
|
83
|
-
Requires-Dist: networkx==3.1
|
84
|
-
Requires-Dist: nltk==3.8.1
|
85
|
-
Requires-Dist: numexpr==2.8.6
|
86
|
-
Requires-Dist: numpy==1.24.4
|
87
|
-
Requires-Dist: oauthlib==3.2.2
|
88
|
-
Requires-Dist: openpyxl==3.1.2
|
89
|
-
Requires-Dist: opt-einsum==3.3.0
|
90
|
-
Requires-Dist: packaging==23.1
|
91
|
-
Requires-Dist: pandas==2.0.3
|
92
|
-
Requires-Dist: patool==1.12
|
93
|
-
Requires-Dist: Pillow==10.0.1
|
94
|
-
Requires-Dist: plotly==5.22.0
|
95
|
-
Requires-Dist: protobuf==3.19.6
|
96
|
-
Requires-Dist: py-cpuinfo==9.0.0
|
97
|
-
Requires-Dist: pyarrow==13.0.0
|
98
|
-
Requires-Dist: pyasn1==0.5.0
|
99
|
-
Requires-Dist: pyasn1-modules==0.3.0
|
100
|
-
Requires-Dist: pycodestyle==2.11.1
|
101
|
-
Requires-Dist: PyJWT==2.8.0
|
102
|
-
Requires-Dist: pyparsing==3.1.1
|
103
|
-
Requires-Dist: python-dateutil==2.8.2
|
104
|
-
Requires-Dist: python-stopwatch==1.0.5
|
105
|
-
Requires-Dist: pytz==2023.3.post1
|
106
|
-
Requires-Dist: pywin32==306
|
107
|
-
Requires-Dist: PyYAML==6.0.1
|
108
|
-
Requires-Dist: querystring-parser==1.2.4
|
109
|
-
Requires-Dist: rarfile==4.1
|
110
|
-
Requires-Dist: rdkit==2023.3.3
|
111
|
-
Requires-Dist: regex==2023.10.3
|
112
|
-
Requires-Dist: requests==2.31.0
|
113
|
-
Requires-Dist: requests-oauthlib==1.3.1
|
114
|
-
Requires-Dist: rsa==4.9
|
115
|
-
Requires-Dist: safetensors==0.4.4
|
116
|
-
Requires-Dist: scikit-learn==1.3.1
|
117
|
-
Requires-Dist: scipy==1.10.1
|
118
|
-
Requires-Dist: seaborn==0.13.0
|
119
|
-
Requires-Dist: sentence-transformers==3.0.1
|
120
|
-
Requires-Dist: six==1.16.0
|
121
|
-
Requires-Dist: smmap==5.0.1
|
122
|
-
Requires-Dist: SQLAlchemy==2.0.21
|
123
|
-
Requires-Dist: sqlparse==0.4.4
|
124
|
-
Requires-Dist: stanfordnlp==0.2.0
|
125
|
-
Requires-Dist: stanza==1.6.1
|
126
|
-
Requires-Dist: sympy==1.12
|
127
|
-
Requires-Dist: tables==3.8.0
|
128
|
-
Requires-Dist: tabulate==0.9.0
|
129
|
-
Requires-Dist: tenacity==8.3.0
|
130
|
-
Requires-Dist: tensorboard==2.10.1
|
131
|
-
Requires-Dist: tensorboard-data-server==0.6.1
|
132
|
-
Requires-Dist: tensorboard-plugin-wit==1.8.1
|
133
|
-
Requires-Dist: tensorflow==2.10.0
|
134
|
-
Requires-Dist: tensorflow-addons==0.21.0
|
135
|
-
Requires-Dist: tensorflow-estimator==2.10.0
|
136
|
-
Requires-Dist: tensorflow-io-gcs-filesystem==0.31.0
|
137
|
-
Requires-Dist: termcolor==2.3.0
|
138
|
-
Requires-Dist: threadpoolctl==3.2.0
|
139
|
-
Requires-Dist: tokenizers==0.19.1
|
140
|
-
Requires-Dist: tomli==2.0.1
|
141
|
-
Requires-Dist: torch==2.1.1
|
142
|
-
Requires-Dist: tqdm==4.66.1
|
143
|
-
Requires-Dist: transformers==4.44.2
|
144
|
-
Requires-Dist: typeguard==2.13.3
|
145
|
-
Requires-Dist: typing-extensions==4.8.0
|
146
|
-
Requires-Dist: tzdata==2023.3
|
147
|
-
Requires-Dist: urllib3==1.26.16
|
148
|
-
Requires-Dist: waitress==2.1.2
|
149
|
-
Requires-Dist: websocket-client==1.6.3
|
150
|
-
Requires-Dist: werkzeug==2.3.7
|
151
|
-
Requires-Dist: wrapt==1.15.0
|
152
|
-
Requires-Dist: xgboost==2.0.3
|
153
|
-
Requires-Dist: xmlschema==2.5.0
|
154
|
-
Requires-Dist: zipp==3.17.0
|
ddi_fw-0.0.8/pyproject.toml
DELETED
@@ -1,190 +0,0 @@
|
|
1
|
-
# See https://setuptools.readthedocs.io/en/latest/build_meta.html
|
2
|
-
[build-system]
|
3
|
-
requires = ["setuptools", "wheel"]
|
4
|
-
build-backend = "setuptools.build_meta"
|
5
|
-
|
6
|
-
[project]
|
7
|
-
name = "ddi_fw"
|
8
|
-
version = "0.0.8"
|
9
|
-
description = "Do not use :)"
|
10
|
-
readme = "README.md"
|
11
|
-
authors = [
|
12
|
-
{ name = "Kıvanç Bayraktar", email = "bayraktarkivanc@gmail.com" }
|
13
|
-
]
|
14
|
-
maintainers = [
|
15
|
-
{ name = "Kıvanç Bayraktar", email = "bayraktarkivanc@gmail.com" }
|
16
|
-
]
|
17
|
-
|
18
|
-
# See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#classifiers
|
19
|
-
# Search tags using the controlled vocabulary at https://pypi.org/classifiers
|
20
|
-
classifiers = [
|
21
|
-
"Development Status :: 1 - Planning",
|
22
|
-
"Environment :: Console",
|
23
|
-
"Intended Audience :: Science/Research",
|
24
|
-
"License :: OSI Approved :: MIT License",
|
25
|
-
"Operating System :: OS Independent",
|
26
|
-
"Framework :: Pytest",
|
27
|
-
"Framework :: tox",
|
28
|
-
"Framework :: Sphinx",
|
29
|
-
"Programming Language :: Python",
|
30
|
-
"Programming Language :: Python :: 3.8",
|
31
|
-
"Programming Language :: Python :: 3 :: Only",
|
32
|
-
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
33
|
-
"Topic :: Scientific/Engineering :: Bio-Informatics",
|
34
|
-
"Topic :: Scientific/Engineering :: Information Analysis",
|
35
|
-
"Topic :: Scientific/Engineering :: Medical Science Apps."
|
36
|
-
]
|
37
|
-
keywords = [
|
38
|
-
"Machine Learning",
|
39
|
-
]
|
40
|
-
|
41
|
-
# License Information. This can be any valid SPDX identifiers that can be resolved
|
42
|
-
# with URLs like https://spdx.org/licenses/MIT
|
43
|
-
# See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
|
44
|
-
license = { file = "LICENSE" }
|
45
|
-
|
46
|
-
requires-python = ">=3.8"
|
47
|
-
dependencies = [
|
48
|
-
"absl-py==2.0.0"
|
49
|
-
,"alembic==1.12.0"
|
50
|
-
,"astunparse==1.6.3"
|
51
|
-
,"autopep8==2.0.4"
|
52
|
-
,"bidict==0.23.1"
|
53
|
-
,"biopython==1.81"
|
54
|
-
,"blinker==1.6.2"
|
55
|
-
,"blosc2==2.0.0"
|
56
|
-
,"cachetools==5.3.1"
|
57
|
-
,"certifi==2023.7.22"
|
58
|
-
,"charset-normalizer==3.2.0"
|
59
|
-
,"click==8.1.7"
|
60
|
-
,"cloudpickle==2.2.1"
|
61
|
-
,"colorama==0.4.6"
|
62
|
-
,"compress-json-python==3.0.0"
|
63
|
-
,"contourpy==1.1.1"
|
64
|
-
,"cycler==0.11.0"
|
65
|
-
,"Cython==3.0.5"
|
66
|
-
,"databricks-cli==0.17.8"
|
67
|
-
,"docker==6.1.3"
|
68
|
-
,"elementpath==4.1.5"
|
69
|
-
,"emoji==2.8.0"
|
70
|
-
,"entrypoints==0.4"
|
71
|
-
,"et-xmlfile==1.1.0"
|
72
|
-
,"filelock==3.13.1"
|
73
|
-
,"flask==2.3.3"
|
74
|
-
,"flatbuffers==23.5.26"
|
75
|
-
,"fonttools==4.42.1"
|
76
|
-
,"fsspec==2023.10.0"
|
77
|
-
,"gast==0.4.0"
|
78
|
-
,"gitdb==4.0.10"
|
79
|
-
,"GitPython==3.1.37"
|
80
|
-
,"google-auth==2.23.3"
|
81
|
-
,"google-auth-oauthlib==0.4.6"
|
82
|
-
,"google-pasta==0.2.0"
|
83
|
-
,"greenlet==2.0.2"
|
84
|
-
,"grpcio==1.59.0"
|
85
|
-
,"h5py==3.10.0"
|
86
|
-
,"huggingface-hub==0.24.6"
|
87
|
-
,"idna==3.4"
|
88
|
-
,"importlib-metadata==6.8.0"
|
89
|
-
,"importlib-resources==6.1.0"
|
90
|
-
,"itsdangerous==2.1.2"
|
91
|
-
,"Jinja2==3.1.2"
|
92
|
-
,"joblib==1.3.2"
|
93
|
-
,"kaleido==0.2.1"
|
94
|
-
,"keras==2.10.0"
|
95
|
-
,"Keras-Preprocessing==1.1.2"
|
96
|
-
,"kiwisolver==1.4.5"
|
97
|
-
,"libclang==16.0.6"
|
98
|
-
,"lxml==4.9.3"
|
99
|
-
,"Mako==1.2.4"
|
100
|
-
,"Markdown==3.4.4"
|
101
|
-
,"MarkupSafe==2.1.3"
|
102
|
-
,"matplotlib==3.7.3"
|
103
|
-
,"mlflow==2.7.1"
|
104
|
-
,"mpmath==1.3.0"
|
105
|
-
,"msgpack==1.0.7"
|
106
|
-
,"networkx==3.1"
|
107
|
-
,"nltk==3.8.1"
|
108
|
-
,"numexpr==2.8.6"
|
109
|
-
,"numpy==1.24.4"
|
110
|
-
,"oauthlib==3.2.2"
|
111
|
-
,"openpyxl==3.1.2"
|
112
|
-
,"opt-einsum==3.3.0"
|
113
|
-
,"packaging==23.1"
|
114
|
-
,"pandas==2.0.3"
|
115
|
-
,"patool==1.12"
|
116
|
-
,"Pillow==10.0.1"
|
117
|
-
,"plotly==5.22.0"
|
118
|
-
,"protobuf==3.19.6"
|
119
|
-
,"py-cpuinfo==9.0.0"
|
120
|
-
,"pyarrow==13.0.0"
|
121
|
-
,"pyasn1==0.5.0"
|
122
|
-
,"pyasn1-modules==0.3.0"
|
123
|
-
,"pycodestyle==2.11.1"
|
124
|
-
,"PyJWT==2.8.0"
|
125
|
-
,"pyparsing==3.1.1"
|
126
|
-
,"python-dateutil==2.8.2"
|
127
|
-
,"python-stopwatch==1.0.5"
|
128
|
-
,"pytz==2023.3.post1"
|
129
|
-
,"pywin32==306"
|
130
|
-
,"PyYAML==6.0.1"
|
131
|
-
,"querystring-parser==1.2.4"
|
132
|
-
,"rarfile==4.1"
|
133
|
-
,"rdkit==2023.3.3"
|
134
|
-
,"regex==2023.10.3"
|
135
|
-
,"requests==2.31.0"
|
136
|
-
,"requests-oauthlib==1.3.1"
|
137
|
-
,"rsa==4.9"
|
138
|
-
,"safetensors==0.4.4"
|
139
|
-
,"scikit-learn==1.3.1"
|
140
|
-
,"scipy==1.10.1"
|
141
|
-
,"seaborn==0.13.0"
|
142
|
-
,"sentence-transformers==3.0.1"
|
143
|
-
,"six==1.16.0"
|
144
|
-
,"smmap==5.0.1"
|
145
|
-
,"SQLAlchemy==2.0.21"
|
146
|
-
,"sqlparse==0.4.4"
|
147
|
-
,"stanfordnlp==0.2.0"
|
148
|
-
,"stanza==1.6.1"
|
149
|
-
,"sympy==1.12"
|
150
|
-
,"tables==3.8.0"
|
151
|
-
,"tabulate==0.9.0"
|
152
|
-
,"tenacity==8.3.0"
|
153
|
-
,"tensorboard==2.10.1"
|
154
|
-
,"tensorboard-data-server==0.6.1"
|
155
|
-
,"tensorboard-plugin-wit==1.8.1"
|
156
|
-
,"tensorflow==2.10.0"
|
157
|
-
,"tensorflow-addons==0.21.0"
|
158
|
-
,"tensorflow-estimator==2.10.0"
|
159
|
-
,"tensorflow-io-gcs-filesystem==0.31.0"
|
160
|
-
,"termcolor==2.3.0"
|
161
|
-
,"threadpoolctl==3.2.0"
|
162
|
-
,"tokenizers==0.19.1"
|
163
|
-
,"tomli==2.0.1"
|
164
|
-
,"torch==2.1.1"
|
165
|
-
,"tqdm==4.66.1"
|
166
|
-
,"transformers==4.44.2"
|
167
|
-
,"typeguard==2.13.3"
|
168
|
-
,"typing-extensions==4.8.0"
|
169
|
-
,"tzdata==2023.3"
|
170
|
-
,"urllib3==1.26.16"
|
171
|
-
,"waitress==2.1.2"
|
172
|
-
,"websocket-client==1.6.3"
|
173
|
-
,"werkzeug==2.3.7"
|
174
|
-
,"wrapt==1.15.0"
|
175
|
-
,"xgboost==2.0.3"
|
176
|
-
,"xmlschema==2.5.0"
|
177
|
-
,"zipp==3.17.0"
|
178
|
-
]
|
179
|
-
|
180
|
-
|
181
|
-
[tool.setuptools]
|
182
|
-
package-dir = { "" = "src" }
|
183
|
-
|
184
|
-
[tool.setuptools.packages.find]
|
185
|
-
# this implicitly sets `packages = ":find"`
|
186
|
-
where = ["src"] # list of folders that contain the packages (["."] by default)
|
187
|
-
|
188
|
-
# See https://setuptools.pypa.io/en/latest/userguide/datafiles.html
|
189
|
-
[tool.setuptools.package-data]
|
190
|
-
"*" = ["*.*"]
|
@@ -1,154 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: ddi_fw
|
3
|
-
Version: 0.0.8
|
4
|
-
Summary: Do not use :)
|
5
|
-
Author-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
|
6
|
-
Maintainer-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
|
7
|
-
Keywords: Machine Learning
|
8
|
-
Classifier: Development Status :: 1 - Planning
|
9
|
-
Classifier: Environment :: Console
|
10
|
-
Classifier: Intended Audience :: Science/Research
|
11
|
-
Classifier: License :: OSI Approved :: MIT License
|
12
|
-
Classifier: Operating System :: OS Independent
|
13
|
-
Classifier: Framework :: Pytest
|
14
|
-
Classifier: Framework :: tox
|
15
|
-
Classifier: Framework :: Sphinx
|
16
|
-
Classifier: Programming Language :: Python
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
18
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
19
|
-
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
20
|
-
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
21
|
-
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
22
|
-
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
|
23
|
-
Requires-Python: >=3.8
|
24
|
-
Description-Content-Type: text/markdown
|
25
|
-
Requires-Dist: absl-py==2.0.0
|
26
|
-
Requires-Dist: alembic==1.12.0
|
27
|
-
Requires-Dist: astunparse==1.6.3
|
28
|
-
Requires-Dist: autopep8==2.0.4
|
29
|
-
Requires-Dist: bidict==0.23.1
|
30
|
-
Requires-Dist: biopython==1.81
|
31
|
-
Requires-Dist: blinker==1.6.2
|
32
|
-
Requires-Dist: blosc2==2.0.0
|
33
|
-
Requires-Dist: cachetools==5.3.1
|
34
|
-
Requires-Dist: certifi==2023.7.22
|
35
|
-
Requires-Dist: charset-normalizer==3.2.0
|
36
|
-
Requires-Dist: click==8.1.7
|
37
|
-
Requires-Dist: cloudpickle==2.2.1
|
38
|
-
Requires-Dist: colorama==0.4.6
|
39
|
-
Requires-Dist: compress-json-python==3.0.0
|
40
|
-
Requires-Dist: contourpy==1.1.1
|
41
|
-
Requires-Dist: cycler==0.11.0
|
42
|
-
Requires-Dist: Cython==3.0.5
|
43
|
-
Requires-Dist: databricks-cli==0.17.8
|
44
|
-
Requires-Dist: docker==6.1.3
|
45
|
-
Requires-Dist: elementpath==4.1.5
|
46
|
-
Requires-Dist: emoji==2.8.0
|
47
|
-
Requires-Dist: entrypoints==0.4
|
48
|
-
Requires-Dist: et-xmlfile==1.1.0
|
49
|
-
Requires-Dist: filelock==3.13.1
|
50
|
-
Requires-Dist: flask==2.3.3
|
51
|
-
Requires-Dist: flatbuffers==23.5.26
|
52
|
-
Requires-Dist: fonttools==4.42.1
|
53
|
-
Requires-Dist: fsspec==2023.10.0
|
54
|
-
Requires-Dist: gast==0.4.0
|
55
|
-
Requires-Dist: gitdb==4.0.10
|
56
|
-
Requires-Dist: GitPython==3.1.37
|
57
|
-
Requires-Dist: google-auth==2.23.3
|
58
|
-
Requires-Dist: google-auth-oauthlib==0.4.6
|
59
|
-
Requires-Dist: google-pasta==0.2.0
|
60
|
-
Requires-Dist: greenlet==2.0.2
|
61
|
-
Requires-Dist: grpcio==1.59.0
|
62
|
-
Requires-Dist: h5py==3.10.0
|
63
|
-
Requires-Dist: huggingface-hub==0.24.6
|
64
|
-
Requires-Dist: idna==3.4
|
65
|
-
Requires-Dist: importlib-metadata==6.8.0
|
66
|
-
Requires-Dist: importlib-resources==6.1.0
|
67
|
-
Requires-Dist: itsdangerous==2.1.2
|
68
|
-
Requires-Dist: Jinja2==3.1.2
|
69
|
-
Requires-Dist: joblib==1.3.2
|
70
|
-
Requires-Dist: kaleido==0.2.1
|
71
|
-
Requires-Dist: keras==2.10.0
|
72
|
-
Requires-Dist: Keras-Preprocessing==1.1.2
|
73
|
-
Requires-Dist: kiwisolver==1.4.5
|
74
|
-
Requires-Dist: libclang==16.0.6
|
75
|
-
Requires-Dist: lxml==4.9.3
|
76
|
-
Requires-Dist: Mako==1.2.4
|
77
|
-
Requires-Dist: Markdown==3.4.4
|
78
|
-
Requires-Dist: MarkupSafe==2.1.3
|
79
|
-
Requires-Dist: matplotlib==3.7.3
|
80
|
-
Requires-Dist: mlflow==2.7.1
|
81
|
-
Requires-Dist: mpmath==1.3.0
|
82
|
-
Requires-Dist: msgpack==1.0.7
|
83
|
-
Requires-Dist: networkx==3.1
|
84
|
-
Requires-Dist: nltk==3.8.1
|
85
|
-
Requires-Dist: numexpr==2.8.6
|
86
|
-
Requires-Dist: numpy==1.24.4
|
87
|
-
Requires-Dist: oauthlib==3.2.2
|
88
|
-
Requires-Dist: openpyxl==3.1.2
|
89
|
-
Requires-Dist: opt-einsum==3.3.0
|
90
|
-
Requires-Dist: packaging==23.1
|
91
|
-
Requires-Dist: pandas==2.0.3
|
92
|
-
Requires-Dist: patool==1.12
|
93
|
-
Requires-Dist: Pillow==10.0.1
|
94
|
-
Requires-Dist: plotly==5.22.0
|
95
|
-
Requires-Dist: protobuf==3.19.6
|
96
|
-
Requires-Dist: py-cpuinfo==9.0.0
|
97
|
-
Requires-Dist: pyarrow==13.0.0
|
98
|
-
Requires-Dist: pyasn1==0.5.0
|
99
|
-
Requires-Dist: pyasn1-modules==0.3.0
|
100
|
-
Requires-Dist: pycodestyle==2.11.1
|
101
|
-
Requires-Dist: PyJWT==2.8.0
|
102
|
-
Requires-Dist: pyparsing==3.1.1
|
103
|
-
Requires-Dist: python-dateutil==2.8.2
|
104
|
-
Requires-Dist: python-stopwatch==1.0.5
|
105
|
-
Requires-Dist: pytz==2023.3.post1
|
106
|
-
Requires-Dist: pywin32==306
|
107
|
-
Requires-Dist: PyYAML==6.0.1
|
108
|
-
Requires-Dist: querystring-parser==1.2.4
|
109
|
-
Requires-Dist: rarfile==4.1
|
110
|
-
Requires-Dist: rdkit==2023.3.3
|
111
|
-
Requires-Dist: regex==2023.10.3
|
112
|
-
Requires-Dist: requests==2.31.0
|
113
|
-
Requires-Dist: requests-oauthlib==1.3.1
|
114
|
-
Requires-Dist: rsa==4.9
|
115
|
-
Requires-Dist: safetensors==0.4.4
|
116
|
-
Requires-Dist: scikit-learn==1.3.1
|
117
|
-
Requires-Dist: scipy==1.10.1
|
118
|
-
Requires-Dist: seaborn==0.13.0
|
119
|
-
Requires-Dist: sentence-transformers==3.0.1
|
120
|
-
Requires-Dist: six==1.16.0
|
121
|
-
Requires-Dist: smmap==5.0.1
|
122
|
-
Requires-Dist: SQLAlchemy==2.0.21
|
123
|
-
Requires-Dist: sqlparse==0.4.4
|
124
|
-
Requires-Dist: stanfordnlp==0.2.0
|
125
|
-
Requires-Dist: stanza==1.6.1
|
126
|
-
Requires-Dist: sympy==1.12
|
127
|
-
Requires-Dist: tables==3.8.0
|
128
|
-
Requires-Dist: tabulate==0.9.0
|
129
|
-
Requires-Dist: tenacity==8.3.0
|
130
|
-
Requires-Dist: tensorboard==2.10.1
|
131
|
-
Requires-Dist: tensorboard-data-server==0.6.1
|
132
|
-
Requires-Dist: tensorboard-plugin-wit==1.8.1
|
133
|
-
Requires-Dist: tensorflow==2.10.0
|
134
|
-
Requires-Dist: tensorflow-addons==0.21.0
|
135
|
-
Requires-Dist: tensorflow-estimator==2.10.0
|
136
|
-
Requires-Dist: tensorflow-io-gcs-filesystem==0.31.0
|
137
|
-
Requires-Dist: termcolor==2.3.0
|
138
|
-
Requires-Dist: threadpoolctl==3.2.0
|
139
|
-
Requires-Dist: tokenizers==0.19.1
|
140
|
-
Requires-Dist: tomli==2.0.1
|
141
|
-
Requires-Dist: torch==2.1.1
|
142
|
-
Requires-Dist: tqdm==4.66.1
|
143
|
-
Requires-Dist: transformers==4.44.2
|
144
|
-
Requires-Dist: typeguard==2.13.3
|
145
|
-
Requires-Dist: typing-extensions==4.8.0
|
146
|
-
Requires-Dist: tzdata==2023.3
|
147
|
-
Requires-Dist: urllib3==1.26.16
|
148
|
-
Requires-Dist: waitress==2.1.2
|
149
|
-
Requires-Dist: websocket-client==1.6.3
|
150
|
-
Requires-Dist: werkzeug==2.3.7
|
151
|
-
Requires-Dist: wrapt==1.15.0
|
152
|
-
Requires-Dist: xgboost==2.0.3
|
153
|
-
Requires-Dist: xmlschema==2.5.0
|
154
|
-
Requires-Dist: zipp==3.17.0
|
@@ -1,130 +0,0 @@
|
|
1
|
-
absl-py==2.0.0
|
2
|
-
alembic==1.12.0
|
3
|
-
astunparse==1.6.3
|
4
|
-
autopep8==2.0.4
|
5
|
-
bidict==0.23.1
|
6
|
-
biopython==1.81
|
7
|
-
blinker==1.6.2
|
8
|
-
blosc2==2.0.0
|
9
|
-
cachetools==5.3.1
|
10
|
-
certifi==2023.7.22
|
11
|
-
charset-normalizer==3.2.0
|
12
|
-
click==8.1.7
|
13
|
-
cloudpickle==2.2.1
|
14
|
-
colorama==0.4.6
|
15
|
-
compress-json-python==3.0.0
|
16
|
-
contourpy==1.1.1
|
17
|
-
cycler==0.11.0
|
18
|
-
Cython==3.0.5
|
19
|
-
databricks-cli==0.17.8
|
20
|
-
docker==6.1.3
|
21
|
-
elementpath==4.1.5
|
22
|
-
emoji==2.8.0
|
23
|
-
entrypoints==0.4
|
24
|
-
et-xmlfile==1.1.0
|
25
|
-
filelock==3.13.1
|
26
|
-
flask==2.3.3
|
27
|
-
flatbuffers==23.5.26
|
28
|
-
fonttools==4.42.1
|
29
|
-
fsspec==2023.10.0
|
30
|
-
gast==0.4.0
|
31
|
-
gitdb==4.0.10
|
32
|
-
GitPython==3.1.37
|
33
|
-
google-auth==2.23.3
|
34
|
-
google-auth-oauthlib==0.4.6
|
35
|
-
google-pasta==0.2.0
|
36
|
-
greenlet==2.0.2
|
37
|
-
grpcio==1.59.0
|
38
|
-
h5py==3.10.0
|
39
|
-
huggingface-hub==0.24.6
|
40
|
-
idna==3.4
|
41
|
-
importlib-metadata==6.8.0
|
42
|
-
importlib-resources==6.1.0
|
43
|
-
itsdangerous==2.1.2
|
44
|
-
Jinja2==3.1.2
|
45
|
-
joblib==1.3.2
|
46
|
-
kaleido==0.2.1
|
47
|
-
keras==2.10.0
|
48
|
-
Keras-Preprocessing==1.1.2
|
49
|
-
kiwisolver==1.4.5
|
50
|
-
libclang==16.0.6
|
51
|
-
lxml==4.9.3
|
52
|
-
Mako==1.2.4
|
53
|
-
Markdown==3.4.4
|
54
|
-
MarkupSafe==2.1.3
|
55
|
-
matplotlib==3.7.3
|
56
|
-
mlflow==2.7.1
|
57
|
-
mpmath==1.3.0
|
58
|
-
msgpack==1.0.7
|
59
|
-
networkx==3.1
|
60
|
-
nltk==3.8.1
|
61
|
-
numexpr==2.8.6
|
62
|
-
numpy==1.24.4
|
63
|
-
oauthlib==3.2.2
|
64
|
-
openpyxl==3.1.2
|
65
|
-
opt-einsum==3.3.0
|
66
|
-
packaging==23.1
|
67
|
-
pandas==2.0.3
|
68
|
-
patool==1.12
|
69
|
-
Pillow==10.0.1
|
70
|
-
plotly==5.22.0
|
71
|
-
protobuf==3.19.6
|
72
|
-
py-cpuinfo==9.0.0
|
73
|
-
pyarrow==13.0.0
|
74
|
-
pyasn1==0.5.0
|
75
|
-
pyasn1-modules==0.3.0
|
76
|
-
pycodestyle==2.11.1
|
77
|
-
PyJWT==2.8.0
|
78
|
-
pyparsing==3.1.1
|
79
|
-
python-dateutil==2.8.2
|
80
|
-
python-stopwatch==1.0.5
|
81
|
-
pytz==2023.3.post1
|
82
|
-
pywin32==306
|
83
|
-
PyYAML==6.0.1
|
84
|
-
querystring-parser==1.2.4
|
85
|
-
rarfile==4.1
|
86
|
-
rdkit==2023.3.3
|
87
|
-
regex==2023.10.3
|
88
|
-
requests==2.31.0
|
89
|
-
requests-oauthlib==1.3.1
|
90
|
-
rsa==4.9
|
91
|
-
safetensors==0.4.4
|
92
|
-
scikit-learn==1.3.1
|
93
|
-
scipy==1.10.1
|
94
|
-
seaborn==0.13.0
|
95
|
-
sentence-transformers==3.0.1
|
96
|
-
six==1.16.0
|
97
|
-
smmap==5.0.1
|
98
|
-
SQLAlchemy==2.0.21
|
99
|
-
sqlparse==0.4.4
|
100
|
-
stanfordnlp==0.2.0
|
101
|
-
stanza==1.6.1
|
102
|
-
sympy==1.12
|
103
|
-
tables==3.8.0
|
104
|
-
tabulate==0.9.0
|
105
|
-
tenacity==8.3.0
|
106
|
-
tensorboard==2.10.1
|
107
|
-
tensorboard-data-server==0.6.1
|
108
|
-
tensorboard-plugin-wit==1.8.1
|
109
|
-
tensorflow==2.10.0
|
110
|
-
tensorflow-addons==0.21.0
|
111
|
-
tensorflow-estimator==2.10.0
|
112
|
-
tensorflow-io-gcs-filesystem==0.31.0
|
113
|
-
termcolor==2.3.0
|
114
|
-
threadpoolctl==3.2.0
|
115
|
-
tokenizers==0.19.1
|
116
|
-
tomli==2.0.1
|
117
|
-
torch==2.1.1
|
118
|
-
tqdm==4.66.1
|
119
|
-
transformers==4.44.2
|
120
|
-
typeguard==2.13.3
|
121
|
-
typing-extensions==4.8.0
|
122
|
-
tzdata==2023.3
|
123
|
-
urllib3==1.26.16
|
124
|
-
waitress==2.1.2
|
125
|
-
websocket-client==1.6.3
|
126
|
-
werkzeug==2.3.7
|
127
|
-
wrapt==1.15.0
|
128
|
-
xgboost==2.0.3
|
129
|
-
xmlschema==2.5.0
|
130
|
-
zipp==3.17.0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_0.txt
RENAMED
File without changes
|
{ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_1.txt
RENAMED
File without changes
|
{ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_2.txt
RENAMED
File without changes
|
{ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_3.txt
RENAMED
File without changes
|
{ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/ddi_mdl/indexes_old/validation_fold_4.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/df_extraction_cleanxiaoyu50.csv
RENAMED
File without changes
|
{ddi_fw-0.0.8 → ddi_fw-0.0.10}/src/ddi_fw/datasets/mdf_sa_ddi/drug_information_del_noDDIxiaoyu50.csv
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|