Read the Docs build information Build id: 113523 Project: leapyear-python-docs Version: latest Commit: 40fd678191135b86e7459101bb05c391362aea2c Date: 2018-06-01T17:18:02.546115Z State: finished Success: True [rtd-command-info] start-time: 2018-06-01T22:18:03.290647Z, end-time: 2018-06-01T22:18:03.299287Z, duration: 0, exit-code: 0 git remote set-url origin git@github.com:LeapYear/python-docs.git [rtd-command-info] start-time: 2018-06-01T22:18:03.365689Z, end-time: 2018-06-01T22:18:03.767715Z, duration: 0, exit-code: 0 git fetch --tags --prune From github.com:LeapYear/python-docs eb82e73..40fd678 master -> origin/master [rtd-command-info] start-time: 2018-06-01T22:18:03.841600Z, end-time: 2018-06-01T22:18:03.856430Z, duration: 0, exit-code: 0 git checkout --force origin/master Previous HEAD position was eb82e73... master HEAD is now at 40fd678... master [rtd-command-info] start-time: 2018-06-01T22:18:03.920133Z, end-time: 2018-06-01T22:18:03.967448Z, duration: 0, exit-code: 0 git clean -d -f -f Removing docs/_build/ [rtd-command-info] start-time: 2018-06-01T22:18:04.058206Z, end-time: 2018-06-01T22:18:04.063602Z, duration: 0, exit-code: 0 git branch -r origin/2.0.6 origin/2.0.7-rc1 origin/2.0.7-rc2 origin/CS-300 origin/HEAD -> origin/master origin/master [rtd-command-info] start-time: 2018-06-01T22:18:05.087428Z, end-time: 2018-06-01T22:18:08.489326Z, duration: 3, exit-code: 0 python3.6 -mvirtualenv --no-site-packages --no-download Using base prefix '/home/docs/.pyenv/versions/3.6.2' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/envs/latest/bin/python3.6 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/envs/latest/bin/python Installing setuptools, pip, wheel...done. [rtd-command-info] start-time: 2018-06-01T22:18:08.556311Z, end-time: 2018-06-01T22:18:18.121194Z, duration: 9, exit-code: 0 python pip install --use-wheel --upgrade --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/.cache/pip Pygments==2.2.0 setuptools<40 docutils==0.13.1 mock==1.0.1 pillow==2.6.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.5.4 recommonmark==0.4.0 sphinx==1.7.4 sphinx-rtd-theme<0.4 readthedocs-sphinx-ext<0.6 Collecting Pygments==2.2.0 Using cached https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl Collecting setuptools<40 Using cached https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl Collecting docutils==0.13.1 Using cached https://files.pythonhosted.org/packages/7c/30/8fb30d820c012a6f701a66618ce065b6d61d08ac0a77e47fc7808dbaee47/docutils-0.13.1-py3-none-any.whl Collecting mock==1.0.1 Collecting pillow==2.6.1 Collecting alabaster!=0.7.5,<0.8,>=0.7 Using cached https://files.pythonhosted.org/packages/2e/c3/9b7dcd8548cf2c00531763ba154e524af575e8f36701bacfe5bcadc67440/alabaster-0.7.10-py2.py3-none-any.whl Collecting commonmark==0.5.4 Collecting recommonmark==0.4.0 Using cached https://files.pythonhosted.org/packages/df/a5/8ee4b84af7f997dfdba71254a88008cfc19c49df98983c9a4919e798f8ce/recommonmark-0.4.0-py2.py3-none-any.whl Collecting sphinx==1.7.4 Using cached https://files.pythonhosted.org/packages/89/44/73cd04b856fa35a69e9e2e790aa283e2eaefb684e116f1d46d01a5e7986f/Sphinx-1.7.4-py2.py3-none-any.whl Collecting sphinx-rtd-theme<0.4 Using cached https://files.pythonhosted.org/packages/47/33/e3a1cc08acf0c50418c505d1b954adc950141ace691e3b4a22ba91950a32/sphinx_rtd_theme-0.3.1-py2.py3-none-any.whl Collecting readthedocs-sphinx-ext<0.6 Collecting snowballstemmer>=1.1 (from sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl Collecting six>=1.5 (from sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl Collecting sphinxcontrib-websupport (from sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/56/0f/3ee19ca5e5a1d9751cf4bbeb372d40a46421c4321fe55a4703ba66d0bafb/sphinxcontrib_websupport-1.0.1-py2.py3-none-any.whl Collecting Jinja2>=2.3 (from sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl Collecting babel!=2.0,>=1.3 (from sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl Collecting requests>=2.0.0 (from sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/49/df/50aa1999ab9bde74656c2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl Collecting packaging (from sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/ad/c2/b500ea05d5f9f361a562f089fc91f77ed3b4783e13a08a3daf82069b1224/packaging-17.1-py2.py3-none-any.whl Collecting imagesize (from sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/e9/79/31cc1c2e0daf575f8fd2b581e2975e6a6938bd439581f766b79c50479521/imagesize-1.0.0-py2.py3-none-any.whl Collecting nilsimsa>=0.3.7 (from readthedocs-sphinx-ext<0.6) Collecting MarkupSafe>=0.23 (from Jinja2>=2.3->sphinx==1.7.4) Collecting pytz>=0a (from babel!=2.0,>=1.3->sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/dc/83/15f7833b70d3e067ca91467ca245bae0f6fe56ddc7451aa0dc5606b120f2/pytz-2018.4-py2.py3-none-any.whl Collecting urllib3<1.23,>=1.21.1 (from requests>=2.0.0->sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.0.0->sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl Collecting idna<2.7,>=2.5 (from requests>=2.0.0->sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab863b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl Collecting certifi>=2017.4.17 (from requests>=2.0.0->sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl Collecting pyparsing>=2.0.2 (from packaging->sphinx==1.7.4) Using cached https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl Installing collected packages: Pygments, setuptools, docutils, mock, pillow, alabaster, commonmark, recommonmark, snowballstemmer, six, sphinxcontrib-websupport, MarkupSafe, Jinja2, pytz, babel, urllib3, chardet, idna, certifi, requests, pyparsing, packaging, imagesize, sphinx, sphinx-rtd-theme, nilsimsa, readthedocs-sphinx-ext Found existing installation: setuptools 39.0.1 Uninstalling setuptools-39.0.1: Successfully uninstalled setuptools-39.0.1 Successfully installed Jinja2-2.10 MarkupSafe-1.0 Pygments-2.2.0 alabaster-0.7.10 babel-2.6.0 certifi-2018.4.16 chardet-3.0.4 commonmark-0.5.4 docutils-0.13.1 idna-2.6 imagesize-1.0.0 mock-1.0.1 nilsimsa-0.3.8 packaging-17.1 pillow-2.6.1 pyparsing-2.2.0 pytz-2018.4 readthedocs-sphinx-ext-0.5.10 recommonmark-0.4.0 requests-2.18.4 setuptools-39.2.0 six-1.11.0 snowballstemmer-1.2.1 sphinx-1.7.4 sphinx-rtd-theme-0.3.1 sphinxcontrib-websupport-1.0.1 urllib3-1.22 You are using pip version 9.0.3, however version 10.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. [rtd-command-info] start-time: 2018-06-01T22:18:18.211697Z, end-time: 2018-06-01T22:18:28.050900Z, duration: 9, exit-code: 0 python pip install --ignore-installed --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/.cache/pip . Processing /home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/checkouts/latest Collecting numpy==1.13.3 (from leapyear==2.0.7rc2) Using cached https://files.pythonhosted.org/packages/57/a7/e3e6bd9d595125e1abbe162e323fd2d06f6f6683185294b79cd2cdb190d5/numpy-1.13.3-cp36-cp36m-manylinux1_x86_64.whl Collecting python-dateutil==2.6.1 (from leapyear==2.0.7rc2) Using cached https://files.pythonhosted.org/packages/4b/0d/7ed381ab4fe80b8ebf34411d14f253e1cf3e56e2820ffa1d8844b23859a2/python_dateutil-2.6.1-py2.py3-none-any.whl Collecting typing==3.6.2 (from leapyear==2.0.7rc2) Using cached https://files.pythonhosted.org/packages/44/88/d09c6a7fe1af4a02f16d2f1766212bec752aadb04e5699a9706a10a1a37d/typing-3.6.2-py3-none-any.whl Collecting six>=1.5 (from python-dateutil==2.6.1->leapyear==2.0.7rc2) Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl Installing collected packages: numpy, six, python-dateutil, typing, leapyear Running setup.py install for leapyear: started Running setup.py install for leapyear: finished with status 'done' Successfully installed leapyear-2.0.7rc2 numpy-1.13.3 python-dateutil-2.6.1 six-1.11.0 typing-3.6.2 You are using pip version 9.0.3, however version 10.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. [rtd-command-info] start-time: 2018-06-01T22:18:28.635877Z, end-time: 2018-06-01T22:18:28.705166Z, duration: 0, exit-code: 0 cat docs/conf.py # -*- coding: utf-8 -*- # flake8: noqa import os import sphinx_rtd_theme import sys from datetime import datetime # docs/ directory DOCS_DIR = os.path.dirname(__file__) sys.path.append(DOCS_DIR) from leapyear.version import LEAPYEAR_VERSION as release extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon', 'leapyear_autodoc', 'sphinx.ext.doctest', ] templates_path = ['_templates'] master_doc = 'index' project = 'leapyear' copyright = '2016-{}, LeapYear Technologies'.format(datetime.now().year) version = '.'.join(release.split('.')[:2]) exclude_patterns = ['build'] # -- Options for extensions --------------------------------------------------- autodoc_member_order = 'bysource' # doctests in python modules need to be explicitly marked with `.. doctest::` doctest_test_doctest_blocks = '' napoleon_google_docstring = False napoleon_numpy_docstring = True intersphinx_mapping = {'https://docs.python.org/3/': None} # -- Options for HTML output -------------------------------------------------- html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_static_path = ['_static'] html_favicon = os.path.join('_static', 'favicon.ico') html_show_sourcelink = False html_show_sphinx = False htmlhelp_basename = 'leapyeardoc' html_context = { "display_github": False, # Add 'Edit on Github' link instead of 'View page source' "last_updated": True, "commit": False, } html_show_sourcelink = False html_theme_options = { 'display_version': False} def setup(app): app.add_stylesheet('css/custom.css') ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # import sys import os.path from six import string_types from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix else: SUFFIX = source_suffix[0] else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') html_static_path.append('/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx/_static') # Add RTD Theme only if they aren't overriding it already using_rtd_theme = False if 'html_theme' in globals(): if html_theme in ['default']: # Allow people to bail with a hack of having an html_style if not 'html_style' in globals(): import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} if 'html_theme_path' in globals(): html_theme_path.append(sphinx_rtd_theme.get_html_theme_path()) else: html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] using_rtd_theme = True else: import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} if 'html_theme_path' in globals(): html_theme_path.append(sphinx_rtd_theme.get_html_theme_path()) else: html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] using_rtd_theme = True if globals().get('websupport2_base_url', False): websupport2_base_url = 'https://readthedocs.com/websupport' if 'http' not in settings.MEDIA_URL: websupport2_static_url = 'https://media.readthedocs.com/' else: websupport2_static_url = 'https://media.readthedocs.com/media//static' #Add project information to the template context. context = { 'using_theme': using_rtd_theme, 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'versions': [ ("latest", "/en/latest/"), ("2.0.7-rc2", "/en/2.0.7-rc2/"), ("2.0.7-rc1", "/en/2.0.7-rc1/"), ("2.0.6", "/en/2.0.6/"), ], 'downloads': [ ("pdf", "//readthedocs.com/projects/leapyear-python-docs/downloads/pdf/latest/"), ("htmlzip", "//readthedocs.com/projects/leapyear-python-docs/downloads/htmlzip/latest/"), ], 'subprojects': [ ], 'slug': 'leapyear-python-docs', 'name': u'python-docs', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': 'https://docs.leapyear.io/en/latest/', 'analytics_code': '', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'LeapYear', 'github_repo': 'python-docs', 'github_version': 'master', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'master', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'master', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': '40fd6781', } if 'html_context' in globals(): html_context.update(context) else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] [rtd-command-info] start-time: 2018-06-01T22:18:28.774741Z, end-time: 2018-06-01T22:18:37.009058Z, duration: 8, exit-code: 0 python sphinx-build -T -E -b readthedocs -d _build/doctrees-readthedocs -D language=en . _build/html Running Sphinx v1.7.4 loading translations [en]... done making output directory... loading intersphinx inventory from https://docs.python.org/3/objects.inv... building [mo]: targets for 0 po files that are out of date building [readthedocs]: targets for 13 source files that are out of date updating environment: 13 added, 0 changed, 0 removed reading sources... [ 7%] api reading sources... [ 15%] api/admin reading sources... [ 23%] api/admin_grants reading sources... [ 30%] api/analytic_classes reading sources... [ 38%] api/analytics reading sources... [ 46%] api/dataset reading sources... [ 53%] api/exceptions reading sources... [ 61%] api/feature reading sources... [ 69%] api/functions reading sources... [ 76%] api/leapyear reading sources... [ 84%] api/model reading sources... [ 92%] index reading sources... [100%] tutorial looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 7%] api writing output... [ 15%] api/admin writing output... [ 23%] api/admin_grants writing output... [ 30%] api/analytic_classes writing output... [ 38%] api/analytics writing output... [ 46%] api/dataset writing output... [ 53%] api/exceptions writing output... [ 61%] api/feature writing output... [ 69%] api/functions writing output... [ 76%] api/leapyear writing output... [ 84%] api/model writing output... [ 92%] index writing output... [100%] tutorial generating indices... genindex py-modindex writing additional pages... search copying images... [ 33%] ./_static/l2_coefs.png copying images... [ 66%] ./_static/logistic_roc.png copying images... [100%] ./_static/decision_boundary.png copying static files... WARNING: html_static_path entry '/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx/_static' does not exist done copying readthedocs static files... done copying searchtools... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 1 warnings. The HTML pages are in _build/html. [rtd-command-info] start-time: 2018-06-01T22:18:37.104876Z, end-time: 2018-06-01T22:18:44.955142Z, duration: 7, exit-code: 0 python sphinx-build -T -b json -d _build/doctrees-json -D language=en . _build/json Running Sphinx v1.7.4 loading translations [en]... done making output directory... loading pickled environment... not yet created loading intersphinx inventory from https://docs.python.org/3/objects.inv... building [mo]: targets for 0 po files that are out of date building [json]: targets for 13 source files that are out of date updating environment: 13 added, 0 changed, 0 removed reading sources... [ 7%] api reading sources... [ 15%] api/admin reading sources... [ 23%] api/admin_grants reading sources... [ 30%] api/analytic_classes reading sources... [ 38%] api/analytics reading sources... [ 46%] api/dataset reading sources... [ 53%] api/exceptions reading sources... [ 61%] api/feature reading sources... [ 69%] api/functions reading sources... [ 76%] api/leapyear reading sources... [ 84%] api/model reading sources... [ 92%] index reading sources... [100%] tutorial looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 7%] api writing output... [ 15%] api/admin writing output... [ 23%] api/admin_grants writing output... [ 30%] api/analytic_classes writing output... [ 38%] api/analytics writing output... [ 46%] api/dataset writing output... [ 53%] api/exceptions writing output... [ 61%] api/feature writing output... [ 69%] api/functions writing output... [ 76%] api/leapyear writing output... [ 84%] api/model writing output... [ 92%] index writing output... [100%] tutorial generating indices... genindex py-modindex writing additional pages... search copying images... [ 33%] ./_static/l2_coefs.png copying images... [ 66%] ./_static/logistic_roc.png copying images... [100%] ./_static/decision_boundary.png copying static files... WARNING: html_static_path entry '/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx/_static' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 1 warnings. You can now process the JSON files in _build/json. [rtd-command-info] start-time: 2018-06-01T22:18:45.152647Z, end-time: 2018-06-01T22:18:53.206412Z, duration: 8, exit-code: 0 python sphinx-build -T -b readthedocssinglehtmllocalmedia -d _build/doctrees-readthedocssinglehtmllocalmedia -D language=en . _build/localmedia Running Sphinx v1.7.4 loading translations [en]... done making output directory... loading pickled environment... not yet created loading intersphinx inventory from https://docs.python.org/3/objects.inv... building [mo]: targets for 0 po files that are out of date building [readthedocssinglehtmllocalmedia]: all documents updating environment: 13 added, 0 changed, 0 removed reading sources... [ 7%] api reading sources... [ 15%] api/admin reading sources... [ 23%] api/admin_grants reading sources... [ 30%] api/analytic_classes reading sources... [ 38%] api/analytics reading sources... [ 46%] api/dataset reading sources... [ 53%] api/exceptions reading sources... [ 61%] api/feature reading sources... [ 69%] api/functions reading sources... [ 76%] api/leapyear reading sources... [ 84%] api/model reading sources... [ 92%] index reading sources... [100%] tutorial looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done assembling single document... tutorial api api/leapyear api/admin api/admin_grants api/dataset api/functions api/feature api/analytics api/analytic_classes api/model api/exceptions writing... done writing additional files... copying images... [ 33%] ./_static/l2_coefs.png copying images... [ 66%] ./_static/logistic_roc.png copying images... [100%] ./_static/decision_boundary.png copying static files... WARNING: html_static_path entry '/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx/_static' does not exist done copying readthedocs static files... done copying extra files... done dumping object inventory... done build succeeded, 1 warnings. The HTML page is in _build/localmedia. [rtd-command-info] start-time: 2018-06-01T22:18:53.295077Z, end-time: 2018-06-01T22:19:01.035882Z, duration: 7, exit-code: 0 python sphinx-build -b latex -D language=en -d _build/doctrees . _build/latex Running Sphinx v1.7.4 loading translations [en]... done making output directory... loading pickled environment... not yet created loading intersphinx inventory from https://docs.python.org/3/objects.inv... building [mo]: targets for 0 po files that are out of date building [latex]: all documents updating environment: 13 added, 0 changed, 0 removed reading sources... [ 7%] api reading sources... [ 15%] api/admin reading sources... [ 23%] api/admin_grants reading sources... [ 30%] api/analytic_classes reading sources... [ 38%] api/analytics reading sources... [ 46%] api/dataset reading sources... [ 53%] api/exceptions reading sources... [ 61%] api/feature reading sources... [ 69%] api/functions reading sources... [ 76%] api/leapyear reading sources... [ 84%] api/model reading sources... [ 92%] index reading sources... [100%] tutorial looking for now-outdated files... none found pickling environment... done checking consistency... done processing leapyear.tex...index tutorial api api/leapyear api/admin api/admin_grants api/dataset api/functions api/feature api/analytics api/analytic_classes api/model api/exceptions resolving references... writing... done copying images... [ 33%] ./_static/l2_coefs.png copying images... [ 66%] ./_static/logistic_roc.png copying images... [100%] ./_static/decision_boundary.png copying TeX support files... done build succeeded. The LaTeX files are in _build/latex. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2018-06-01T22:19:01.109357Z, end-time: 2018-06-01T22:19:03.282950Z, duration: 2, exit-code: 0 pdflatex -interaction=nonstopmode /home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/checkouts/latest/docs/_build/latex/leapyear.tex This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (/home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/checkout s/latest/docs/_build/latex/leapyear.tex LaTeX2e <2016/02/01> Babel <3.9q> and hyphenation patterns for 81 language(s) loaded. (./sphinxmanual.cls Document Class: sphinxmanual 2017/03/26 v1.6 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def))) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) Package Sphinx Info: **** titlesec 2.10.1 successfully patched for bugfix **** (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix <2008/02/07> (tvz)) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/carlisle/remreset.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty))))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (autodetected): hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) Writing index file leapyear.idx No file leapyear.aux. (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] [1] [2] [1] [2] Chapter 1. LaTeX Warning: Hyper reference `api/leapyear:leapyear.client.Client' on page 3 undefined on input line 83. (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) LaTeX Warning: Hyper reference `api/leapyear:module-leapyear.client' on page 3 undefined on input line 84. (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd) LaTeX Warning: Hyper reference `api/leapyear:leapyear.client.Client' on page 3 undefined on input line 97. LaTeX Warning: Hyper reference `api/leapyear:leapyear.client.Client' on page 3 undefined on input line 116. [3] LaTeX Warning: Hyper reference `api/admin:leapyear.admin.Column' on page 4 unde fined on input line 184. LaTeX Warning: Hyper reference `api/leapyear:leapyear.client.Client' on page 4 undefined on input line 207. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet' on page 4 undefined on input line 208. [4] LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet' on page 5 undefined on input line 230. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet' on page 5 undefined on input line 231. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet' on page 5 undefined on input line 233. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.Attribute' on page 5 undefined on input line 237. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet' on page 5 undefined on input line 238. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet' on page 5 undefined on input line 273. [5] [6] Chapter 2. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet' on page 7 undefined on input line 293. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .Analysis.run' on page 7 undefined on input line 294. LaTeX Warning: Hyper reference `api/analytics:module-leapyear.analytics' on pag e 7 undefined on input line 296. (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd) LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.count' on page 7 undefined on input line 306. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.count_distinct ' on page 7 undefined on input line 309. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.median' on pag e 7 undefined on input line 312. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.min' on page 7 undefined on input line 315. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.max' on page 7 undefined on input line 318. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.mean' on page 7 undefined on input line 321. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.variance' on p age 7 undefined on input line 324. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.histogram' on page 7 undefined on input line 327. [7] LaTeX Warning: Hyper reference `api/analytics:module-leapyear.analytics' on pag e 8 undefined on input line 361. [8] Overfull \vbox (1.55072pt too high) detected at line 444 [9 <./l2_coefs.png>] [10 <./logistic_roc.png>] [11] [12 <./decision_boundary.png>] Chapter 3. LaTeX Warning: Hyper reference `api/leapyear:leapyear.client.Client' on page 13 undefined on input line 566. LaTeX Warning: Hyper reference `api/leapyear:module-leapyear.client' on page 13 undefined on input line 567. LaTeX Warning: Hyper reference `api/admin:module-leapyear.admin' on page 13 und efined on input line 568. LaTeX Warning: Hyper reference `api/admin:leapyear.admin.User' on page 13 undef ined on input line 571. LaTeX Warning: Hyper reference `api/admin:leapyear.admin.Database' on page 13 u ndefined on input line 574. LaTeX Warning: Hyper reference `api/admin:leapyear.admin.Table' on page 13 unde fined on input line 577. LaTeX Warning: Hyper reference `api/admin:leapyear.admin.Column' on page 13 und efined on input line 580. LaTeX Warning: Hyper reference `api/admin:leapyear.admin.User' on page 13 undef ined on input line 602. [13] LaTeX Warning: Hyper reference `api/admin:leapyear.admin.Database' on page 14 u ndefined on input line 630. LaTeX Warning: Hyper reference `api/admin:leapyear.admin.Table' on page 14 unde fined on input line 647. [14] Chapter 4. LaTeX Warning: Hyper reference `api/leapyear:leapyear.client.Client' on page 15 undefined on input line 679. LaTeX Warning: Hyper reference `api/leapyear:leapyear.client.Client.create' on page 15 undefined on input line 728. [15] Underfull \hbox (badness 10000) in paragraph at lines 781--781 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , \T1/ptm/m/it/10 host='localhost'\T1/ptm/ m/n/10 , \T1/ptm/m/it/10 port=4406\T1/ptm/m/n/10 , \T1/ptm/m/it/10 user-name=No ne\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 781--781 \T1/ptm/m/it/10 pass-word=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 ver-ify_ssl=True \T1/ptm/m/n/10 , \T1/ptm/m/it/10 *\T1/ptm/m/n/10 , \T1/ptm/m/it/10 certs=None\T 1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 781--781 \T1/ptm/m/it/10 url=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 auth_method=AuthMethod .LOCAL\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 781--781 \T1/ptm/m/it/10 de-fault_analysis_caching=True\T1/ptm/m/n/10 , \T1/ptm/m/it/10 de- [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] LaTeX Warning: Hyper reference `api/admin_grants:leapyear.admin.grants.UserData basePerms' on page 27 undefined on input line 2177. LaTeX Warning: Hyper reference `api/admin_grants:leapyear.admin.grants.UserTabl ePerms' on page 27 undefined on input line 2208. LaTeX Warning: Hyper reference `api/admin_grants:leapyear.admin.grants.Database Perms' on page 27 undefined on input line 2246. LaTeX Warning: Hyper reference `api/admin_grants:leapyear.admin.grants.TablePer ms' on page 27 undefined on input line 2246. [27] LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet.project' o n page 28 undefined on input line 2266. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet.where' on page 28 undefined on input line 2269. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet.union' on page 28 undefined on input line 2272. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet.split' on page 28 undefined on input line 2275. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet.splits' on page 28 undefined on input line 2278. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet.group_by' on page 28 undefined on input line 2284. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet.join' on p age 28 undefined on input line 2287. LaTeX Warning: Hyper reference `api/dataset:leapyear.dataset.DataSet.transform' on page 28 undefined on input line 2290. LaTeX Warning: Hyper reference `api/analytics:module-leapyear.analytics' on pag e 28 undefined on input line 2301. [28] [29] [30] [31] ! Package inputenc Error: Unicode char ∪ (U+222A) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.2721 Union (∪ ): data sets with matching schema. Underfull \hbox (badness 10000) in paragraph at lines 2746--2746 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , \T1/ptm/m/it/10 other\T1/ptm/m/n/10 , \T 1/ptm/m/it/10 on\T1/ptm/m/n/10 , \T1/ptm/m/it/10 right_on=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 join_type='inner'\T1/ptm/m/n/10 , \T1/ptm/m/it/10 unique_left_k eys=False\T1/ptm/m/n/10 , [32] [33] [34] [35] [36] [37] [38] [39] LaTeX Warning: Hyper reference `api/model:leapyear.model.GLM' on page 40 undefi ned on input line 3630. LaTeX Warning: Hyper reference `api/model:leapyear.model.RandomForest' on page 40 undefined on input line 3630. LaTeX Warning: Hyper reference `api/model:leapyear.model.GLM' on page 40 undefi ned on input line 3659. LaTeX Warning: Hyper reference `api/model:leapyear.model.RandomForest' on page 40 undefined on input line 3659. Underfull \hbox (badness 10000) in paragraph at lines 3689--3689 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , \T1/ptm/m/it/10 expr\T1/ptm/m/n/10 , \T1 /ptm/m/it/10 re-la-tion\T1/ptm/m/n/10 , \T1/ptm/m/it/10 or-der- Underfull \hbox (badness 10000) in paragraph at lines 3689--3689 \T1/ptm/m/it/10 ing=OrderSpec(osDirection=SortDirection.Asc\T1/ptm/m/n/10 , \T1 /ptm/m/it/10 os-Nul- [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .Analysis.run' on page 68 undefined on input line 7075. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.count' on page 68 undefined on input line 7084. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.mean' on page 68 undefined on input line 7084. LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.mean' on page 68 undefined on input line 7100. [68] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 69 undefined on input line 7150. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 69 undefined on input line 7166. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 69 undefined on input line 7200. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 69 undefined on input line 7216. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 69 undefined on input line 7249. [69] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 70 undefined on input line 7279. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 70 undefined on input line 7309. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 70 undefined on input line 7339. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 70 undefined on input line 7369. [70] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 71 undefined on input line 7402. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 71 undefined on input line 7432. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 71 undefined on input line 7462. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 71 undefined on input line 7492. [71] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .HistogramAnalysis' on page 72 undefined on input line 7526. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ContingencyAnalysis' on page 72 undefined on input line 7526. Underfull \hbox (badness 10000) in paragraph at lines 7535--7535 []\T1/ptm/m/it/10 x_attr\T1/ptm/m/n/10 , \T1/ptm/m/it/10 y_attr\T1/ptm/m/n/10 , \T1/ptm/m/it/10 dataset=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 x_bins=10\T1/ptm/ m/n/10 , \T1/ptm/m/it/10 y_bins=10\T1/ptm/m/n/10 , LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .Histogram2DAnalysis' on page 72 undefined on input line 7571. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ContingencyAnalysis' on page 72 undefined on input line 7597. [72] Underfull \hbox (badness 10000) in paragraph at lines 7698--7698 []\T1/ptm/m/it/10 attr\T1/ptm/m/n/10 , \T1/ptm/m/it/10 dataset=None\T1/ptm/m/n/ 10 , \T1/ptm/m/it/10 drop_nulls=False\T1/ptm/m/n/10 , \T1/ptm/m/it/10 min_power =-5\T1/ptm/m/n/10 , [73] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 74 undefined on input line 7752. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ClusteringAnalysis' on page 74 undefined on input line 7812. [74] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 75 undefined on input line 7840. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .FilterFeaturesAnalysis' on page 75 undefined on input line 7907. [75] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .GenLinAnalysis' on page 76 undefined on input line 7944. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .GenLinAnalysis' on page 76 undefined on input line 7985. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ForestModelAnalysis' on page 76 undefined on input line 8019. LaTeX Warning: Hyper reference `api/model:leapyear.model.GLM' on page 76 undefi ned on input line 8033. Underfull \hbox (badness 10000) in paragraph at lines 8045--8046 []\T1/pcr/b/n/10 metric \T1/ptm/m/n/10 ([][]\T1/pcr/m/n/10 Union[][]\T1/ptm/m/n /10 [[][]\T1/pcr/m/n/10 str[][]\T1/ptm/m/n/10 , \T1/pcr/m/n/10 Metric\T1/ptm/m/ n/10 ]) ^^U Lin-ear re-gres-sion eval-u-a-tion met-ric: LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 76 undefined on input line 8053. [76] LaTeX Warning: Hyper reference `api/model:leapyear.model.GLM' on page 77 undefi ned on input line 8067. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 77 undefined on input line 8087. LaTeX Warning: Hyper reference `api/model:leapyear.model.RandomForest' on page 77 undefined on input line 8101. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ScalarAnalysis' on page 77 undefined on input line 8121. LaTeX Warning: Hyper reference `api/model:leapyear.model.GLM' on page 77 undefi ned on input line 8139. LaTeX Warning: Hyper reference `api/model:leapyear.model.RandomForest' on page 77 undefined on input line 8139. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .ConfusionModelAnalysis' on page 77 undefined on input line 8161. Underfull \hbox (badness 10000) in paragraph at lines 8170--8170 []\T1/ptm/m/it/10 xs\T1/ptm/m/n/10 , \T1/ptm/m/it/10 y\T1/ptm/m/n/10 , \T1/ptm/ m/it/10 dataset\T1/ptm/m/n/10 , \T1/ptm/m/it/10 affine=True\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 8170--8170 \T1/ptm/m/it/10 l1reg=1.0\T1/ptm/m/n/10 , \T1/ptm/m/it/10 l2reg=1.0\T1/ptm/m/n/ 10 , \T1/ptm/m/it/10 cv=3\T1/ptm/m/n/10 , \T1/ptm/m/it/10 met- [77] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .CrossValidationAnalysis' on page 78 undefined on input line 8204. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .CrossValidationAnalysis' on page 78 undefined on input line 8247. Underfull \hbox (badness 10000) in paragraph at lines 8256--8256 []\T1/ptm/m/it/10 xs\T1/ptm/m/n/10 , \T1/ptm/m/it/10 y\T1/ptm/m/n/10 , \T1/ptm/ m/it/10 dataset\T1/ptm/m/n/10 , \T1/ptm/m/it/10 n_trees=100\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 8256--8256 \T1/ptm/m/it/10 height=3\T1/ptm/m/n/10 , \T1/ptm/m/it/10 cv=3\T1/ptm/m/n/10 , \ T1/ptm/m/it/10 met- LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .CrossValidationAnalysis' on page 78 undefined on input line 8287. [78] Overfull \vbox (6.3756pt too high) detected at line 8379 [79] Underfull \hbox (badness 8094) in paragraph at lines 8424--8424 []\T1/ptm/m/it/10 xs\T1/ptm/m/n/10 , \T1/ptm/m/it/10 y\T1/ptm/m/n/10 , \T1/ptm/ m/it/10 dataset\T1/ptm/m/n/10 , \T1/ptm/m/it/10 cv\T1/ptm/m/n/10 , \T1/ptm/m/it /10 train_fraction\T1/ptm/m/n/10 , \T1/ptm/m/it/10 met-ric\T1/ptm/m/n/10 , \T1/ ptm/m/it/10 n_iter=100\T1/ptm/m/n/10 , [80] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .AsyncStatus' on page 81 undefined on input line 8497. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .Analysis' on page 81 undefined on input line 8530. [81] LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .AsyncAnalysis' on page 82 undefined on input line 8571. LaTeX Warning: Hyper reference `api/analytic_classes:leapyear.analytics.classes .AsyncStatus' on page 82 undefined on input line 8596. Underfull \hbox (badness 10000) in paragraph at lines 8738--8738 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 8738--8738 \T1/ptm/m/it/10 *args\T1/ptm/m/n/10 , Overfull \hbox (7.76465pt too wide) in paragraph at lines 8738--8738 \T1/ptm/m/it/10 **kwargs\T1/pcr/m/n/10 ) [82] Underfull \hbox (badness 10000) in paragraph at lines 8754--8754 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , \T1/ptm/m/it/10 *args\T1/ptm/m/n/10 , LaTeX Warning: Hyper reference `api/analytics:leapyear.analytics.roc' on page 8 3 undefined on input line 8783. [83] LaTeX Warning: Hyper reference `api/analytics:module-leapyear.analytics' on pag e 84 undefined on input line 8975. [84] [85] [86] Chapter 5. [87] [88] LaTeX Warning: Reference `api/admin:module-leapyear.admin' on page 89 undefined on input line 9259. LaTeX Warning: Reference `api/admin_grants:module-leapyear.admin.grants' on pag e 89 undefined on input line 9260. LaTeX Warning: Reference `api/analytics:module-leapyear.analytics' on page 89 u ndefined on input line 9261. LaTeX Warning: Reference `api/analytic_classes:module-leapyear.analytics.classe s' on page 89 undefined on input line 9262. LaTeX Warning: Reference `api/leapyear:module-leapyear.client' on page 89 undef ined on input line 9263. LaTeX Warning: Reference `api/dataset:module-leapyear.dataset' on page 89 undef ined on input line 9264. LaTeX Warning: Reference `api/exceptions:module-leapyear.exceptions' on page 89 undefined on input line 9265. LaTeX Warning: Reference `api/feature:module-leapyear.feature' on page 89 undef ined on input line 9266. LaTeX Warning: Reference `api/functions:module-leapyear.functions' on page 89 u ndefined on input line 9267. LaTeX Warning: Reference `api/functions:module-leapyear.functions.math' on page 89 undefined on input line 9268. LaTeX Warning: Reference `api/functions:module-leapyear.functions.non_aggregate ' on page 89 undefined on input line 9269. LaTeX Warning: Reference `api/functions:module-leapyear.functions.string' on pa ge 89 undefined on input line 9270. LaTeX Warning: Reference `api/functions:module-leapyear.functions.time' on page 89 undefined on input line 9271. LaTeX Warning: Reference `api/functions:module-leapyear.functions.window' on pa ge 89 undefined on input line 9272. LaTeX Warning: Reference `api/model:module-leapyear.model' on page 89 undefined on input line 9273. [89] No file leapyear.ind. (./leapyear.aux) Package rerunfilecheck Warning: File `leapyear.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/base/8r.enc} Output written on leapyear.pdf (93 pages, 396397 bytes). Transcript written on leapyear.log. [rtd-command-info] start-time: 2018-06-01T22:19:03.354463Z, end-time: 2018-06-01T22:19:03.498161Z, duration: 0, exit-code: 0 makeindex -s python.ist leapyear.idx This is makeindex, version 2.15 [TeX Live 2015] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file leapyear.idx....done (431 entries accepted, 0 rejected). Sorting entries......done (4033 comparisons). Generating output file leapyear.ind....done (506 lines written, 0 warnings). Output written in leapyear.ind. Transcript written in leapyear.ilg. [rtd-command-info] start-time: 2018-06-01T22:19:03.570683Z, end-time: 2018-06-01T22:19:04.963605Z, duration: 1, exit-code: 0 pdflatex -interaction=nonstopmode /home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/checkouts/latest/docs/_build/latex/leapyear.tex This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (/home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/checkout s/latest/docs/_build/latex/leapyear.tex LaTeX2e <2016/02/01> Babel <3.9q> and hyphenation patterns for 81 language(s) loaded. (./sphinxmanual.cls Document Class: sphinxmanual 2017/03/26 v1.6 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def))) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) Package Sphinx Info: **** titlesec 2.10.1 successfully patched for bugfix **** (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix <2008/02/07> (tvz)) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/carlisle/remreset.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty))))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (autodetected): hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) Writing index file leapyear.idx (./leapyear.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./leapyear.out) (./leapyear.out) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./leapyear.toc) [1] [2] [1] [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd) [3] [4] [5] [6] Chapter 2. (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd) [7] [8] Overfull \vbox (1.55072pt too high) detected at line 444 [9 <./l2_coefs.png>] [10 <./logistic_roc.png>] [11] [12 <./decision_boundary.png>] Chapter 3. [13] [14] Chapter 4. [15] Underfull \hbox (badness 10000) in paragraph at lines 781--781 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , \T1/ptm/m/it/10 host='localhost'\T1/ptm/ m/n/10 , \T1/ptm/m/it/10 port=4406\T1/ptm/m/n/10 , \T1/ptm/m/it/10 user-name=No ne\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 781--781 \T1/ptm/m/it/10 pass-word=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 ver-ify_ssl=True \T1/ptm/m/n/10 , \T1/ptm/m/it/10 *\T1/ptm/m/n/10 , \T1/ptm/m/it/10 certs=None\T 1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 781--781 \T1/ptm/m/it/10 url=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 auth_method=AuthMethod .LOCAL\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 781--781 \T1/ptm/m/it/10 de-fault_analysis_caching=True\T1/ptm/m/n/10 , \T1/ptm/m/it/10 de- [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] ! Package inputenc Error: Unicode char ∪ (U+222A) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.2721 Union (∪ ): data sets with matching schema. Underfull \hbox (badness 10000) in paragraph at lines 2746--2746 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , \T1/ptm/m/it/10 other\T1/ptm/m/n/10 , \T 1/ptm/m/it/10 on\T1/ptm/m/n/10 , \T1/ptm/m/it/10 right_on=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 join_type='inner'\T1/ptm/m/n/10 , \T1/ptm/m/it/10 unique_left_k eys=False\T1/ptm/m/n/10 , [32] [33] [34] [35] [36] [37] [38] [39] Underfull \hbox (badness 10000) in paragraph at lines 3689--3689 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , \T1/ptm/m/it/10 expr\T1/ptm/m/n/10 , \T1 /ptm/m/it/10 re-la-tion\T1/ptm/m/n/10 , \T1/ptm/m/it/10 or-der- Underfull \hbox (badness 10000) in paragraph at lines 3689--3689 \T1/ptm/m/it/10 ing=OrderSpec(osDirection=SortDirection.Asc\T1/ptm/m/n/10 , \T1 /ptm/m/it/10 os-Nul- [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] Underfull \hbox (badness 10000) in paragraph at lines 7535--7535 []\T1/ptm/m/it/10 x_attr\T1/ptm/m/n/10 , \T1/ptm/m/it/10 y_attr\T1/ptm/m/n/10 , \T1/ptm/m/it/10 dataset=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 x_bins=10\T1/ptm/ m/n/10 , \T1/ptm/m/it/10 y_bins=10\T1/ptm/m/n/10 , [72] Underfull \hbox (badness 10000) in paragraph at lines 7698--7698 []\T1/ptm/m/it/10 attr\T1/ptm/m/n/10 , \T1/ptm/m/it/10 dataset=None\T1/ptm/m/n/ 10 , \T1/ptm/m/it/10 drop_nulls=False\T1/ptm/m/n/10 , \T1/ptm/m/it/10 min_power =-5\T1/ptm/m/n/10 , [73] [74] [75] Underfull \hbox (badness 10000) in paragraph at lines 8045--8046 []\T1/pcr/b/n/10 metric \T1/ptm/m/n/10 ([][]\T1/pcr/m/n/10 Union[][]\T1/ptm/m/n /10 [[][]\T1/pcr/m/n/10 str[][]\T1/ptm/m/n/10 , \T1/pcr/m/n/10 Metric\T1/ptm/m/ n/10 ]) ^^U Lin-ear re-gres-sion eval-u-a-tion met-ric: [76] Underfull \hbox (badness 10000) in paragraph at lines 8170--8170 []\T1/ptm/m/it/10 xs\T1/ptm/m/n/10 , \T1/ptm/m/it/10 y\T1/ptm/m/n/10 , \T1/ptm/ m/it/10 dataset\T1/ptm/m/n/10 , \T1/ptm/m/it/10 affine=True\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 8170--8170 \T1/ptm/m/it/10 l1reg=1.0\T1/ptm/m/n/10 , \T1/ptm/m/it/10 l2reg=1.0\T1/ptm/m/n/ 10 , \T1/ptm/m/it/10 cv=3\T1/ptm/m/n/10 , \T1/ptm/m/it/10 met- [77] Underfull \hbox (badness 10000) in paragraph at lines 8256--8256 []\T1/ptm/m/it/10 xs\T1/ptm/m/n/10 , \T1/ptm/m/it/10 y\T1/ptm/m/n/10 , \T1/ptm/ m/it/10 dataset\T1/ptm/m/n/10 , \T1/ptm/m/it/10 n_trees=100\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 8256--8256 \T1/ptm/m/it/10 height=3\T1/ptm/m/n/10 , \T1/ptm/m/it/10 cv=3\T1/ptm/m/n/10 , \ T1/ptm/m/it/10 met- [78] Overfull \vbox (6.3756pt too high) detected at line 8379 [79] Underfull \hbox (badness 8094) in paragraph at lines 8424--8424 []\T1/ptm/m/it/10 xs\T1/ptm/m/n/10 , \T1/ptm/m/it/10 y\T1/ptm/m/n/10 , \T1/ptm/ m/it/10 dataset\T1/ptm/m/n/10 , \T1/ptm/m/it/10 cv\T1/ptm/m/n/10 , \T1/ptm/m/it /10 train_fraction\T1/ptm/m/n/10 , \T1/ptm/m/it/10 met-ric\T1/ptm/m/n/10 , \T1/ ptm/m/it/10 n_iter=100\T1/ptm/m/n/10 , [80] [81] Underfull \hbox (badness 10000) in paragraph at lines 8738--8738 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 8738--8738 \T1/ptm/m/it/10 *args\T1/ptm/m/n/10 , Overfull \hbox (7.76465pt too wide) in paragraph at lines 8738--8738 \T1/ptm/m/it/10 **kwargs\T1/pcr/m/n/10 ) [82] Underfull \hbox (badness 10000) in paragraph at lines 8754--8754 []\T1/ptm/m/it/10 self\T1/ptm/m/n/10 , \T1/ptm/m/it/10 *args\T1/ptm/m/n/10 , [83] [84] [85] [86] Chapter 5. [87] [88] [89] (./leapyear.ind [90] Underfull \hbox (badness 10000) in paragraph at lines 14--15 []\T1/ptm/m/n/10 all_grants_on_database() (in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 19--20 []\T1/ptm/m/n/10 approx_count_distinct() (in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 31--32 []\T1/ptm/m/n/10 attr_not_in() (in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 48--49 []\T1/ptm/m/n/10 cancel() (leapyear.analytics.classes.AsyncAnalysis Underfull \hbox (badness 10000) in paragraph at lines 69--70 []\T1/ptm/m/n/10 ConfusionModelAnalysis (class in [91] Underfull \hbox (badness 10000) in paragraph at lines 94--95 []\T1/ptm/m/n/10 cross_val_score_random_forest() (in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 95--96 []\T1/ptm/m/n/10 CrossValidationAnalysis (class in Underfull \hbox (badness 5316) in paragraph at lines 161--162 []\T1/ptm/m/n/10 feature_importance (leapyear.model.RandomForest at- Underfull \hbox (badness 10000) in paragraph at lines 163--164 []\T1/ptm/m/n/10 FilterFeaturesAnalysis (class in [92] Underfull \hbox (badness 10000) in paragraph at lines 180--181 []\T1/ptm/m/n/10 get_user_permissions() (leapyear.admin.Database Underfull \hbox (badness 10000) in paragraph at lines 184--185 []\T1/ptm/m/n/10 grant_user_permissions() (leapyear.admin.Database Underfull \hbox (badness 10000) in paragraph at lines 193--194 []\T1/ptm/m/n/10 has_user_permission() (leapyear.admin.Database Underfull \hbox (badness 10000) in paragraph at lines 198--199 []\T1/ptm/m/n/10 Histogram2DAnalysis (class in Underfull \hbox (badness 10000) in paragraph at lines 271--272 []\T1/ptm/m/n/10 LinearRegressionPipelineAnalysis (class in [93] Underfull \hbox (badness 10000) in paragraph at lines 286--287 []\T1/ptm/m/n/10 LogisticRegressionPipelineAnalysis (class in Underfull \hbox (badness 10000) in paragraph at lines 330--331 []\T1/ptm/m/n/10 NULL_DATETIME() (leapyear.admin.Type static Underfull \hbox (badness 10000) in paragraph at lines 355--356 []\T1/ptm/m/n/10 predict_log_proba() (leapyear.model.RandomForest Underfull \hbox (badness 10000) in paragraph at lines 372--373 []\T1/ptm/m/n/10 RandomForestPipelineAnalysis (class in [94] Underfull \hbox (badness 10000) in paragraph at lines 384--385 []\T1/ptm/m/n/10 revoke_user_permissions() (leapyear.admin.Database Underfull \hbox (badness 10000) in paragraph at lines 385--386 []\T1/ptm/m/n/10 revoke_user_permissions() (leapyear.admin.Table Underfull \hbox (badness 10000) in paragraph at lines 407--408 []\T1/ptm/m/n/10 serialize() (leapyear.analytics.classes.AsyncAnalysis Underfull \hbox (badness 10000) in paragraph at lines 409--410 []\T1/ptm/m/n/10 set_user_permissions() (leapyear.admin.Database Underfull \hbox (badness 10000) in paragraph at lines 435--436 []\T1/ptm/m/n/10 symmetric_difference() (leapyear.dataset.DataSet [95] Underfull \hbox (badness 10000) in paragraph at lines 491--492 []\T1/ptm/m/n/10 wait() (leapyear.analytics.classes.AsyncAnalysis Underfull \hbox (badness 10000) in paragraph at lines 497--498 []\T1/ptm/m/n/10 with_attribute_renamed() (leapyear.dataset.DataSet Underfull \hbox (badness 10000) in paragraph at lines 499--500 []\T1/ptm/m/n/10 with_attributes_renamed() (leapyear.dataset.DataSet [96]) (./leapyear.aux) Package rerunfilecheck Warning: File `leapyear.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/base/8r.enc} Output written on leapyear.pdf (100 pages, 432242 bytes). Transcript written on leapyear.log. [rtd-command-info] start-time: 2018-06-01T22:19:05.054581Z, end-time: 2018-06-01T22:19:05.131132Z, duration: 0, exit-code: 0 mv -f /home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/checkouts/latest/docs/_build/latex/leapyear.pdf /home/docs/checkouts/readthedocs.org/user_builds/leapyear-python-docs/artifacts/latest/sphinx_pdf/leapyear-python-docs.pdf