HDI-Project / ATM

Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).
https://hdi-project.github.io/ATM/
MIT License
527 stars 141 forks source link

Issue 136 - Change mysqlclient to pymysql #139

Closed pvk-developer closed 5 years ago

pvk-developer commented 5 years ago

Updated setup.py with new pymysql connector that is writen in python and does not require libmysqlclient-dev

Resolve #136

codecov-io commented 5 years ago

Codecov Report

Merging #139 into master will increase coverage by 0.14%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   62.81%   62.95%   +0.14%     
==========================================
  Files          15       15              
  Lines        1654     1663       +9     
==========================================
+ Hits         1039     1047       +8     
- Misses        615      616       +1
Impacted Files Coverage Δ
atm/database.py 74.12% <100%> (+0.5%) :arrow_up:
atm/config.py 77.47% <75%> (-0.31%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a283c19...78d31b0. Read the comment docs.