Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scikit-learn Updates #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdtm_mapper/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ botocore
setuptools==39.1.0
numpy
Keras
scikit_learn
scikit-learn
pathlib
################################################################
# TensorFlow can be installed either as CPU or GPU versions.
# You select which one to install by (un)commenting these lines.

#tensorflow # CPU Version of TensorFlow.
# tensorflow-gpu # GPU version of TensorFlow.
#tensorflow_hub
#tensorflow_hub
4 changes: 2 additions & 2 deletions sdtm_mapper/requirements.txt.bak
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ botocore
setuptools==39.1.0
numpy
Keras
scikit_learn
scikit-learn
pathlib
################################################################
# TensorFlow can be installed either as CPU or GPU versions.
# You select which one to install by (un)commenting these lines.

#tensorflow # CPU Version of TensorFlow.
# tensorflow-gpu # GPU version of TensorFlow.
tensorflow_hub
tensorflow_hub
4 changes: 2 additions & 2 deletions sdtm_mapper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description_content_type="text/markdown",
license='LICENSE',
include_package_data=True,
install_requires=['numpy','pandas','pathlib','sas7bdat','boto3','botocore','sklearn','keras'],
install_requires=['numpy','pandas','pathlib','sas7bdat','boto3','botocore','scikit-learn','keras'],
url='https://github.com/stomioka/sdtm_mapper',
packages=setuptools.find_packages(exclude=('tests','doc','docs','images','poc','SDTMMapper','train_data','tutorials')),
classifiers=[
Expand All @@ -23,4 +23,4 @@
"Natural Language :: English",
"Topic :: Scientific/Engineering :: Artificial Intelligence"
],
)
)
4 changes: 2 additions & 2 deletions sdtm_mapper/setup.py.bak
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ setuptools.setup(
long_description_content_type="text/markdown",
license='LICENSE',
include_package_data=True,
install_requires=['numpy','pandas','pathlib','sas7bdat','boto3','botocore','sklearn','keras'],
install_requires=['numpy','pandas','pathlib','sas7bdat','boto3','botocore','scikit-learn','keras'],
url='https://github.com/stomioka/sdtm_mapper',
packages=setuptools.find_packages(exclude=('tests','doc','docs','images','poc','SDTMMapper','train_data','tutorials')),
classifiers=[
Expand All @@ -23,4 +23,4 @@ setuptools.setup(
"Natural Language :: English",
"Topic :: Scientific/Engineering :: Artificial Intelligence"
],
)
)