Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdboom authored Sep 13, 2019
1 parent 828e452 commit f14309e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="/images/logo.png" alt="ATOM" title="ATOM" width="500" height="140" />
<img src="https://github.com/tvdboom/ATOM/blob/master/images/logo.png?raw=true" alt="ATOM" title="ATOM" width="500" height="140" />
</p>

# Automated Tool for Optimized Modelling
Expand Down Expand Up @@ -27,7 +27,7 @@ ATOM is a python package for exploration of ML problems. With just a few lines o


<p align="center">
<img src="/images/diagram.png" alt="diagram" title="diagram" width="700" height="250" />
<img src="https://github.com/tvdboom/ATOM/blob/master/images/diagram.png?raw=true" alt="diagram" title="diagram" width="700" height="250" />
</p>


Expand Down
14 changes: 6 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
long_description = fh.read()

setuptools.setup(
name='atom',
version='v1.0.3',
name='atom-ml',
version='v1.1.3',
license='MIT',
description='ATOM is an AutoML package',
download_url='https://github.com/tvdboom/ATOM/archive/v1.0.3.tar.gz',
description='AutoML package for model comparison tasks',
download_url='https://github.com/tvdboom/ATOM/archive/v1.1.3.tar.gz',
url='http://github.com/tvdboom/ATOM',
author='tvdboom',
author_email='m.524687@gmail.com',
keywords=['AutoML', 'Machine Learning'],
long_description=long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
packages=['atom'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -37,8 +37,6 @@
'GpyOpt>=1.2.5',
'matplotlib>=3.1.1',
'seaborn>=0.9.0',
'xgboost>=0.90'
],
extras_require={
'xgboost>=0.90',
},
python_requires='>=3.6')

0 comments on commit f14309e

Please sign in to comment.