62e5048311cc9495466a154af900d5a7637c2e99,setup.py,,,#,3
Before Change
version="0.2.1",
packages=setuptools.find_packages(),
package_data={"": ["*.txt", "*.md"]},
install_requires=["liac-arff>=2.1.1dev",
"numpy>=1.6.2",
"scipy>=0.13.3",
"xmltodict",
"nose",
"numpydoc",
"requests"],
test_suite="nose.collector",
classifiers=["Intended Audience :: Science/Research",
"Intended Audience :: Developers",
After Change
line = line.strip()
if line:
// Make sure the github URLs work here as well
split = line.split("@")
split = split[0]
split = split.split("/")
url = "/".join(split[:-1])
requirement = split[-1]
requirements.append(requirement)
// Add the rest of the URL to the dependency links to allow
// setup.py test to work
if "git+https" in url:
dependency_links.append(line.replace("git+", ""))
setuptools.setup(name="openml",
author="Matthias Feurer",
author_email="feurerm@informatik.uni-freiburg.de",
maintainer="Matthias Feurer",
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: openml/openml-python
Commit Name: 62e5048311cc9495466a154af900d5a7637c2e99
Time: 2016-02-23
Author: feurerm@informatik.uni-freiburg.de
File Name: setup.py
Class Name:
Method Name:
Project Name: 13o-bbr-bbq/machine_learning_security
Commit Name: 4eb75141ee285b24cdfb0d5a5940da6ee5c59f75
Time: 2018-07-06
Author: takaesu235@gmail.com
File Name: DeepExploit/deep_plugin/classifier_signature/Classifier_signature.py
Class Name: ClassifierSignature
Method Name: classifier_signature
Project Name: explosion/spaCy
Commit Name: daa8c3787a61ebbb5786b6496aa4ab3f15c83f5c
Time: 2019-03-16
Author: honnibal+gh@gmail.com
File Name: spacy/cli/train.py
Class Name:
Method Name: train