Skip to content

Instantly share code, notes, and snippets.

@malmaud
Created October 11, 2019 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malmaud/6b83cfeb864ddbf927888cece2f79152 to your computer and use it in GitHub Desktop.
Save malmaud/6b83cfeb864ddbf927888cece2f79152 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Downloading https://pvsc.azureedge.net/python-language-server-daily/Python-Language-Server-osx-x64.0.4.67.nupkg...
Language server dowload complete
Unpacking archive... done
[Info - 2:43:08 PM] Microsoft Python Language Server version 0.4.67.0
[Info - 2:43:08 PM] Workspace root: /Users/malmaud/dropbox/code/qa
[Info - 2:43:08 PM] Analysis cache path: /Users/malmaud/Library/Caches/Microsoft/Python Language Server
[Info - 2:43:08 PM] GetCurrentSearchPaths /Users/malmaud/anaconda3/bin/python
[Info - 2:43:09 PM] Interpreter search paths:
[Info - 2:43:09 PM] /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67
[Info - 2:43:09 PM] /Users/malmaud/anaconda3/lib/python3.7
[Info - 2:43:09 PM] /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
[Info - 2:43:09 PM] /Users/malmaud/anaconda3/lib/python3.7/site-packages
[Info - 2:43:09 PM] /Users/malmaud/anaconda3/lib/python3.7/site-packages/aeosa
[Info - 2:43:09 PM] User search paths:
[Info - 2:43:14 PM] Initializing for /Users/malmaud/anaconda3/bin/python
Watching /Users/malmaud/anaconda3/lib/python3.7
Watching /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67
[Info - 2:43:14 PM] Analysis caching mode: System.
Opening document file:///Users/malmaud/dropbox/code/qa/qa/load_data.py
Analysis of qa.load_data (User) queued. Dependencies: os, yaml, pickle, re, dataclasses, json, qa, qa.onestop_reader, random, pathlib, sklearn.model_selection, numpy, pandas, pytorch_transformers
Import: os /Users/malmaud/anaconda3/lib/python3.7/os.py
Import: yaml /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/__init__.py
Analysis of yaml (Stub) queued. Dependencies: yaml.error (stub), yaml.tokens (stub), yaml.events (stub), yaml.nodes (stub), yaml.loader (stub), yaml.dumper (stub), yaml.resolver (stub)
Import: pickle /Users/malmaud/anaconda3/lib/python3.7/pickle.py
Analysis of os (Stub) queued. Dependencies: io (stub), sys (stub), posix (stub), os.path (stub)
Analysis of pickle (Stub) queued. Dependencies: sys (stub)
Import: re /Users/malmaud/anaconda3/lib/python3.7/re.py
Analysis of yaml (Library) queued. Dependencies: yaml (stub), yaml.error, yaml.tokens, yaml.events, yaml.nodes, yaml.loader, yaml.dumper, yaml.cyaml, io, warnings
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, stat, posix, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Import: dataclasses /Users/malmaud/anaconda3/lib/python3.7/dataclasses.py
Analysis of re (Stub) queued. Dependencies: sys (stub), enum (stub)
Import: json /Users/malmaud/anaconda3/lib/python3.7/json/__init__.py
Import: qa /Users/malmaud/dropbox/code/qa/qa/__init__.py
Import: qa.onestop_reader /Users/malmaud/dropbox/code/qa/qa/onestop_reader.py
Analysis of pickle (Library) queued. Dependencies: pickle (stub), types, copyreg, itertools, functools, sys, struct, re, io, codecs, _compat_pickle, _pickle, doctest, argparse, pprint
Import: random /Users/malmaud/anaconda3/lib/python3.7/random.py
Import: pathlib /Users/malmaud/anaconda3/lib/python3.7/pathlib.py
Import: sklearn.model_selection /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/model_selection/__init__.py
Import: numpy /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/__init__.py
Import: pandas /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/__init__.py
Import: pytorch_transformers /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/__init__.py
Import: yaml.error /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/error.py
Import: yaml.tokens /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/tokens.py
Analysis of os.path (Stub) queued. Dependencies: posix (stub), sys (stub)
Import: yaml.events /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/events.py
Analysis of re (Library) queued. Dependencies: re (stub), enum, sre_compile, sre_parse, functools, _locale, copyreg, sre_constants
Import: yaml.nodes /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/nodes.py
Import: yaml.loader /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/loader.py
Import: yaml.dumper /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/dumper.py
Import: yaml.cyaml /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/cyaml.py
Import: io /Users/malmaud/anaconda3/lib/python3.7/io.py
Import: warnings /Users/malmaud/anaconda3/lib/python3.7/warnings.py
Import: abc /Users/malmaud/anaconda3/lib/python3.7/abc.py
Create built-in compiled (scraped) module: sys /Users/malmaud/anaconda3/bin/python
Import: stat /Users/malmaud/anaconda3/lib/python3.7/stat.py
Analysis of pytorch_transformers (Library) queued. Dependencies: pytorch_transformers.tokenization_auto, pytorch_transformers.tokenization_bert, pytorch_transformers.tokenization_openai, pytorch_transformers.tokenization_transfo_xl, pytorch_transformers.tokenization_gpt2, pytorch_transformers.tokenization_xlnet, pytorch_transformers.tokenization_xlm, pytorch_transformers.tokenization_roberta, pytorch_transformers.tokenization_distilbert, pytorch_transformers.tokenization_utils, pytorch_transformers.modeling_auto, pytorch_transformers.modeling_bert, pytorch_transformers.modeling_openai, pytorch_transformers.modeling_transfo_xl, pytorch_transformers.modeling_gpt2, pytorch_transformers.modeling_xlnet, pytorch_transformers.modeling_xlm, pytorch_transformers.modeling_roberta, pytorch_transformers.modeling_distilbert, pytorch_transformers.modeling_utils, pytorch_transformers.optimization, pytorch_transformers.file_utils
Create built-in compiled (scraped) module: posix /Users/malmaud/anaconda3/bin/python
Import: posixpath /Users/malmaud/anaconda3/lib/python3.7/posixpath.py
Import: ntpath /Users/malmaud/anaconda3/lib/python3.7/ntpath.py
Import: _collections_abc /Users/malmaud/anaconda3/lib/python3.7/_collections_abc.py
Import: subprocess /Users/malmaud/anaconda3/lib/python3.7/subprocess.py
Import: types /Users/malmaud/anaconda3/lib/python3.7/types.py
Analysis of yaml.error (Library) queued. Dependencies: yaml.error (stub)
Import: copyreg /Users/malmaud/anaconda3/lib/python3.7/copyreg.py
Create built-in compiled (scraped) module: itertools /Users/malmaud/anaconda3/bin/python
Import: functools /Users/malmaud/anaconda3/lib/python3.7/functools.py
Import: struct /Users/malmaud/anaconda3/lib/python3.7/struct.py
Import: codecs /Users/malmaud/anaconda3/lib/python3.7/codecs.py
Import: _compat_pickle /Users/malmaud/anaconda3/lib/python3.7/_compat_pickle.py
Analysis of dataclasses (Library) queued. Dependencies: re, sys, copy, types, inspect, keyword, functools, _thread
Create compiled (scraped): _pickle /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: doctest /Users/malmaud/anaconda3/lib/python3.7/doctest.py
Import: argparse /Users/malmaud/anaconda3/lib/python3.7/argparse.py
Import: pprint /Users/malmaud/anaconda3/lib/python3.7/pprint.py
Import: enum /Users/malmaud/anaconda3/lib/python3.7/enum.py
Analysis version 63 of 11 entries has started.
Analysis of posix (Stub) queued. Dependencies:
Import: sre_compile /Users/malmaud/anaconda3/lib/python3.7/sre_compile.py
Import: sre_parse /Users/malmaud/anaconda3/lib/python3.7/sre_parse.py
Create built-in compiled (scraped) module: _locale /Users/malmaud/anaconda3/bin/python
Import: sre_constants /Users/malmaud/anaconda3/lib/python3.7/sre_constants.py
Import: pytorch_transformers.tokenization_auto /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_auto.py
Analysis of yaml.error (Stub) queued. Dependencies:
Import: pytorch_transformers.tokenization_bert /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_bert.py
Import: pytorch_transformers.tokenization_openai /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_openai.py
Import: pytorch_transformers.tokenization_transfo_xl /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_transfo_xl.py
Import: pytorch_transformers.tokenization_gpt2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_gpt2.py
Import: pytorch_transformers.tokenization_xlnet /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_xlnet.py
Import: pytorch_transformers.tokenization_xlm /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_xlm.py
Import: pytorch_transformers.tokenization_roberta /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_roberta.py
Import: pytorch_transformers.tokenization_distilbert /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_distilbert.py
Import: pytorch_transformers.tokenization_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/tokenization_utils.py
Import: pytorch_transformers.modeling_auto /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_auto.py
Import: pytorch_transformers.modeling_bert /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_bert.py
Import: pytorch_transformers.modeling_openai /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_openai.py
Analysis of json (Stub) queued. Dependencies: sys (stub), json.decoder (stub), json.encoder (stub)
Import: pytorch_transformers.modeling_transfo_xl /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_transfo_xl.py
Import: pytorch_transformers.modeling_gpt2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_gpt2.py
Import: pytorch_transformers.modeling_xlnet /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_xlnet.py
Import: pytorch_transformers.modeling_xlm /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_xlm.py
Import: pytorch_transformers.modeling_roberta /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_roberta.py
Import: pytorch_transformers.modeling_distilbert /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_distilbert.py
Import: pytorch_transformers.modeling_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_utils.py
Import: pytorch_transformers.optimization /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/optimization.py
Import: pytorch_transformers.file_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/file_utils.py
Import: copy /Users/malmaud/anaconda3/lib/python3.7/copy.py
Import: inspect /Users/malmaud/anaconda3/lib/python3.7/inspect.py
Analysis of pandas (Library) queued. Dependencies: pandas.compat.numpy, pandas._libs, pandas._libs.hashtable, pandas._libs.lib, pandas._libs.tslib, datetime, pandas._config, pandas.core, pandas.core.config_init, pandas.core.api, pandas.core.sparse.api, pandas.tseries.api, pandas.tseries, pandas.tseries.offsets, pandas.core.computation.api, pandas.core.reshape.api, pandas.util._print_versions, pandas.io.api, pandas.util._tester, pandas.testing, pandas.arrays, pandas._version, warnings
Import: keyword /Users/malmaud/anaconda3/lib/python3.7/keyword.py
Create built-in compiled (scraped) module: _thread /Users/malmaud/anaconda3/bin/python
Analysis of json.encoder (Stub) queued. Dependencies:
Analysis of yaml.events (Library) queued. Dependencies: yaml.events (stub)
Analysis of yaml.tokens (Library) queued. Dependencies: yaml.tokens (stub)
Analysis of numpy (Library) queued. Dependencies: numpy (stub), __future__, sys, warnings, numpy._globals, numpy.__config__, numpy.version, numpy._distributor_init, numpy.core, numpy.compat, numpy.lib, numpy.linalg, numpy.fft, numpy.polynomial, numpy.random, numpy.ctypeslib, numpy.ma, numpy.matrixlib, numpy.testing, numpy._pytesttester
Analysis of json.decoder (Stub) queued. Dependencies: sys (stub)
Analysis of yaml.nodes (Library) queued. Dependencies: yaml.nodes (stub)
Analysis of numpy (Stub) queued. Dependencies: numpy.core._multiarray_umath (stub)
Import: pandas.compat.numpy /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/compat/numpy/__init__.py
Analysis of pytorch_transformers.file_utils (Library) queued. Dependencies: __future__, sys, json, logging, os, shutil, tempfile, fnmatch, functools, hashlib, io, boto3, botocore.config, botocore.exceptions, requests, tqdm, torch.hub, urllib.parse, pathlib
Analysis of _thread (Stub) queued. Dependencies:
Import: pandas._libs /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/__init__.py
Analysis of yaml.loader (Library) queued. Dependencies: yaml.loader (stub), yaml.reader, yaml.scanner, yaml.parser, yaml.composer, yaml.constructor, yaml.resolver
Create compiled (scraped): pandas._libs.hashtable /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/hashtable.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of json (Library) queued. Dependencies: json (stub), json.decoder, json.encoder, codecs
Analysis of pytorch_transformers.optimization (Library) queued. Dependencies: logging, math, torch, torch.optim, torch.optim.lr_scheduler
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.hashtable /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of os (Stub) on depth 2 completed in 93.09 ms.
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/hashtable.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/lib.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.lib /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/lib.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.tslib /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslib.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslib /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/tslib.cpython-37m-darwin.pyi
Import: datetime /Users/malmaud/anaconda3/lib/python3.7/datetime.py
Import: pandas._config /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_config/__init__.py
Import: pandas.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/__init__.py
Import: pandas.core.config_init /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/config_init.py
Import: pandas.core.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/api.py
Import: pandas.core.sparse.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/sparse/api.py
Import: pandas.tseries.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/tseries/api.py
Import: pandas.tseries /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/tseries/__init__.py
Import: pandas.tseries.offsets /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/tseries/offsets.py
Import: pandas.core.computation.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/api.py
Import: pandas.core.reshape.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/reshape/api.py
Import: pandas.util._print_versions /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/util/_print_versions.py
Import: pandas.io.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/api.py
Import: pandas.util._tester /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/util/_tester.py
Import: pandas.testing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/testing.py
Import: pandas.arrays /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/arrays/__init__.py
Import: pandas._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_version.py
Import: __future__ /Users/malmaud/anaconda3/lib/python3.7/__future__.py
Analysis of pandas._version (Library) queued. Dependencies: warnings, json, sys
Import: numpy._globals /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/_globals.py
Import: numpy.__config__ /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/__config__.py
Import: numpy.version /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/version.py
Import: numpy._distributor_init /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/_distributor_init.py
Import: numpy.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/__init__.py
Import: numpy.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/compat/__init__.py
Import: numpy.lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/__init__.py
Import: numpy.linalg /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/linalg/__init__.py
Import: numpy.fft /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/fft/__init__.py
Import: numpy.polynomial /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/polynomial/__init__.py
Import: numpy.random /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/random/__init__.py
Import: numpy.ctypeslib /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/ctypeslib.py
Import: numpy.ma /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/ma/__init__.py
Import: numpy.matrixlib /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/matrixlib/__init__.py
Import: numpy.testing /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/testing/__init__.py
Import: numpy._pytesttester /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/_pytesttester.py
Import: logging /Users/malmaud/anaconda3/lib/python3.7/logging/__init__.py
Import: shutil /Users/malmaud/anaconda3/lib/python3.7/shutil.py
Analysis of numpy.core._multiarray_umath (Stub) queued. Dependencies: sys (stub)
Import: tempfile /Users/malmaud/anaconda3/lib/python3.7/tempfile.py
Import: fnmatch /Users/malmaud/anaconda3/lib/python3.7/fnmatch.py
Import: hashlib /Users/malmaud/anaconda3/lib/python3.7/hashlib.py
Import: boto3 /Users/malmaud/anaconda3/lib/python3.7/site-packages/boto3/__init__.py
Import: botocore.config /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/config.py
Import: botocore.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/exceptions.py
Import: requests /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/__init__.py
Import: tqdm /Users/malmaud/anaconda3/lib/python3.7/site-packages/tqdm/__init__.py
Import: torch.hub /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/hub.py
Import: urllib.parse /Users/malmaud/anaconda3/lib/python3.7/urllib/parse.py
Import: yaml.reader /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/reader.py
Analysis of keyword (Library) queued. Dependencies: keyword (stub), sys, re
Import: yaml.scanner /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/scanner.py
Import: yaml.parser /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/parser.py
Import: yaml.composer /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/composer.py
Import: yaml.constructor /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/constructor.py
Import: yaml.resolver /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/resolver.py
Import: json.decoder /Users/malmaud/anaconda3/lib/python3.7/json/decoder.py
Import: json.encoder /Users/malmaud/anaconda3/lib/python3.7/json/encoder.py
Analysis of yaml.resolver (Library) queued. Dependencies: yaml.resolver (stub), yaml.error, yaml.nodes, re
Create compiled (scraped): math /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of json.encoder (Library) queued. Dependencies: json.encoder (stub), re, _json
Import: torch.optim.lr_scheduler /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/optim/lr_scheduler.py
Analysis of keyword (Stub) queued. Dependencies:
Analysis of pandas.arrays (Library) queued. Dependencies: pandas.core.arrays
Create compiled (scraped): _json /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of numpy._pytesttester (Library) queued. Dependencies: __future__, sys, os, numpy, pytest, warnings, numpy.distutils, numpy.distutils.cpuinfo
Import: pandas.core.arrays /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/__init__.py
Analysis of _json (Compiled) queued. Dependencies: _json (stub)
Analysis of numpy.testing (Library) queued. Dependencies: __future__, unittest, numpy.testing._private.utils, numpy.testing._private, numpy.testing._private.decorators, numpy.testing._private.nosetester, numpy._pytesttester
Analysis of _json (Stub) queued. Dependencies:
Analysis of pandas.core.arrays (Library) queued. Dependencies: pandas.core.arrays.array_, pandas.core.arrays.base, pandas.core.arrays.categorical, pandas.core.arrays.datetimes, pandas.core.arrays.integer, pandas.core.arrays.interval, pandas.core.arrays.numpy_, pandas.core.arrays.period, pandas.core.arrays.sparse, pandas.core.arrays.timedeltas
Analysis of numpy.matrixlib (Library) queued. Dependencies: __future__, numpy.matrixlib.defmatrix, numpy._pytesttester
Analysis of torch.optim.lr_scheduler (Library) queued. Dependencies: torch.optim.lr_scheduler, types, math, torch._six, functools, warnings, bisect, torch.optim.optimizer
Analysis of pandas.testing (Library) queued. Dependencies: pandas.util.testing
Import: pytest /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytest.py
Analysis of numpy.ma (Library) queued. Dependencies: __future__, numpy.ma.core, numpy.ma.extras, numpy._pytesttester
Analysis of yaml.constructor (Library) queued. Dependencies: yaml.constructor (stub), yaml.error, yaml.nodes, collections, collections.abc, datetime, base64, binascii, re, sys, types
Import: numpy.distutils /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/__init__.py
Analysis of json.decoder (Library) queued. Dependencies: json.decoder (stub), re, json, json.scanner, _json
Import: numpy.distutils.cpuinfo /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/cpuinfo.py
Import: unittest /Users/malmaud/anaconda3/lib/python3.7/unittest/__init__.py
Analysis of numpy.ctypeslib (Library) queued. Dependencies: __future__, os, numpy, numpy.core.multiarray, ctypes, numpy.core, numpy.core._internal, warnings, numpy.distutils.misc_util
Import: numpy.testing._private.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/testing/_private/utils.py
Import: numpy.testing._private /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/testing/_private/__init__.py
Import: numpy.testing._private.decorators /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/testing/_private/decorators.py
Import: numpy.testing._private.nosetester /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/testing/_private/nosetester.py
Import: pandas.core.arrays.array_ /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/array_.py
Import: pandas.core.arrays.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/base.py
Analysis of inspect (Library) queued. Dependencies: inspect (stub), abc, dis, collections, collections.abc, enum, importlib, importlib.machinery, itertools, linecache, os, re, sys, tokenize, token, types, warnings, functools, operator, ast, argparse
Import: pandas.core.arrays.categorical /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/categorical.py
Import: pandas.core.arrays.datetimes /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/datetimes.py
Import: pandas.core.arrays.integer /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/integer.py
Import: pandas.core.arrays.interval /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/interval.py
Import: pandas.core.arrays.numpy_ /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/numpy_.py
Import: pandas.core.arrays.period /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/period.py
Import: pandas.core.arrays.sparse /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/sparse.py
Import: pandas.core.arrays.timedeltas /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/timedeltas.py
Import: numpy.matrixlib.defmatrix /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/matrixlib/defmatrix.py
Import: torch._six /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/_six.py
Import: bisect /Users/malmaud/anaconda3/lib/python3.7/bisect.py
Import: pandas.util.testing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/util/testing.py
Analysis of numpy.distutils (Library) queued. Dependencies: __future__, numpy.distutils.__version__, numpy.distutils.ccompiler, numpy.distutils.unixccompiler, numpy.distutils.info, numpy.distutils.npy_pkg_config, numpy.distutils.__config__, numpy._pytesttester, numpy.distutils.fcompiler
Import: numpy.ma.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/ma/core.py
Analysis of pandas.util._tester (Library) queued. Dependencies: os, sys, pytest
Import: numpy.ma.extras /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/ma/extras.py
Import: collections /Users/malmaud/anaconda3/lib/python3.7/collections/__init__.py
Import: collections.abc /Users/malmaud/anaconda3/lib/python3.7/collections/abc.py
Import: base64 /Users/malmaud/anaconda3/lib/python3.7/base64.py
Create compiled (scraped): binascii /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: json.scanner /Users/malmaud/anaconda3/lib/python3.7/json/scanner.py
Analysis of yaml.constructor (Stub) queued. Dependencies: yaml.error (stub), yaml.nodes (stub)
Import: numpy.core.multiarray /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/multiarray.py
Analysis of json.scanner (Library) queued. Dependencies: re, _json
Analysis of yaml.composer (Library) queued. Dependencies: yaml.composer (stub), yaml.error, yaml.events, yaml.nodes
Analysis of binascii (Compiled) queued. Dependencies: binascii (stub)
Import: ctypes /Users/malmaud/anaconda3/lib/python3.7/ctypes/__init__.py
Analysis of binascii (Stub) queued. Dependencies: sys (stub)
Import: numpy.core._internal /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/_internal.py
Import: numpy.distutils.misc_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/misc_util.py
Import: dis /Users/malmaud/anaconda3/lib/python3.7/dis.py
Import: importlib /Users/malmaud/anaconda3/lib/python3.7/importlib/__init__.py
Import: importlib.machinery /Users/malmaud/anaconda3/lib/python3.7/importlib/machinery.py
Import: linecache /Users/malmaud/anaconda3/lib/python3.7/linecache.py
Import: tokenize /Users/malmaud/anaconda3/lib/python3.7/tokenize.py
Import: token /Users/malmaud/anaconda3/lib/python3.7/token.py
Import: operator /Users/malmaud/anaconda3/lib/python3.7/operator.py
Import: ast /Users/malmaud/anaconda3/lib/python3.7/ast.py
Import: numpy.distutils.__version__ /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/__version__.py
Import: numpy.distutils.ccompiler /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/ccompiler.py
Analysis of ast (Library) queued. Dependencies: ast (stub), _ast, inspect, collections
Import: numpy.distutils.unixccompiler /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/unixccompiler.py
Analysis of ast (Stub) queued. Dependencies: _ast (stub)
Import: numpy.distutils.info /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/info.py
Analysis of numpy.distutils.misc_util (Library) queued. Dependencies: __future__, os, re, sys, copy, glob, atexit, tempfile, subprocess, shutil, multiprocessing, distutils, distutils.errors, threading, dummy_threading, numpy.distutils.compat, numpy.compat, numpy.distutils.core, curses, pprint, numpy.distutils.system_info, distutils.core, numpy, numpy.distutils.npy_pkg_config, warnings, distutils.dir_util, distutils.msvccompiler
Import: numpy.distutils.npy_pkg_config /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/npy_pkg_config.py
Import: numpy.distutils.__config__ /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/__config__.py
Import: numpy.distutils.fcompiler /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/fcompiler/__init__.py
Create built-in compiled (scraped) module: _ast /Users/malmaud/anaconda3/bin/python
Analysis of yaml.composer (Stub) queued. Dependencies: yaml.error (stub), yaml.nodes (stub)
Analysis of numpy.core._internal (Library) queued. Dependencies: __future__, re, sys, numpy.compat, numpy.core.overrides, numpy.core.multiarray, ctypes, numpy
Analysis of pandas.io.api (Library) queued. Dependencies: pandas.io.clipboards, pandas.io.excel, pandas.io.feather_format, pandas.io.gbq, pandas.io.html, pandas.io.json, pandas.io.packers, pandas.io.parquet, pandas.io.parsers, pandas.io.pickle, pandas.io.pytables, pandas.io.sas, pandas.io.spss, pandas.io.sql, pandas.io.stata
Import: glob /Users/malmaud/anaconda3/lib/python3.7/glob.py
Create built-in compiled (scraped) module: atexit /Users/malmaud/anaconda3/bin/python
Import: multiprocessing /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/__init__.py
Import: distutils /Users/malmaud/anaconda3/lib/python3.7/distutils/__init__.py
Import: distutils.errors /Users/malmaud/anaconda3/lib/python3.7/distutils/errors.py
Import: threading /Users/malmaud/anaconda3/lib/python3.7/threading.py
Import: dummy_threading /Users/malmaud/anaconda3/lib/python3.7/dummy_threading.py
Import: numpy.distutils.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/compat.py
Import: numpy.distutils.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/core.py
Import: curses /Users/malmaud/anaconda3/lib/python3.7/curses/__init__.py
Import: numpy.distutils.system_info /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/system_info.py
Analysis of base64 (Library) queued. Dependencies: base64 (stub), re, struct, binascii, warnings, sys, getopt
Analysis of numpy.distutils.fcompiler (Library) queued. Dependencies: __future__, os, sys, re, types, numpy.compat, distutils.sysconfig, distutils.fancy_getopt, distutils.errors, distutils.util, numpy.distutils.ccompiler, numpy.distutils, numpy.distutils.log, numpy.distutils.misc_util, numpy.distutils.exec_command, numpy.distutils.compat, numpy.distutils._shell_utils, numpy.distutils.fcompiler.environment, glob, numpy.distutils.core, distutils.dist, numpy.distutils.command.config_compiler
Import: distutils.core /Users/malmaud/anaconda3/lib/python3.7/distutils/core.py
Analysis of base64 (Stub) queued. Dependencies: sys (stub)
Import: distutils.dir_util /Users/malmaud/anaconda3/lib/python3.7/distutils/dir_util.py
Analysis of collections.abc (Library) queued. Dependencies: collections.abc (stub), _collections_abc
Analysis of numpy.distutils.__config__ (Library) queued. Dependencies: os, sys
Analysis of _ast (Stub) queued. Dependencies: sys (stub)
Analysis of collections.abc (Stub) queued. Dependencies: sys (stub), collections (stub)
Import: distutils.msvccompiler /Users/malmaud/anaconda3/lib/python3.7/distutils/msvccompiler.py
Import: numpy.core.overrides /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/overrides.py
Import: pandas.io.clipboards /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/clipboards.py
Analysis of numpy.distutils.npy_pkg_config (Library) queued. Dependencies: __future__, sys, re, os, configparser, optparse, glob
Analysis of numpy.core.overrides (Library) queued. Dependencies: collections, functools, os, numpy.core._multiarray_umath, numpy.compat._inspect
Analysis of numpy.distutils.info (Library) queued. Dependencies: __future__
Import: pandas.io.excel /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/excel/__init__.py
Analysis of operator (Library) queued. Dependencies: operator (stub), functools, _operator
Import: pandas.io.feather_format /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/feather_format.py
Import: pandas.io.gbq /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/gbq.py
Analysis of distutils.msvccompiler (Library) queued. Dependencies: distutils.msvccompiler (stub), sys, os, distutils.errors, distutils.ccompiler, distutils, distutils.log, distutils.msvc9compiler
Import: pandas.io.html /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/html.py
Import: pandas.io.json /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/json/__init__.py
Import: pandas.io.packers /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/packers.py
Analysis of ctypes (Library) queued. Dependencies: ctypes (stub), os, sys, _ctypes, struct, ctypes._endian
Import: pandas.io.parquet /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/parquet.py
Analysis of collections (Library) queued. Dependencies: collections (stub), _collections_abc, operator, keyword, sys, heapq, _weakref, itertools, reprlib, _collections, warnings, copy
Import: pandas.io.parsers /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/parsers.py
Import: pandas.io.pickle /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/pickle.py
Import: pandas.io.pytables /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/pytables.py
Analysis of collections (Stub) queued. Dependencies: sys (stub), collections.abc (stub)
Import: pandas.io.sas /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/sas/__init__.py
Import: pandas.io.spss /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/spss.py
Import: pandas.io.sql /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/sql.py
Import: pandas.io.stata /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/stata.py
Import: getopt /Users/malmaud/anaconda3/lib/python3.7/getopt.py
Import: distutils.sysconfig /Users/malmaud/anaconda3/lib/python3.7/distutils/sysconfig.py
Import: distutils.fancy_getopt /Users/malmaud/anaconda3/lib/python3.7/distutils/fancy_getopt.py
Import: distutils.util /Users/malmaud/anaconda3/lib/python3.7/distutils/util.py
Import: numpy.distutils.log /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/log.py
Import: numpy.distutils.exec_command /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/exec_command.py
Import: numpy.distutils._shell_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/_shell_utils.py
Import: numpy.distutils.fcompiler.environment /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/fcompiler/environment.py
Import: distutils.dist /Users/malmaud/anaconda3/lib/python3.7/distutils/dist.py
Import: numpy.distutils.command.config_compiler /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/config_compiler.py
Import: configparser /Users/malmaud/anaconda3/lib/python3.7/configparser.py
Import: optparse /Users/malmaud/anaconda3/lib/python3.7/optparse.py
Create compiled (scraped): numpy.core._multiarray_umath /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.io.stata (Library) queued. Dependencies: collections, datetime, io, os, struct, sys, warnings, dateutil.relativedelta, numpy, pandas._libs.lib, pandas._libs.writers, pandas.util._decorators, pandas.core.dtypes.common, pandas, pandas.core.frame, pandas.core.series, pandas.io.common
Import: numpy.compat._inspect /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/compat/_inspect.py
Create built-in compiled (scraped) module: _operator /Users/malmaud/anaconda3/bin/python
Analysis of numpy.compat._inspect (Library) queued. Dependencies: __future__, types
Import: distutils.ccompiler /Users/malmaud/anaconda3/lib/python3.7/distutils/ccompiler.py
Analysis of operator (Stub) queued. Dependencies: sys (stub)
Import: distutils.log /Users/malmaud/anaconda3/lib/python3.7/distutils/log.py
Analysis of token (Library) queued. Dependencies: token (stub), re, sys
Import: distutils.msvc9compiler /Users/malmaud/anaconda3/lib/python3.7/distutils/msvc9compiler.py
Create compiled (scraped): _ctypes /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: ctypes._endian /Users/malmaud/anaconda3/lib/python3.7/ctypes/_endian.py
Import: heapq /Users/malmaud/anaconda3/lib/python3.7/heapq.py
Analysis of ctypes._endian (Library) queued. Dependencies: sys, ctypes
Create built-in compiled (scraped) module: _weakref /Users/malmaud/anaconda3/bin/python
Import: reprlib /Users/malmaud/anaconda3/lib/python3.7/reprlib.py
Analysis of distutils.msvc9compiler (Library) queued. Dependencies: os, subprocess, sys, re, distutils.errors, distutils.ccompiler, distutils, distutils.log, distutils.util
Create built-in compiled (scraped) module: _collections /Users/malmaud/anaconda3/bin/python
Import: dateutil.relativedelta /Users/malmaud/anaconda3/lib/python3.7/site-packages/dateutil/relativedelta.py
Create compiled (scraped): pandas._libs.writers /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/writers.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.writers /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of reprlib (Library) queued. Dependencies: reprlib (stub), itertools, _thread
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/writers.cpython-37m-darwin.pyi
Import: pandas.util._decorators /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/util/_decorators.py
Import: pandas.core.dtypes.common /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/common.py
Import: pandas.core.frame /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/frame.py
Import: pandas.core.series /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/series.py
Import: pandas.io.common /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/common.py
Analysis of token (Stub) queued. Dependencies: sys (stub)
Analysis of distutils.log (Library) queued. Dependencies: distutils.log (stub), sys
Analysis of reprlib (Stub) queued. Dependencies: array (stub)
Analysis of _ctypes (Compiled) queued. Dependencies:
Analysis of distutils.log (Stub) queued. Dependencies:
Analysis of _weakref (Stub) queued. Dependencies: sys (stub)
Analysis of array (Stub) queued. Dependencies: sys (stub)
Analysis of pandas.io.common (Library) queued. Dependencies: bz2, codecs, csv, gzip, http.client, io, lzma, mmap, os, pathlib, urllib.error, urllib.parse, urllib.request, zipfile, pandas.errors, pandas.core.dtypes.common, pandas.io, pandas.io.s3, pandas.io.gcs
Analysis of heapq (Library) queued. Dependencies: heapq (stub), _heapq, doctest
Analysis of tokenize (Library) queued. Dependencies: tokenize (stub), codecs, collections, io, itertools, re, sys, token, argparse
Import: bz2 /Users/malmaud/anaconda3/lib/python3.7/bz2.py
Analysis of ctypes (Stub) queued. Dependencies: sys (stub)
Analysis of distutils.ccompiler (Library) queued. Dependencies: distutils.ccompiler (stub), sys, os, re, distutils.errors, distutils.spawn, distutils.file_util, distutils.dir_util, distutils.dep_util, distutils.util, distutils, distutils.log, tempfile, distutils.debug, distutils.fancy_getopt
Import: csv /Users/malmaud/anaconda3/lib/python3.7/csv.py
Analysis of numpy.random (Library) queued. Dependencies: __future__, warnings, numpy.random.mtrand, numpy._pytesttester
Import: gzip /Users/malmaud/anaconda3/lib/python3.7/gzip.py
Analysis of numpy.polynomial (Library) queued. Dependencies: __future__, numpy.polynomial.polynomial, numpy.polynomial.chebyshev, numpy.polynomial.legendre, numpy.polynomial.hermite, numpy.polynomial.hermite_e, numpy.polynomial.laguerre, numpy._pytesttester
Import: http.client /Users/malmaud/anaconda3/lib/python3.7/http/client.py
Analysis of numpy.fft (Library) queued. Dependencies: __future__, numpy.fft.info, numpy.fft.fftpack, numpy.fft.helper, numpy._pytesttester, warnings, mkl_fft, mkl_fft._numpy_fft, sys
Import: lzma /Users/malmaud/anaconda3/lib/python3.7/lzma.py
Analysis of numpy.core._multiarray_umath (Compiled) queued. Dependencies: numpy.core._multiarray_umath (stub), numpy, numpy.core, numpy.core.multiarray
Create compiled (scraped): mmap /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/mmap.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: urllib.error /Users/malmaud/anaconda3/lib/python3.7/urllib/error.py
Import: urllib.request /Users/malmaud/anaconda3/lib/python3.7/urllib/request.py
Import: zipfile /Users/malmaud/anaconda3/lib/python3.7/zipfile.py
Import: pandas.errors /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/errors/__init__.py
Analysis of pandas.core.series (Library) queued. Dependencies: collections, io, shutil, textwrap, warnings, numpy, pandas._config, pandas._libs, pandas._libs.index, pandas._libs.lib, pandas._libs.reshape, pandas._libs.tslibs, pandas.compat, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.util._validators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas, pandas.core, pandas.core.algorithms, pandas.core.base, pandas.core.generic, pandas.core.nanops, pandas.core.ops, pandas.core.accessor, pandas.core.arrays, pandas.core.arrays.categorical, pandas.core.arrays.sparse, pandas.core.common, pandas.core.index, pandas.core.indexers, pandas.core.indexes.accessors, pandas.core.indexes, pandas.core.indexes.base, pandas.core.indexes.datetimes, pandas.core.indexes.period, pandas.core.indexes.timedeltas, pandas.core.indexing, pandas.core.internals, pandas.core.internals.construction, pandas.core.strings, pandas.core.tools.datetimes, pandas.io, pandas.io.formats, pandas.io.formats.format, pandas.plotting, pandas.core.sparse.series, pandas.core.frame, pandas.core.reshape.concat, pandas.core.sorting, pandas.core.reshape.reshape
Import: pandas.io /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/__init__.py
Import: pandas.io.s3 /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/s3.py
Import: pandas.io.gcs /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/gcs.py
Create compiled (scraped): _heapq /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: distutils.spawn /Users/malmaud/anaconda3/lib/python3.7/distutils/spawn.py
Analysis of _heapq (Compiled) queued. Dependencies: _heapq (stub)
Analysis of tokenize (Stub) queued. Dependencies: sys (stub), token (stub), os (stub)
Analysis of _heapq (Stub) queued. Dependencies:
Analysis of pandas.io.gcs (Library) queued. Dependencies: pandas.compat._optional
Import: distutils.file_util /Users/malmaud/anaconda3/lib/python3.7/distutils/file_util.py
Analysis of linecache (Library) queued. Dependencies: linecache (stub), functools, sys, os, tokenize
Analysis of linecache (Stub) queued. Dependencies: sys (stub)
Analysis of pandas.io.s3 (Library) queued. Dependencies: urllib.parse, pandas.compat._optional, botocore.exceptions
Import: distutils.dep_util /Users/malmaud/anaconda3/lib/python3.7/distutils/dep_util.py
Analysis of importlib.machinery (Library) queued. Dependencies: importlib.machinery (stub), _imp, importlib._bootstrap, importlib._bootstrap_external
Import: distutils.debug /Users/malmaud/anaconda3/lib/python3.7/distutils/debug.py
Analysis of distutils.debug (Library) queued. Dependencies: distutils.debug (stub), os
Create compiled (scraped): numpy.random.mtrand /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/random/mtrand.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: numpy.polynomial.polynomial /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/polynomial/polynomial.py
Import: numpy.polynomial.chebyshev /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/polynomial/chebyshev.py
Import: numpy.polynomial.legendre /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/polynomial/legendre.py
Import: numpy.polynomial.hermite /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/polynomial/hermite.py
Import: numpy.polynomial.hermite_e /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/polynomial/hermite_e.py
Import: numpy.polynomial.laguerre /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/polynomial/laguerre.py
Import: numpy.fft.info /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/fft/info.py
Import: numpy.fft.fftpack /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/fft/fftpack.py
Import: numpy.fft.helper /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/fft/helper.py
Import: mkl_fft /Users/malmaud/anaconda3/lib/python3.7/site-packages/mkl_fft/__init__.py
Import: mkl_fft._numpy_fft /Users/malmaud/anaconda3/lib/python3.7/site-packages/mkl_fft/_numpy_fft.py
Import: textwrap /Users/malmaud/anaconda3/lib/python3.7/textwrap.py
Create compiled (scraped): pandas._libs.index /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/index.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of mkl_fft._numpy_fft (Library) queued. Dependencies: __future__, numpy.core, numpy, mkl_fft, mkl_fft._pydfti
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.index /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of optparse (Library) queued. Dependencies: optparse (stub), sys, os, textwrap, gettext
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/index.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.reshape /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/reshape.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.reshape /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/reshape.cpython-37m-darwin.pyi
Import: pandas._libs.tslibs /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/__init__.py
Import: pandas.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/compat/__init__.py
Import: pandas.compat.numpy.function /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/compat/numpy/function.py
Import: pandas.util._validators /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/util/_validators.py
Import: pandas.core.dtypes.generic /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/generic.py
Import: pandas.core.dtypes.missing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/missing.py
Import: pandas.core.algorithms /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/algorithms.py
Import: pandas.core.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/base.py
Import: pandas.core.generic /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/generic.py
Import: pandas.core.nanops /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/nanops.py
Import: pandas.core.ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/ops/__init__.py
Import: pandas.core.accessor /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/accessor.py
Import: pandas.core.common /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/common.py
Import: pandas.core.index /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/index.py
Import: pandas.core.indexers /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexers.py
Import: pandas.core.indexes.accessors /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/accessors.py
Import: pandas.core.indexes /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/__init__.py
Import: pandas.core.indexes.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/base.py
Import: pandas.core.indexes.datetimes /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/datetimes.py
Import: pandas.core.indexes.period /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/period.py
Import: pandas.core.indexes.timedeltas /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/timedeltas.py
Import: pandas.core.indexing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexing.py
Import: pandas.core.internals /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/internals/__init__.py
Import: pandas.core.internals.construction /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/internals/construction.py
Import: pandas.core.strings /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/strings.py
Import: pandas.core.tools.datetimes /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/tools/datetimes.py
Import: pandas.io.formats /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/__init__.py
Import: pandas.io.formats.format /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/format.py
Import: pandas.plotting /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/__init__.py
Import: pandas.core.sparse.series /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/sparse/series.py
Import: pandas.core.reshape.concat /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/reshape/concat.py
Import: pandas.core.sorting /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/sorting.py
Import: pandas.core.reshape.reshape /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/reshape/reshape.py
Import: pandas.compat._optional /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/compat/_optional.py
Create built-in compiled (scraped) module: _imp /Users/malmaud/anaconda3/bin/python
Analysis of pandas.compat.numpy (Library) queued. Dependencies: distutils.version, re, numpy
Import: importlib._bootstrap /Users/malmaud/anaconda3/lib/python3.7/importlib/_bootstrap.py
Analysis of unittest (Library) queued. Dependencies: unittest (stub), unittest.result, unittest.case, unittest.suite, unittest.loader, unittest.main, unittest.runner, unittest.signals, os
Analysis of yaml.tokens (Stub) queued. Dependencies:
Analysis of pandas.io (Library) queued. Dependencies:
Analysis of numpy.testing._private.decorators (Library) queued. Dependencies: __future__, collections, collections.abc, numpy.testing._private.utils, nose, numpy.testing._private.noseclasses, numpy.testing._private.parameterized
Analysis of unittest (Stub) queued. Dependencies: logging (stub), sys (stub), types (stub)
Import: importlib._bootstrap_external /Users/malmaud/anaconda3/lib/python3.7/importlib/_bootstrap_external.py
Analysis of pandas.errors (Library) queued. Dependencies: pandas._libs.tslibs
Analysis of qa (User) queued. Dependencies: qa.load_data, qa.onestop_reader, qa.models, qa.train_mc, qa.onestop_analysis, qa.encoding, qa.evaluate_models, qa.eyetracking, qa.baselines
Analysis of yaml.cyaml (Library) queued. Dependencies: _yaml, yaml.constructor, yaml.serializer, yaml.representer, yaml.resolver
Analysis of numpy.distutils.cpuinfo (Library) queued. Dependencies: __future__, sys, re, types, os, subprocess, warnings, platform, numpy.distutils.compat
Analysis of pandas.core.arrays.array_ (Library) queued. Dependencies: numpy, pandas._libs, pandas._libs.lib, pandas._libs.tslibs, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.arrays, pandas.core.internals.arrays
Analysis of distutils.debug (Stub) queued. Dependencies:
Analysis of yaml.dumper (Library) queued. Dependencies: yaml.dumper (stub), yaml.emitter, yaml.serializer, yaml.representer, yaml.resolver
Analysis of _compat_pickle (Library) queued. Dependencies:
Analysis of numpy.testing._private.nosetester (Library) queued. Dependencies: __future__, os, sys, warnings, numpy.compat, numpy, numpy.testing._private.utils, numpy.testing._private.noseclasses, scipy, nose, nose.plugins, nose.plugins.builtin, numpy.testing._private, doctest, numpy.distutils, numpy.distutils.cpuinfo, threading
Analysis of _pickle (Compiled) queued. Dependencies:
Analysis of pandas.core.reshape.reshape (Library) queued. Dependencies: functools, itertools, numpy, pandas, pandas._libs, pandas._libs.algos, pandas._libs.reshape, pandas._libs.sparse, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas.core, pandas.core.algorithms, pandas.core.arrays, pandas.core.arrays.categorical, pandas.core.frame, pandas.core.index, pandas.core.internals.arrays, pandas.core.series, pandas.core.sorting, pandas.core.reshape.concat
Create compiled (scraped): mkl_fft._pydfti /Users/malmaud/anaconda3/lib/python3.7/site-packages/mkl_fft/_pydfti.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of torch._six (Library) queued. Dependencies: itertools, sys, math, queue, collections, collections.abc, io
Analysis of numpy.testing._private (Library) queued. Dependencies:
Analysis of bisect (Stub) queued. Dependencies:
Import: gettext /Users/malmaud/anaconda3/lib/python3.7/gettext.py
Analysis of torch.optim.optimizer (Stub) queued. Dependencies: torch
Analysis of numpy.matrixlib.defmatrix (Library) queued. Dependencies: __future__, sys, warnings, ast, numpy, numpy.core, numpy.core.numeric, numpy.core.overrides, numpy.linalg, numpy.dual
Analysis of bisect (Library) queued. Dependencies: bisect (stub), _bisect
Analysis of pandas.core.arrays.integer (Library) queued. Dependencies: numbers, warnings, numpy, pandas._libs, pandas._libs.lib, pandas.compat, pandas.util._decorators, pandas.core.dtypes.base, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core, pandas.core.nanops, pandas.core.ops, pandas.core.arrays, pandas.core.tools.numeric, pandas.api.extensions, pandas
Analysis of pandas.core.arrays.period (Library) queued. Dependencies: datetime, operator, numpy, pandas._libs, pandas._libs.lib, pandas._libs.tslibs, pandas._libs.tslibs.frequencies, pandas._libs.tslibs.period, pandas._libs.tslibs.fields, pandas._libs.tslibs.timedeltas, pandas, pandas.compat, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core, pandas.core.algorithms, pandas.core.arrays, pandas.core.arrays.datetimelike, pandas.core.common, pandas.tseries, pandas.tseries.frequencies, pandas.tseries.offsets
Analysis of mkl_fft (Library) queued. Dependencies: mkl_fft._pydfti, mkl_fft._version
Import: distutils.version /Users/malmaud/anaconda3/lib/python3.7/distutils/version.py
Analysis of heapq (Stub) queued. Dependencies: sys (stub)
Analysis of numpy.fft.helper (Library) queued. Dependencies: __future__, collections, threading, dummy_threading, numpy.compat, numpy.core, numpy.core.overrides
Import: unittest.result /Users/malmaud/anaconda3/lib/python3.7/unittest/result.py
Analysis of distutils.version (Stub) queued. Dependencies: sys (stub), abc (stub)
Import: unittest.case /Users/malmaud/anaconda3/lib/python3.7/unittest/case.py
Analysis of distutils.version (Library) queued. Dependencies: distutils.version (stub), re
Analysis of pandas.core.arrays.numpy_ (Library) queued. Dependencies: numbers, numpy, numpy.lib.mixins, pandas._libs, pandas._libs.lib, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.util._validators, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.inference, pandas, pandas.compat, pandas.core, pandas.core.nanops, pandas.core.algorithms, pandas.core.missing, pandas.core.arrays.base, pandas.core.internals.arrays
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, os, re, sys, warnings, struct, errno, copy
Analysis of pandas.core.arrays.timedeltas (Library) queued. Dependencies: datetime, textwrap, warnings, numpy, pandas._libs, pandas._libs.lib, pandas._libs.tslibs, pandas._libs.tslibs.fields, pandas._libs.tslibs.timedeltas, pandas, pandas.compat, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core, pandas.core.ops, pandas.core.algorithms, pandas.core.common, pandas.tseries.frequencies, pandas.tseries.offsets, pandas.core.arrays, pandas.core.arrays.datetimelike, pandas.io.formats.format
Analysis of bz2 (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of unittest.result (Library) queued. Dependencies: io, sys, traceback, unittest, unittest.util, functools
Analysis of gettext (Stub) queued. Dependencies:
Analysis of csv (Stub) queued. Dependencies: collections (stub), sys (stub), _csv (stub)
Analysis of mkl_fft._pydfti (Compiled) queued. Dependencies: _thread
Analysis of bz2 (Library) queued. Dependencies: bz2 (stub), io, os, warnings, _compression, threading, _bz2
Import: unittest.suite /Users/malmaud/anaconda3/lib/python3.7/unittest/suite.py
Analysis of numpy.ma.extras (Library) queued. Dependencies: __future__, itertools, warnings, numpy.ma, numpy.ma.core, numpy, numpy.core, numpy.core.umath, numpy.core.multiarray, numpy.core.numeric, numpy.lib.function_base, numpy.lib.index_tricks
Analysis of gzip (Stub) queued. Dependencies: os.path (stub), _compression (stub), zlib (stub)
Analysis of io (Library) queued. Dependencies: io (stub), _io, abc
Analysis of pandas.core.arrays.interval (Library) queued. Dependencies: operator, textwrap, numpy, pandas._config, pandas._libs.interval, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core.arrays.base, pandas.core.arrays.categorical, pandas, pandas.core, pandas.core.common, pandas.core.indexes.base, pandas.core.algorithms
Analysis of unittest.suite (Library) queued. Dependencies: sys, unittest, unittest.case, unittest.util
Analysis of numpy.fft.fftpack (Library) queued. Dependencies: __future__, functools, numpy.core, numpy.core.multiarray, numpy.core.overrides, numpy.fft, numpy.fft.fftpack_lite, numpy.fft.helper
Analysis of pandas.core.arrays.datetimes (Library) queued. Dependencies: datetime, textwrap, warnings, numpy, pytz, pandas._libs, pandas._libs.lib, pandas._libs.tslib, pandas._libs.tslibs, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.conversion, pandas._libs.tslibs.fields, pandas._libs.tslibs.resolution, pandas._libs.tslibs.timezones, pandas._libs.tslibs.tzconversion, pandas, pandas.compat, pandas.errors, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core, pandas.core.ops, pandas.core.algorithms, pandas.core.arrays, pandas.core.arrays.datetimelike, pandas.core.arrays._ranges, pandas.core.common, pandas.tseries.frequencies, pandas.tseries.offsets, pandas.io.formats.format, pandas.core.arrays.timedeltas
Analysis of gzip (Library) queued. Dependencies: gzip (stub), struct, sys, time, os, zlib, io, _compression, warnings, errno
Analysis of numpy.fft.info (Library) queued. Dependencies: __future__
Analysis of pandas.core.arrays.categorical (Library) queued. Dependencies: shutil, textwrap, warnings, numpy, pandas._config, pandas._libs, pandas._libs.algos, pandas._libs.lib, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.util._validators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.inference, pandas.core.dtypes.missing, pandas.core, pandas.core.ops, pandas.core.accessor, pandas, pandas.core.algorithms, pandas.core.base, pandas.core.common, pandas.core.missing, pandas.core.sorting, pandas.io.formats, pandas.io.formats.console, pandas.core.arrays.base, pandas.core.internals.construction, pandas.core.series, pandas.io.formats.format, pandas.core.internals.arrays, pandas._libs.hashtable, pandas.core.reshape.concat, pandas.core.dtypes.concat, pandas.core.indexes.category
Analysis of http.client (Stub) queued. Dependencies: email (stub), email.message (stub), io (stub), socket (stub), sys (stub), ssl (stub), types (stub)
Analysis of optparse (Stub) queued. Dependencies: sys (stub)
Import: unittest.loader /Users/malmaud/anaconda3/lib/python3.7/unittest/loader.py
Analysis of csv (Library) queued. Dependencies: csv (stub), re, _csv, collections, io
Analysis of logging (Stub) queued. Dependencies: string (stub), time (stub), types (stub), sys (stub), threading (stub)
Analysis of pandas.core.arrays.base (Library) queued. Dependencies: operator, numpy, pandas.compat, pandas.compat.numpy, pandas.compat.numpy.function, pandas.errors, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas._typing, pandas.core, pandas.core.ops, pandas.core.sorting, pandas.api.types, pandas.util._validators, pandas.core.missing, pandas, pandas.core.algorithms, pandas.io.formats.printing
Analysis of lzma (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of importlib._bootstrap_external (Library) queued. Dependencies: tokenize
Import: unittest.main /Users/malmaud/anaconda3/lib/python3.7/unittest/main.py
Analysis of pandas.util.testing (Library) queued. Dependencies: bz2, collections, contextlib, datetime, functools, gzip, http, http.client, lzma, os, re, shutil, string, tempfile, traceback, warnings, zipfile, numpy, numpy.random, pandas._config.localization, pandas, pandas._libs, pandas._libs.testing, pandas.compat, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas.core.algorithms, pandas.core.arrays, pandas.io.common, pandas.io.formats.printing, pytest, matplotlib.pyplot, matplotlib, inspect, csv, pandas.core.computation, pandas.core.computation.expressions, threading, time
Analysis of unittest.case (Library) queued. Dependencies: sys, functools, difflib, logging, pprint, re, warnings, collections, contextlib, traceback, unittest, unittest.result, unittest.util
Analysis of warnings (Stub) queued. Dependencies: types (stub)
Analysis of doctest (Stub) queued. Dependencies: sys (stub), types (stub), unittest (stub)
Analysis of zipfile (Library) queued. Dependencies: zipfile (stub), io, os, importlib, importlib.util, sys, time, stat, shutil, struct, binascii, threading, zlib, bz2, lzma, warnings, py_compile, argparse
Analysis of importlib._bootstrap (Library) queued. Dependencies:
Analysis of numpy.testing._private.utils (Library) queued. Dependencies: __future__, os, sys, re, gc, operator, warnings, functools, shutil, contextlib, tempfile, unittest.case, pprint, numpy.core, numpy.lib.utils, io, nose, random, time, numpy.lib, numpy, traceback, numpy.core.numerictypes, numpy.core.fromnumeric, difflib, numpy.compat, doctest, unittest, inspect
Analysis of _imp (Stub) queued. Dependencies: sys (stub), types (stub), importlib.machinery (stub)
Analysis of unittest.loader (Library) queued. Dependencies: os, re, sys, traceback, types, functools, warnings, fnmatch, unittest, unittest.case, unittest.suite, unittest.util
Import: unittest.runner /Users/malmaud/anaconda3/lib/python3.7/unittest/runner.py
Import: unittest.signals /Users/malmaud/anaconda3/lib/python3.7/unittest/signals.py
Analysis of http.client (Library) queued. Dependencies: http.client (stub), email, email.parser, email.message, http, io, re, socket, collections, collections.abc, urllib.parse, ssl, warnings
Import: nose /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/__init__.py
Analysis of pandas.compat._optional (Library) queued. Dependencies: distutils, distutils.version, importlib, types, warnings
Analysis of pandas.core.arrays.sparse (Library) queued. Dependencies: collections, collections.abc, numbers, operator, re, warnings, numpy, pandas._libs, pandas._libs.index, pandas._libs.lib, pandas, pandas._libs.sparse, pandas._libs.tslibs, pandas.compat, pandas.compat._optional, pandas.compat.numpy, pandas.compat.numpy.function, pandas.errors, pandas.core.dtypes.base, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas._typing, pandas.core.accessor, pandas.core, pandas.core.algorithms, pandas.core.arrays, pandas.core.base, pandas.core.common, pandas.core.missing, pandas.core.ops, pandas.io, pandas.io.formats, pandas.io.formats.printing, pandas.core.internals, pandas.core.internals.construction, pandas.core.sparse.scipy_sparse, scipy.sparse, pandas.core.indexes, pandas.core.indexes.base
Import: numpy.testing._private.noseclasses /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/testing/_private/noseclasses.py
Analysis of importlib.machinery (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Import: numpy.testing._private.parameterized /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/testing/_private/parameterized.py
Analysis of unittest.runner (Library) queued. Dependencies: sys, time, warnings, unittest, unittest.result, unittest.signals
Analysis of unittest.signals (Library) queued. Dependencies: signal, weakref, functools
Analysis of yaml.events (Stub) queued. Dependencies:
Analysis of configparser (Library) queued. Dependencies: configparser (stub), collections.abc, collections, functools, io, itertools, os, re, sys, warnings
Import: qa.models /Users/malmaud/dropbox/code/qa/qa/models.py
Analysis of importlib (Library) queued. Dependencies: importlib (stub), _imp, sys, importlib._bootstrap, importlib._bootstrap_external, types, warnings
Analysis of nose (Library) queued. Dependencies: nose.core, nose.exc, nose.tools
Analysis of importlib (Stub) queued. Dependencies: importlib.util (stub), importlib.abc (stub), sys (stub), types (stub)
Import: qa.train_mc /Users/malmaud/dropbox/code/qa/qa/train_mc.py
Import: qa.onestop_analysis /Users/malmaud/dropbox/code/qa/qa/onestop_analysis.py
Import: qa.encoding /Users/malmaud/dropbox/code/qa/qa/encoding.py
Analysis of configparser (Stub) queued. Dependencies: sys (stub), os (stub)
Import: qa.evaluate_models /Users/malmaud/dropbox/code/qa/qa/evaluate_models.py
Analysis of numpy.distutils.command.config_compiler (Library) queued. Dependencies: __future__, distutils.core, numpy.distutils, numpy.distutils.log, numpy.distutils.fcompiler, distutils
Import: qa.eyetracking /Users/malmaud/dropbox/code/qa/qa/eyetracking.py
Analysis of numpy.polynomial.laguerre (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Import: qa.baselines /Users/malmaud/dropbox/code/qa/qa/baselines.py
Create compiled (scraped): _yaml /Users/malmaud/anaconda3/lib/python3.7/site-packages/_yaml.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: yaml.serializer /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/serializer.py
Import: yaml.representer /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/representer.py
Import: platform /Users/malmaud/anaconda3/lib/python3.7/platform.py
Analysis of numpy.testing._private.noseclasses (Library) queued. Dependencies: __future__, os, sys, doctest, inspect, numpy, nose, nose.plugins, nose.plugins.doctests, nose.plugins.errorclass, nose.plugins.base, nose.util, numpy.testing._private.nosetester, numpy.testing._private.utils, numpy.core._multiarray_tests
Analysis of unittest.main (Library) queued. Dependencies: sys, argparse, os, unittest, unittest.loader, unittest.runner, unittest.signals
Analysis of dis (Library) queued. Dependencies: dis (stub), sys, types, collections, io, opcode, argparse
Analysis of yaml.nodes (Stub) queued. Dependencies:
Import: pandas.core.dtypes.dtypes /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/dtypes.py
Analysis of mmap (Stub) queued. Dependencies: sys (stub)
Import: pandas.core.internals.arrays /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/internals/arrays.py
Analysis of mmap (Compiled) queued. Dependencies: mmap (stub)
Import: yaml.emitter /Users/malmaud/anaconda3/lib/python3.7/site-packages/yaml/emitter.py
Analysis of lzma (Library) queued. Dependencies: lzma (stub), io, os, _lzma, _compression
Analysis of yaml.serializer (Stub) queued. Dependencies: yaml.error (stub)
Analysis of distutils.dist (Library) queued. Dependencies: distutils.dist (stub), sys, os, re, email, warnings, distutils.errors, distutils.fancy_getopt, distutils.util, distutils, distutils.log, distutils.debug, pprint, configparser, distutils.cmd, distutils.core, distutils.command, distutils.versionpredicate
Analysis of distutils.dep_util (Library) queued. Dependencies: distutils.dep_util (stub), os, distutils.errors, stat
Analysis of distutils.dist (Stub) queued. Dependencies:
Analysis of distutils.dep_util (Stub) queued. Dependencies:
Analysis of dis (Stub) queued. Dependencies: sys (stub), types (stub), opcode (stub)
Analysis of yaml.representer (Stub) queued. Dependencies: yaml.error (stub)
Analysis of numpy.distutils.fcompiler.environment (Library) queued. Dependencies: __future__, os, warnings, distutils.dist
Import: scipy /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/__init__.py
Analysis of urllib.error (Stub) queued. Dependencies: urllib.response (stub)
Analysis of distutils.file_util (Library) queued. Dependencies: distutils.file_util (stub), os, distutils.errors, distutils, distutils.log, distutils.dep_util, stat, errno
Import: nose.plugins /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/plugins/__init__.py
Analysis of urllib.error (Library) queued. Dependencies: urllib.error (stub), urllib, urllib.response
Analysis of numpy.distutils._shell_utils (Library) queued. Dependencies: os, shlex, subprocess, pipes, ctypes
Import: nose.plugins.builtin /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/plugins/builtin.py
Analysis of yaml.representer (Library) queued. Dependencies: yaml.representer (stub), yaml.error, yaml.nodes, datetime, sys, copyreg, types, base64, collections
Create compiled (scraped): pandas._libs.algos /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/algos.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of nose.plugins.builtin (Library) queued. Dependencies:
Analysis of distutils.file_util (Stub) queued. Dependencies:
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.algos /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of numpy.ma.core (Library) queued. Dependencies: __future__, sys, operator, warnings, textwrap, re, functools, numpy, numpy.core, numpy.core.umath, numpy.core.numerictypes, numpy.lib.function_base, numpy.compat, numpy.core.multiarray, numpy.core.numeric, numpy.core._internal, copy
Analysis of nose.plugins (Library) queued. Dependencies: nose.plugins.base, nose.plugins.manager, nose.plugins.plugintest, doctest
Analysis of qa.baselines (User) queued. Dependencies: qa.load_data, torch, qa.encoding, qa, qa.models
Analysis of yaml.emitter (Library) queued. Dependencies: yaml.emitter (stub), yaml.error, yaml.events
Analysis of numpy.core.multiarray (Library) queued. Dependencies: functools, warnings, numpy.core, numpy.core.overrides, numpy.core._multiarray_umath, numpy
Analysis of zipfile (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Analysis of platform (Stub) queued. Dependencies: os (stub)
Analysis of urllib.request (Stub) queued. Dependencies: http.client (stub), http.cookiejar (stub), email.message (stub), urllib.response (stub), ssl (stub), sys (stub), os (stub)
Analysis of numpy.distutils.exec_command (Library) queued. Dependencies: __future__, os, sys, subprocess, locale, numpy.distutils.misc_util, numpy.distutils, numpy.distutils.log
Analysis of logging (Library) queued. Dependencies: logging (stub), sys, os, time, io, traceback, warnings, weakref, collections, collections.abc, string, threading, pickle, atexit
Analysis of scipy (Library) queued. Dependencies: __future__, numpy, numpy.random, numpy.fft, numpy.lib.scimath, scipy._distributor_init, sys, scipy.__config__, scipy.version, scipy._lib._version, warnings, scipy._lib._ccallback, scipy._lib._testutils
Analysis of yaml.serializer (Library) queued. Dependencies: yaml.serializer (stub), yaml.error, yaml.events, yaml.nodes
Analysis of numpy.polynomial.hermite_e (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Analysis of inspect (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, stat, posix, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Analysis of urllib.request (Library) queued. Dependencies: urllib.request (stub), base64, bisect, email, hashlib, http, http.client, io, os, posixpath, re, socket, string, sys, time, tempfile, contextlib, warnings, urllib.error, urllib.parse, urllib.response, ssl, http.cookiejar, email.utils, mimetypes, ftplib, nturl2path, getpass, fnmatch, _scproxy
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/algos.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.sparse /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/sparse.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.sparse /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/sparse.cpython-37m-darwin.pyi
Import: pandas.core.dtypes.cast /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/cast.py
Import: queue /Users/malmaud/anaconda3/lib/python3.7/queue.py
Import: numpy.core.numeric /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/numeric.py
Import: numpy.dual /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/dual.py
Import: numbers /Users/malmaud/anaconda3/lib/python3.7/numbers.py
Import: pandas.core.dtypes.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/base.py
Import: pandas.core.tools.numeric /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/tools/numeric.py
Import: pandas.api.extensions /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/api/extensions/__init__.py
Create compiled (scraped): pandas._libs.tslibs.frequencies /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/frequencies.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.frequencies /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/frequencies.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.tslibs.period /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/period.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.period /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/period.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.tslibs.fields /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/fields.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.fields /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.core.sorting (Library) queued. Dependencies: numpy, pandas._libs, pandas._libs.algos, pandas._libs.hashtable, pandas._libs.lib, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas, pandas.core, pandas.core.algorithms, pandas.core.arrays, pandas.core.internals.arrays
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/fields.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.tslibs.timedeltas /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/timedeltas.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.timedeltas /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/timedeltas.cpython-37m-darwin.pyi
Import: pandas.core.arrays.datetimelike /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/datetimelike.py
Import: pandas.tseries.frequencies /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/tseries/frequencies.py
Import: mkl_fft._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/mkl_fft/_version.py
Create compiled (scraped): _bisect /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: numpy.lib.mixins /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/mixins.py
Import: pandas.core.dtypes.inference /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/inference.py
Analysis of qa.eyetracking (User) queued. Dependencies: pandas, plotly, plotly.express, plotly.graph_objects, plotly.figure_factory, numpy, dataclasses, pathlib, qa.load_data, qa, qa.constants, qa.encoding
Import: pandas.core.missing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/missing.py
Import: locale /Users/malmaud/anaconda3/lib/python3.7/locale.py
Create built-in compiled (scraped) module: errno /Users/malmaud/anaconda3/bin/python
Analysis of qa.evaluate_models (User) queued. Dependencies: qa, qa.load_data, qa.train_mc, qa.encoding, qa.models, qa.utils, torch, dataclasses, argparse, pathlib, json, pandas, plotly, plotly.express, collections, math, mlxtend.evaluate, mlxtend.evaluate.mcnemar
Import: traceback /Users/malmaud/anaconda3/lib/python3.7/traceback.py
Import: unittest.util /Users/malmaud/anaconda3/lib/python3.7/unittest/util.py
Import: _compression /Users/malmaud/anaconda3/lib/python3.7/_compression.py
Analysis of qa.encoding (User) queued. Dependencies: pytorch_transformers, dataclasses, qa, qa.constants, qa.load_data, torch, torch.tensor, torch.nn, enum, numpy
Create compiled (scraped): _bz2 /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of qa.onestop_analysis (User) queued. Dependencies: qa, qa.load_data, qa.train_mc, torch, pandas, plotly
Import: numpy.core.umath /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/umath.py
Import: numpy.lib.function_base /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/function_base.py
Analysis of qa.train_mc (User) queued. Dependencies: pandas, argparse, torch, pytorch_transformers, dataclasses, torch.utils.tensorboard, qa.load_data, torch.tensor, torch.utils, torch.utils.data, pathlib, os, math, torch.optim, qa, qa.constants, qa.encoding, qa.eyetracking, qa.models, qa.multiple_choice, qa.baselines, itertools, collections, re
Import: numpy.lib.index_tricks /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/index_tricks.py
Create built-in compiled (scraped) module: _io /Users/malmaud/anaconda3/bin/python
Analysis of qa.models (User) queued. Dependencies: torch, torch.nn, numpy, torch.nn.functional, torch.nn.modules, torch.nn.modules.transformer, qa, qa.constants, qa.encoding, pytorch_transformers, qa.span_task, qa.span_mc_task
Create compiled (scraped): pandas._libs.interval /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/interval.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.interval /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/interval.cpython-37m-darwin.pyi
Create compiled (scraped): numpy.fft.fftpack_lite /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/fft/fftpack_lite.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of _csv (Stub) queued. Dependencies: sys (stub)
Analysis of _yaml (Compiled) queued. Dependencies: yaml, yaml.composer, yaml.constructor, yaml.emitter, yaml.error, yaml.events, yaml.nodes, yaml.parser, yaml.reader, yaml.representer, yaml.scanner, yaml.serializer, yaml.tokens
Import: pytz /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytz/__init__.py
Create compiled (scraped): pandas._libs.tslibs.ccalendar /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/ccalendar.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.ccalendar /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/ccalendar.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.tslibs.conversion /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/conversion.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.conversion /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/conversion.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.tslibs.resolution /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/resolution.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.resolution /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/resolution.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.tslibs.timezones /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/timezones.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.timezones /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/timezones.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.tslibs.tzconversion /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/tzconversion.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.tzconversion /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of yaml.loader (Stub) queued. Dependencies: yaml.reader (stub), yaml.scanner (stub), yaml.parser (stub), yaml.composer (stub), yaml.constructor (stub), yaml.resolver (stub)
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/tzconversion.cpython-37m-darwin.pyi
Import: pandas.core.arrays._ranges /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/arrays/_ranges.py
Create built-in compiled (scraped) module: time /Users/malmaud/anaconda3/bin/python
Create compiled (scraped): zlib /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: pandas.io.formats.console /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/console.py
Import: pandas.core.dtypes.concat /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/concat.py
Import: pandas.core.indexes.category /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/category.py
Analysis of yaml.dumper (Stub) queued. Dependencies: yaml.emitter (stub), yaml.serializer (stub), yaml.representer (stub), yaml.resolver (stub)
Create compiled (scraped): _csv /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_csv.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: pandas._typing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_typing.py
Analysis of _csv (Compiled) queued. Dependencies: _csv (stub)
Analysis of numpy.testing._private.parameterized (Library) queued. Dependencies: re, sys, inspect, warnings, functools, types, collections, unittest
Import: pandas.api.types /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/api/types/__init__.py
Import: pandas.io.formats.printing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/printing.py
Import: contextlib /Users/malmaud/anaconda3/lib/python3.7/contextlib.py
Analysis of string (Stub) queued. Dependencies:
Import: http /Users/malmaud/anaconda3/lib/python3.7/http/__init__.py
Analysis of email (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Analysis of warnings (Library) queued. Dependencies: warnings (stub), sys, linecache, tracemalloc, re, traceback, _warnings
Import: string /Users/malmaud/anaconda3/lib/python3.7/string.py
Analysis of argparse (Stub) queued. Dependencies: sys (stub)
Import: pandas._config.localization /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_config/localization.py
Create compiled (scraped): pandas._libs.testing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/testing.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas._libs.algos (Compiled) queued. Dependencies:
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.testing /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.core.indexes.category (Library) queued. Dependencies: operator, warnings, numpy, pandas._config, pandas._libs, pandas._libs.index, pandas, pandas.compat, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas._typing, pandas.core, pandas.core.accessor, pandas.core.algorithms, pandas.core.arrays.categorical, pandas.core.common, pandas.core.indexes, pandas.core.indexes.base, pandas.core.missing, pandas.core.ops, pandas._libs.hashtable
Analysis of abc (Stub) queued. Dependencies:
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, difflib, inspect, linecache, os, pdb, re, sys, traceback, unittest, io, collections, argparse
Analysis of pandas._libs.sparse (Compiled) queued. Dependencies:
Analysis of pandas.core.dtypes.concat (Library) queued. Dependencies: numpy, pandas._libs, pandas._libs.tslib, pandas._libs.tslibs, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas, pandas.core.sparse.api, pandas.core.arrays.categorical, pandas.core.algorithms, pandas.core.arrays
Analysis of pandas.core.dtypes.cast (Library) queued. Dependencies: datetime, numpy, pandas._libs, pandas._libs.lib, pandas._libs.tslib, pandas._libs.tslibs, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.inference, pandas.core.dtypes.missing, pandas, pandas.core.arrays, pandas.core.tools.timedeltas, pandas._libs.tslibs.conversion, pandas.core.tools.datetimes
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/testing.cpython-37m-darwin.pyi
Import: matplotlib.pyplot /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/pyplot.py
Import: matplotlib /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/__init__.py
Import: pandas.core.computation /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/__init__.py
Import: pandas.core.computation.expressions /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/expressions.py
Import: difflib /Users/malmaud/anaconda3/lib/python3.7/difflib.py
Import: importlib.util /Users/malmaud/anaconda3/lib/python3.7/importlib/util.py
Import: py_compile /Users/malmaud/anaconda3/lib/python3.7/py_compile.py
Create built-in compiled (scraped) module: gc /Users/malmaud/anaconda3/bin/python
Import: numpy.lib.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/utils.py
Import: numpy.core.numerictypes /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/numerictypes.py
Import: numpy.core.fromnumeric /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/fromnumeric.py
Import: email /Users/malmaud/anaconda3/lib/python3.7/email/__init__.py
Import: email.parser /Users/malmaud/anaconda3/lib/python3.7/email/parser.py
Analysis of yaml.resolver (Stub) queued. Dependencies: yaml.error (stub)
Import: email.message /Users/malmaud/anaconda3/lib/python3.7/email/message.py
Analysis of abc (Library) queued. Dependencies: abc (stub), _abc, _py_abc
Import: socket /Users/malmaud/anaconda3/lib/python3.7/socket.py
Analysis of numpy.core.numerictypes (Library) queued. Dependencies: __future__, types, sys, numbers, warnings, numpy.compat, numpy.core.multiarray, numpy.core.overrides, numpy.core._string_helpers, numpy.core._type_aliases, numpy.core._dtype
Import: ssl /Users/malmaud/anaconda3/lib/python3.7/ssl.py
Analysis of queue (Stub) queued. Dependencies:
Import: pandas.core.sparse.scipy_sparse /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/sparse/scipy_sparse.py
Import: scipy.sparse /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/__init__.py
Import: signal /Users/malmaud/anaconda3/lib/python3.7/signal.py
Import: weakref /Users/malmaud/anaconda3/lib/python3.7/weakref.py
Import: nose.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/core.py
Analysis of importlib.util (Library) queued. Dependencies: importlib.util (stub), importlib, importlib.abc, importlib._bootstrap, importlib._bootstrap_external, contextlib, _imp, functools, sys, types, warnings
Analysis of platform (Library) queued. Dependencies: platform (stub), collections, sys, os, re, subprocess, warnings, plistlib, socket, struct
Import: nose.exc /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/exc.py
Analysis of importlib.util (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), importlib.machinery (stub), sys (stub), types (stub)
Import: nose.tools /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/tools/__init__.py
Analysis of argparse (Library) queued. Dependencies: argparse (stub), os, re, sys, gettext, copy, textwrap, warnings
Import: numpy.polynomial.polyutils /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/polynomial/polyutils.py
Analysis of _importlib_modulespec (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of pandas._libs.interval (Compiled) queued. Dependencies:
Import: numpy.polynomial._polybase /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/polynomial/_polybase.py
Import: nose.plugins.doctests /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/plugins/doctests.py
Import: nose.plugins.errorclass /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/plugins/errorclass.py
Import: nose.plugins.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/plugins/base.py
Analysis of difflib (Library) queued. Dependencies: difflib (stub), heapq, collections, re, doctest
Import: nose.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/util.py
Analysis of sys (Stub) queued. Dependencies: types (stub), importlib.abc (stub)
Analysis of pandas.core.dtypes.dtypes (Library) queued. Dependencies: re, warnings, numpy, pytz, pandas._libs.interval, pandas._libs.tslibs, pandas._libs.tslibs.timezones, pandas.core.dtypes.generic, pandas.core.dtypes.base, pandas.core.dtypes.inference, pandas.core.dtypes.common, pandas.core.util.hashing, pandas, pandas.core.indexes.base, pandas.core.arrays, pandas.tseries.frequencies
Analysis of difflib (Stub) queued. Dependencies: sys (stub)
Analysis of shutil (Stub) queued. Dependencies: os (stub), sys (stub)
Create compiled (scraped): numpy.core._multiarray_tests /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/_multiarray_tests.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of stat (Stub) queued. Dependencies: sys (stub)
Import: opcode /Users/malmaud/anaconda3/lib/python3.7/opcode.py
Analysis of io (Stub) queued. Dependencies: codecs (stub), mmap (stub), sys (stub), types (stub)
Analysis of pandas.core.computation.expressions (Library) queued. Dependencies: warnings, numpy, pandas._config, pandas._libs.lib, pandas.core.dtypes.generic, pandas.core.computation.check, numexpr
Analysis of qa.onestop_reader (User) queued. Dependencies: os, re, bs4
Analysis of pandas.core.computation (Library) queued. Dependencies:
Analysis of stat (Library) queued. Dependencies: stat (stub), _stat
Create compiled (scraped): _lzma /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of tempfile (Stub) queued. Dependencies: sys (stub), types (stub)
Import: distutils.cmd /Users/malmaud/anaconda3/lib/python3.7/distutils/cmd.py
Import: distutils.command /Users/malmaud/anaconda3/lib/python3.7/distutils/command/__init__.py
Import: distutils.versionpredicate /Users/malmaud/anaconda3/lib/python3.7/distutils/versionpredicate.py
Analysis of tempfile (Library) queued. Dependencies: tempfile (stub), functools, warnings, io, os, shutil, errno, random, weakref, _thread
Analysis of pandas.core.internals.arrays (Library) queued. Dependencies: pandas.core.dtypes.generic
Analysis of signal (Stub) queued. Dependencies: sys (stub), enum (stub), types (stub)
Analysis of shutil (Library) queued. Dependencies: shutil (stub), os, sys, stat, fnmatch, collections, errno, zlib, bz2, lzma, pwd, grp, tarfile, zipfile
Analysis of fnmatch (Stub) queued. Dependencies:
Import: urllib /Users/malmaud/anaconda3/lib/python3.7/urllib/__init__.py
Import: urllib.response /Users/malmaud/anaconda3/lib/python3.7/urllib/response.py
Analysis of yaml.emitter (Stub) queued. Dependencies: yaml.error (stub)
Analysis of signal (Library) queued. Dependencies: signal (stub), _signal, functools, enum
Analysis of pandas._libs.testing (Compiled) queued. Dependencies:
Import: shlex /Users/malmaud/anaconda3/lib/python3.7/shlex.py
Analysis of weakref (Stub) queued. Dependencies: sys (stub), types (stub), _weakref (stub), _weakrefset (stub)
Analysis of posixpath (Stub) queued. Dependencies: sys (stub)
Import: pipes /Users/malmaud/anaconda3/lib/python3.7/pipes.py
Analysis of numpy.fft.fftpack_lite (Compiled) queued. Dependencies:
Analysis of pandas._libs (Library) queued. Dependencies: pandas._libs.tslibs
Analysis of pytz (Stub) queued. Dependencies: datetime (stub)
Import: nose.plugins.manager /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/plugins/manager.py
Analysis of email (Library) queued. Dependencies: email (stub), email.parser
Analysis of matplotlib (Library) queued. Dependencies: sys, atexit, collections.abc, contextlib, distutils, distutils.version, functools, io, importlib, inspect, locale, logging, os, pathlib, pprint, re, shutil, stat, subprocess, tempfile, urllib, urllib.request, warnings, matplotlib.cbook, matplotlib.rcsetup, numpy, matplotlib._version, dateutil, pyparsing, matplotlib.afm, matplotlib.pyplot, matplotlib.style.core, platform, faulthandler, matplotlib.ft2font, pytest
Import: nose.plugins.plugintest /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/plugins/plugintest.py
Analysis of gc (Stub) queued. Dependencies:
Import: numpy.lib.scimath /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/scimath.py
Analysis of numpy.core.fromnumeric (Library) queued. Dependencies: __future__, functools, types, warnings, numpy, numpy.core, numpy.core.multiarray, numpy.core.overrides, numpy.core.umath, numpy.core.numerictypes, numpy.core.numeric, numpy.core._methods
Analysis of posixpath (Library) queued. Dependencies: posixpath (stub), os, sys, stat, genericpath, pwd, re
Analysis of pytz (Library) queued. Dependencies: pytz (stub), sys, datetime, os, pytz.exceptions, pytz.lazy, pytz.tzinfo, pytz.tzfile, pkg_resources, doctest
Import: scipy._distributor_init /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/_distributor_init.py
Analysis of queue (Library) queued. Dependencies: queue (stub), threading, collections, heapq, time, _queue
Analysis of pandas._libs.tslibs.ccalendar (Compiled) queued. Dependencies:
Import: scipy.__config__ /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/__config__.py
Analysis of nose.core (Library) queued. Dependencies: logging, os, sys, time, unittest, nose.config, nose.loader, nose.plugins.manager, nose.result, nose.suite, nose.util, nose, textwrap
Analysis of numpy.lib.scimath (Library) queued. Dependencies: __future__, numpy, numpy.core, numpy.core.numeric, numpy.core.numerictypes, numpy.core.overrides, numpy.lib.type_check
Analysis of ntpath (Stub) queued. Dependencies: sys (stub)
Import: scipy.version /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/version.py
Analysis of weakref (Library) queued. Dependencies: weakref (stub), _weakref, _weakrefset, _collections_abc, sys, itertools, copy, atexit, gc
Analysis of scipy._distributor_init (Library) queued. Dependencies:
Analysis of nose.exc (Library) queued. Dependencies: nose.plugins.skip, nose.plugins.deprecated
Import: scipy._lib._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/_lib/_version.py
Analysis of nose.tools (Library) queued. Dependencies: nose.tools.nontrivial, nose.tools.trivial
Analysis of fnmatch (Library) queued. Dependencies: fnmatch (stub), os, posixpath, re, functools
Import: scipy._lib._ccallback /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/_lib/_ccallback.py
Analysis of numpy.polynomial.polyutils (Library) queued. Dependencies: __future__, numpy
Import: scipy._lib._testutils /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/_lib/_testutils.py
Import: http.cookiejar /Users/malmaud/anaconda3/lib/python3.7/http/cookiejar.py
Analysis of ntpath (Library) queued. Dependencies: ntpath (stub), os, sys, stat, genericpath, string
Analysis of importlib.abc (Stub) queued. Dependencies: abc (stub), os (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of numpy.polynomial._polybase (Library) queued. Dependencies: __future__, abc, numbers, numpy, numpy.polynomial, numpy.polynomial.polyutils
Analysis of pandas._config.localization (Library) queued. Dependencies: contextlib, locale, re, subprocess, pandas._config.config
Import: email.utils /Users/malmaud/anaconda3/lib/python3.7/email/utils.py
Analysis of nose.plugins.errorclass (Library) queued. Dependencies: nose.pyversion, nose.plugins.base, nose.result, nose.util, doctest
Analysis of scipy.__config__ (Library) queued. Dependencies: os
Analysis of matplotlib.pyplot (Library) queued. Dependencies: importlib, inspect, logging, numbers, re, sys, time, warnings, cycler, matplotlib, matplotlib.colorbar, matplotlib.image, matplotlib.rcsetup, matplotlib.style, matplotlib._pylab_helpers, matplotlib.cbook, matplotlib.docstring, matplotlib.backend_bases, matplotlib.figure, matplotlib.gridspec, matplotlib.artist, matplotlib.axes, matplotlib.projections, matplotlib.mlab, matplotlib.scale, matplotlib.cm, numpy, matplotlib.colors, matplotlib.lines, matplotlib.text, matplotlib.patches, matplotlib.widgets, matplotlib.ticker, matplotlib.backends, IPython, IPython.core.pylabtools, matplotlib.patheffects
Analysis of _collections_abc (Library) queued. Dependencies: abc, sys
Analysis of numpy.core.numeric (Library) queued. Dependencies: __future__, collections, collections.abc, functools, itertools, operator, sys, warnings, numbers, numpy, numpy.core, numpy.core.multiarray, numpy.core.overrides, numpy.core.umath, numpy.core.numerictypes, numpy.core._internal, pickle, numpy.core.fromnumeric, numpy.core.arrayprint
Analysis of scipy.version (Library) queued. Dependencies:
Analysis of scipy.sparse (Library) queued. Dependencies: __future__, warnings, scipy.sparse.base, scipy.sparse.csr, scipy.sparse.csc, scipy.sparse.lil, scipy.sparse.dok, scipy.sparse.coo, scipy.sparse.dia, scipy.sparse.bsr, scipy.sparse.construct, scipy.sparse.extract, scipy.sparse._matrix_io, scipy.sparse.csgraph, scipy._lib._testutils
Analysis of nose.plugins.doctests (Library) queued. Dependencies: logging, os, sys, unittest, inspect, nose.plugins.base, nose.suite, nose.util, io, doctest, nose, nose.ext, nose.ext.dtcompat
Analysis of copy (Stub) queued. Dependencies:
Analysis of hashlib (Stub) queued. Dependencies: sys (stub)
Analysis of pandas._libs.tslibs.conversion (Compiled) queued. Dependencies:
Import: mimetypes /Users/malmaud/anaconda3/lib/python3.7/mimetypes.py
Analysis of scipy._lib._version (Library) queued. Dependencies: re, scipy._lib.six
Analysis of enum (Stub) queued. Dependencies: sys (stub), abc (stub)
Analysis of string (Library) queued. Dependencies: string (stub), _string, re, collections
Analysis of subprocess (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of http (Library) queued. Dependencies: http (stub), enum
Analysis of pandas.core.sparse.scipy_sparse (Library) queued. Dependencies: collections, pandas.core.index, pandas.core.series, scipy, scipy.sparse, pandas
Analysis of http (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of types (Stub) queued. Dependencies: sys (stub), _importlib_modulespec (stub)
Analysis of types (Library) queued. Dependencies: types (stub), sys, functools, _collections_abc
Analysis of copyreg (Library) queued. Dependencies:
Import: ftplib /Users/malmaud/anaconda3/lib/python3.7/ftplib.py
Analysis of pandas._libs.tslibs.resolution (Compiled) queued. Dependencies:
Analysis of numpy.core._multiarray_tests (Compiled) queued. Dependencies:
Analysis of opcode (Stub) queued. Dependencies: sys (stub)
Import: nturl2path /Users/malmaud/anaconda3/lib/python3.7/nturl2path.py
Analysis of scipy._lib._ccallback (Library) queued. Dependencies: scipy._lib, scipy._lib._ccallback_c, ctypes, cffi
Import: getpass /Users/malmaud/anaconda3/lib/python3.7/getpass.py
Analysis of nose.plugins.base (Library) queued. Dependencies: os, textwrap, optparse, warnings, nose.util
Analysis of pandas._libs.tslibs.timezones (Compiled) queued. Dependencies:
Analysis of copy (Library) queued. Dependencies: copy (stub), types, weakref, copyreg
Analysis of opcode (Library) queued. Dependencies: opcode (stub), _opcode
Analysis of urllib (Stub) queued. Dependencies:
Analysis of urllib (Library) queued. Dependencies: urllib (stub)
Analysis of numpy.dual (Library) queued. Dependencies: __future__, numpy, numpy.linalg, numpy.fft, numpy.lib, sys
Analysis of nose.util (Library) queued. Dependencies: inspect, itertools, logging, stat, os, re, sys, types, unittest, nose.pyversion, nose.tools, doctest
Analysis of _lzma (Compiled) queued. Dependencies:
Analysis of pprint (Stub) queued. Dependencies: sys (stub)
Analysis of itertools (Stub) queued. Dependencies:
Analysis of distutils.cmd (Stub) queued. Dependencies: abc (stub), distutils.dist (stub)
Analysis of pandas._libs.tslibs.tzconversion (Compiled) queued. Dependencies:
Analysis of pandas._typing (Library) queued. Dependencies: pathlib, numpy, pandas._libs, pandas._libs.tslibs.period, pandas._libs.tslibs.timedeltas, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic
Analysis of contextlib (Library) queued. Dependencies: contextlib (stub), abc, sys, _collections_abc, collections, functools
Analysis of functools (Stub) queued. Dependencies: sys (stub)
Analysis of pandas.core.arrays._ranges (Library) queued. Dependencies: numpy, pandas._libs.tslibs, pandas.tseries.offsets
Analysis of distutils.cmd (Library) queued. Dependencies: distutils.cmd (stub), sys, os, re, distutils.errors, distutils, distutils.util, distutils.dir_util, distutils.file_util, distutils.archive_util, distutils.dep_util, distutils.log, distutils.dist, distutils.fancy_getopt, distutils.debug, distutils.spawn
Analysis of pandas.api.types (Library) queued. Dependencies: pandas._libs.lib, pandas.core.dtypes.api, pandas.core.dtypes.concat, pandas.core.dtypes.dtypes
Analysis of distutils.command (Stub) queued. Dependencies:
Analysis of contextlib (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of sre_compile (Stub) queued. Dependencies: sys (stub), sre_parse (stub), sre_constants (stub)
Analysis of ssl (Library) queued. Dependencies: ssl (stub), sys, os, collections, enum, _ssl, socket, base64, errno, warnings, time, calendar
Create compiled (scraped): _scproxy /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_scproxy.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of pprint (Library) queued. Dependencies: pprint (stub), collections, re, sys, types, io, time
Analysis of random (Stub) queued. Dependencies: _random (stub), sys (stub)
Analysis of mimetypes (Stub) queued. Dependencies: sys (stub)
Analysis of pandas.io.formats.printing (Library) queued. Dependencies: sys, pandas._config, pandas.core.dtypes.inference, IPython, IPython.core.formatters, pandas.io.formats.console, pandas.io.formats.format
Analysis of distutils.command (Library) queued. Dependencies: distutils.command (stub)
Import: plotly /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/__init__.py
Analysis of pandas._libs.hashtable (Compiled) queued. Dependencies:
Analysis of struct (Stub) queued. Dependencies: sys (stub), array (stub)
Analysis of enum (Library) queued. Dependencies: enum (stub), sys, types, _collections, collections, warnings
Analysis of struct (Library) queued. Dependencies: struct (stub), _struct
Analysis of subprocess (Library) queued. Dependencies: subprocess (stub), sys, io, os, time, signal, warnings, errno, threading, _posixsubprocess, select, selectors
Import: plotly.express /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/express/__init__.py
Analysis of time (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of scipy._lib._testutils (Library) queued. Dependencies: __future__, os, re, sys, pytest, psutil
Import: plotly.graph_objects /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objects.py
Analysis of email.parser (Library) queued. Dependencies: email.parser (stub), io, email.feedparser, email._policybase
Analysis of urllib.response (Library) queued. Dependencies: urllib.response (stub), tempfile
Analysis of email.parser (Stub) queued. Dependencies: email (stub), email.feedparser (stub), email.message (stub), email.policy (stub)
Analysis of distutils.versionpredicate (Library) queued. Dependencies: re, distutils, distutils.version, operator
Analysis of codecs (Stub) queued. Dependencies: sys (stub), abc (stub), types (stub)
Analysis of ftplib (Stub) queued. Dependencies: sys (stub), types (stub), socket (stub), ssl (stub)
Analysis of shlex (Stub) queued. Dependencies: sys (stub)
Analysis of sre_parse (Stub) queued. Dependencies: sre_constants (stub)
Analysis of functools (Library) queued. Dependencies: functools (stub), _functools, abc, collections, reprlib, _thread, types, weakref
Analysis of urllib.response (Stub) queued. Dependencies: types (stub)
Analysis of pandas._libs.lib (Compiled) queued. Dependencies:
Analysis of nturl2path (Stub) queued. Dependencies:
Analysis of zlib (Compiled) queued. Dependencies: zlib (stub)
Analysis of email.utils (Stub) queued. Dependencies: email.charset (stub), datetime (stub)
Analysis of getpass (Stub) queued. Dependencies:
Analysis of codecs (Library) queued. Dependencies: codecs (stub), sys, _codecs, encodings
Analysis of pandas.io.formats.console (Library) queued. Dependencies: shutil, pandas, pandas._config.config
Analysis of shlex (Library) queued. Dependencies: shlex (stub), os, re, sys, collections, io
Analysis of numpy.distutils.log (Library) queued. Dependencies: __future__, sys, distutils.log, numpy.distutils.misc_util
Analysis of nturl2path (Library) queued. Dependencies: nturl2path (stub), string, urllib, urllib.parse
Analysis of mimetypes (Library) queued. Dependencies: mimetypes (stub), os, sys, posixpath, urllib, urllib.parse, getopt
Analysis of pipes (Stub) queued. Dependencies: os (stub)
Analysis of distutils.util (Library) queued. Dependencies: distutils.util (stub), os, re, importlib, importlib.util, string, sys, distutils.errors, distutils.dep_util, distutils.spawn, distutils, distutils.log, _osx_support, distutils.sysconfig, pwd, subprocess, tempfile, py_compile, lib2to3.refactor, distutils.dir_util, distutils.file_util, distutils.filelist
Analysis of plotly.express (Library) queued. Dependencies: plotly.express._chart_types, plotly.express._core, plotly.express.data, plotly.express.colors
Analysis of socket (Library) queued. Dependencies: socket (stub), _socket, os, sys, io, selectors, enum, errno
Analysis of pipes (Library) queued. Dependencies: pipes (stub), re, os, tempfile, shlex
Analysis of pytorch_transformers.tokenization_openai (Library) queued. Dependencies: __future__, json, logging, os, re, io, pytorch_transformers.tokenization_utils, pytorch_transformers.tokenization_bert, spacy.lang.en
Analysis of ftplib (Library) queued. Dependencies: ftplib (stub), sys, socket, ssl, warnings, re, netrc
Analysis of sre_parse (Library) queued. Dependencies: sre_parse (stub), sre_constants, warnings
Analysis of random (Library) queued. Dependencies: random (stub), warnings, types, math, os, _collections_abc, hashlib, itertools, bisect, _random, time
Analysis of numbers (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of distutils.util (Stub) queued. Dependencies:
Analysis of http.cookiejar (Stub) queued. Dependencies: http.client (stub), urllib.request (stub)
Analysis of sre_constants (Stub) queued. Dependencies:
Analysis of pickle (Stub) on depth 2 completed in 31.12 ms.
Analysis of pytorch_transformers.tokenization_bert (Library) queued. Dependencies: __future__, collections, logging, os, unicodedata, io, pytorch_transformers.tokenization_utils
Analysis of pytorch_transformers.tokenization_gpt2 (Library) queued. Dependencies: __future__, sys, json, logging, os, regex, io, functools, pytorch_transformers.tokenization_utils
Analysis of email.utils (Library) queued. Dependencies: email.utils (stub), os, re, time, random, socket, datetime, urllib, urllib.parse, email._parseaddr, email.charset
Analysis of email.message (Library) queued. Dependencies: email.message (stub), re, uu, quopri, io, email, email.utils, email.errors, email._policybase, email.charset, email._encoded_words, email.generator, email.iterators, email.policy
Analysis of pandas.core.dtypes.base (Library) queued. Dependencies: numpy, pandas.errors, pandas.core.dtypes.generic
Analysis of plotly (Library) queued. Dependencies: __future__, plotly.graph_objs, plotly.tools, plotly.utils, plotly.offline, plotly.colors, plotly.io, plotly.data, plotly._docstring_gen, plotly.version
Analysis of pytorch_transformers.tokenization_auto (Library) queued. Dependencies: __future__, logging, pytorch_transformers.tokenization_bert, pytorch_transformers.tokenization_openai, pytorch_transformers.tokenization_gpt2, pytorch_transformers.tokenization_transfo_xl, pytorch_transformers.tokenization_xlnet, pytorch_transformers.tokenization_xlm, pytorch_transformers.tokenization_roberta, pytorch_transformers.tokenization_distilbert
Analysis of http.cookiejar (Library) queued. Dependencies: http.cookiejar (stub), copy, datetime, re, time, urllib, urllib.parse, urllib.request, threading, http, http.client, calendar, logging, io, warnings, traceback
Analysis of pytorch_transformers.tokenization_xlnet (Library) queued. Dependencies: __future__, logging, os, shutil, unicodedata, six, pytorch_transformers.tokenization_utils, sentencepiece
Analysis of pytorch_transformers.tokenization_roberta (Library) queued. Dependencies: __future__, sys, json, logging, os, regex, io, pytorch_transformers.tokenization_gpt2, functools
Analysis of nose.plugins.manager (Library) queued. Dependencies: inspect, logging, os, sys, itertools, warnings, nose, nose.config, nose.failure, nose.plugins.base, nose.pyversion, pickle, io, nose.exc, pkg_resources, nose.plugins, nose.plugins.builtin, optparse
Analysis of _scproxy (Compiled) queued. Dependencies:
Analysis of pandas.api.extensions (Library) queued. Dependencies: pandas.core.dtypes.dtypes, pandas.core.accessor, pandas.core.algorithms, pandas.core.arrays
Analysis of pytorch_transformers.tokenization_transfo_xl (Library) queued. Dependencies: __future__, glob, logging, os, sys, collections, io, torch, numpy, pytorch_transformers.file_utils, pytorch_transformers.tokenization_utils, pickle
Analysis of pandas.core.tools.numeric (Library) queued. Dependencies: numpy, pandas._libs, pandas._libs.lib, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas
Analysis of qa (User) on depth 0 completed in 14.81 ms.
Analysis of math (Stub) queued. Dependencies: sys (stub)
Import: plotly.figure_factory /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/__init__.py
Analysis of plotly.graph_objects (Library) queued. Dependencies: __future__, plotly.graph_objs
Analysis of re (Library) on depth 1 completed in 112.04 ms.
Analysis of torch.optim (Stub) queued. Dependencies: torch.optim.sgd, torch.optim.adam, torch.optim.lr_scheduler
Analysis of getpass (Library) queued. Dependencies: getpass (stub), contextlib, io, os, sys, warnings, pwd, termios
Analysis of pytorch_transformers.modeling_openai (Library) queued. Dependencies: __future__, collections, json, logging, math, os, sys, io, torch, torch.nn, torch.nn.parameter, pytorch_transformers.modeling_utils, pytorch_transformers.modeling_bert, re, numpy
Analysis of torch.optim.lr_scheduler (Stub) queued. Dependencies: torch.optim.optimizer
Analysis of pandas._libs.tslibs.period (Compiled) queued. Dependencies:
Analysis of pandas._libs.tslib (Compiled) queued. Dependencies:
Analysis of numpy.distutils.__version__ (Library) queued. Dependencies: __future__
Analysis of pytorch_transformers.modeling_bert (Library) queued. Dependencies: __future__, json, logging, math, os, sys, io, torch, torch.nn, pytorch_transformers.modeling_utils, re, numpy, tensorflow
Analysis of getopt (Stub) queued. Dependencies:
Analysis of yaml (Stub) on depth 2 completed in 94.15 ms.
Analysis of pytest (Library) queued. Dependencies: _pytest, _pytest.assertion, _pytest.config, _pytest.debugging, _pytest.fixtures, _pytest.freeze_support, _pytest.main, _pytest.mark, _pytest.nodes, _pytest.outcomes, _pytest.python, _pytest.python_api, _pytest.recwarn, _pytest.warning_types, _pytest.compat
Analysis of distutils.fancy_getopt (Library) queued. Dependencies: distutils.fancy_getopt (stub), sys, string, re, getopt, distutils.errors
Analysis of getopt (Library) queued. Dependencies: getopt (stub), os, gettext, sys
Analysis of sre_compile (Library) queued. Dependencies: sre_compile (stub), _sre, sre_parse, sre_constants, sys
Analysis of distutils.sysconfig (Stub) queued. Dependencies: distutils.ccompiler (stub)
Analysis of pytorch_transformers.tokenization_xlm (Library) queued. Dependencies: __future__, json, logging, os, re, sys, unicodedata, io, sacremoses, pytorch_transformers.tokenization_utils, pytorch_transformers.tokenization_bert
Analysis of numbers (Library) queued. Dependencies: numbers (stub), abc
Analysis of distutils.fancy_getopt (Stub) queued. Dependencies:
Analysis of pytorch_transformers.modeling_transfo_xl (Library) queued. Dependencies: __future__, os, json, math, logging, collections, sys, io, torch, torch.nn, torch.nn.functional, torch.nn.parameter, pytorch_transformers.modeling_bert, pytorch_transformers.modeling_transfo_xl_utilities, pytorch_transformers.modeling_utils, numpy, tensorflow
Analysis of pytorch_transformers.tokenization_distilbert (Library) queued. Dependencies: __future__, collections, logging, os, unicodedata, io, pytorch_transformers.tokenization_bert
Analysis of nose.plugins.plugintest (Library) queued. Dependencies: re, sys, warnings, io, os, queue, collections, multiprocessing, nose.config, nose.core, nose.plugins.manager, nose, doctest
Analysis of pandas.core.reshape.concat (Library) queued. Dependencies: warnings, numpy, pandas, pandas.core, pandas.core.dtypes, pandas.core.dtypes.concat, pandas.core.common, pandas.core.arrays.categorical, pandas.core.generic, pandas.core.index, pandas.core.indexes, pandas.core.indexes.base, pandas.core.internals
Analysis of datetime (Stub) queued. Dependencies: sys (stub), time (stub)
Analysis of pandas._libs.tslibs.timedeltas (Compiled) queued. Dependencies:
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre
Analysis of pandas._libs.tslibs.frequencies (Compiled) queued. Dependencies:
Analysis of requests (Stub) queued. Dependencies: requests.models (stub), requests.api (stub), requests.sessions (stub), requests.status_codes (stub), requests.exceptions (stub), logging (stub)
Analysis of json (Library) on depth 1 completed in 76.51 ms.
Analysis of botocore.exceptions (Library) queued. Dependencies: __future__, botocore.vendored, botocore.vendored.requests, botocore.vendored.requests.packages, botocore.vendored.requests.packages.urllib3
Analysis of tqdm (Library) queued. Dependencies: tqdm._tqdm, tqdm._tqdm_gui, tqdm._tqdm_pandas, tqdm._main, tqdm._monitor, tqdm._version, tqdm._tqdm_notebook
Analysis of math (Compiled) queued. Dependencies: math (stub)
Analysis of requests (Library) queued. Dependencies: requests (stub), urllib3, chardet, warnings, requests.exceptions, urllib3.contrib, urllib3.contrib.pyopenssl, cryptography, urllib3.exceptions, requests.__version__, requests.utils, requests.packages, requests.models, requests.api, requests.sessions, requests.status_codes, logging
Analysis of torch.hub (Library) queued. Dependencies: __future__, errno, hashlib, os, re, shutil, sys, tempfile, torch, warnings, zipfile, urllib.request, urllib.parse, tqdm, importlib, importlib.util, importlib.machinery, imp
Analysis of yaml.reader (Stub) queued. Dependencies: yaml.error (stub)
Analysis of mkl_fft._version (Library) queued. Dependencies:
Analysis of _bisect (Stub) queued. Dependencies:
Analysis of pytorch_transformers.modeling_xlnet (Library) queued. Dependencies: __future__, json, logging, math, os, sys, io, torch, torch.nn, torch.nn.functional, pytorch_transformers.modeling_utils, numpy, tensorflow
Analysis of pytorch_transformers.modeling_distilbert (Library) queued. Dependencies: __future__, json, logging, math, copy, sys, io, itertools, numpy, torch, torch.nn, pytorch_transformers.modeling_utils
Analysis of pytorch_transformers.tokenization_utils (Library) queued. Dependencies: __future__, logging, os, json, six, copy, io, pytorch_transformers.file_utils
Analysis of yaml.reader (Library) queued. Dependencies: yaml.reader (stub), yaml.error, codecs, re
Analysis of pytorch_transformers.modeling_roberta (Library) queued. Dependencies: __future__, logging, torch, torch.nn, torch.nn.functional, pytorch_transformers.modeling_bert, pytorch_transformers.modeling_utils
Analysis of _bisect (Compiled) queued. Dependencies: _bisect (stub)
Analysis of pandas._libs.tslibs.fields (Compiled) queued. Dependencies:
Analysis of boto3 (Library) queued. Dependencies: logging, boto3.session
Analysis of numpy.distutils.unixccompiler (Library) queued. Dependencies: __future__, os, distutils.errors, distutils.unixccompiler, numpy.distutils.ccompiler, numpy.distutils.compat, numpy.distutils.misc_util, numpy.distutils, numpy.distutils.log, distutils.sysconfig
Import: qa.constants /Users/malmaud/dropbox/code/qa/qa/constants.py
Analysis of pytorch_transformers.modeling_utils (Library) queued. Dependencies: __future__, copy, json, logging, os, io, six, torch, torch.nn, torch.nn.functional, pytorch_transformers.file_utils
Analysis of botocore.config (Library) queued. Dependencies: copy, botocore.compat, botocore.endpoint, botocore.exceptions
Analysis of numpy.distutils.ccompiler (Library) queued. Dependencies: __future__, os, re, sys, types, shlex, time, subprocess, copy, distutils, distutils.ccompiler, distutils.errors, distutils.sysconfig, distutils.version, numpy.distutils, numpy.distutils.log, numpy.distutils.compat, numpy.distutils.exec_command, numpy.distutils.misc_util, threading, dummy_threading, numpy.distutils.fcompiler, multiprocessing, multiprocessing.pool, tempfile, shutil
Analysis of plotly.figure_factory (Library) queued. Dependencies: __future__, plotly, plotly.optional_imports, plotly.figure_factory._2d_density, plotly.figure_factory._annotated_heatmap, plotly.figure_factory._bullet, plotly.figure_factory._candlestick, plotly.figure_factory._dendrogram, plotly.figure_factory._distplot, plotly.figure_factory._facet_grid, plotly.figure_factory._gantt, plotly.figure_factory._ohlc, plotly.figure_factory._quiver, plotly.figure_factory._scatterplot, plotly.figure_factory._streamline, plotly.figure_factory._table, plotly.figure_factory._ternary_contour, plotly.figure_factory._trisurf, plotly.figure_factory._violin, plotly.figure_factory._county_choropleth
Analysis of distutils.sysconfig (Library) queued. Dependencies: distutils.sysconfig (stub), _imp, os, re, sys, distutils.errors, _osx_support, distutils.text_file, warnings
Analysis of pandas.core.arrays.datetimelike (Library) queued. Dependencies: datetime, operator, warnings, numpy, pandas._libs, pandas._libs.algos, pandas._libs.lib, pandas._libs.tslibs.c_timestamp, pandas._libs.tslibs.period, pandas._libs.tslibs.timedeltas, pandas._libs.tslibs.timestamps, pandas.compat.numpy, pandas.compat.numpy.function, pandas.errors, pandas.util._decorators, pandas.util._validators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.inference, pandas.core.dtypes.missing, pandas._typing, pandas.core, pandas.core.missing, pandas.core.nanops, pandas.core.algorithms, pandas, pandas.core.common, pandas.tseries, pandas.tseries.frequencies, pandas.tseries.offsets, pandas.core.arrays.base, pandas.core.arrays
Analysis of pandas.tseries.frequencies (Library) queued. Dependencies: datetime, re, numpy, pytz, pandas._libs.algos, pandas._libs.tslibs, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.fields, pandas, pandas._libs, pandas._libs.tslibs.frequencies, pandas._libs.tslibs.offsets, pandas._libs.tslibs.resolution, pandas._libs.tslibs.timezones, pandas._libs.tslibs.tzconversion, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.algorithms, pandas.tseries.offsets
Analysis of hashlib (Library) queued. Dependencies: hashlib (stub), _sha1, _md5, _sha256, _sha512, _blake2, _sha3, _hashlib, logging
Analysis of numpy.lib.utils (Library) queued. Dependencies: __future__, os, sys, types, re, warnings, numpy.core.numerictypes, numpy.core.overrides, numpy.core, numpy, numpy.compat, pydoc, inspect, io, ast
Analysis of numpy.lib.mixins (Library) queued. Dependencies: __future__, sys, numpy.core, numpy.core.umath
Analysis of pandas.core.dtypes.inference (Library) queued. Dependencies: collections, collections.abc, numbers, re, numpy, pandas._libs, pandas._libs.lib
Analysis of yaml.scanner (Stub) queued. Dependencies: yaml.error (stub)
Analysis of dataclasses (Library) on depth 1 completed in 193.88 ms.
Analysis of yaml.parser (Stub) queued. Dependencies: yaml.error (stub)
Analysis of datetime (Library) queued. Dependencies: datetime (stub), time, math, sys, _strptime, _datetime
Analysis of glob (Stub) queued. Dependencies: sys (stub)
Analysis of atexit (Stub) queued. Dependencies:
Analysis of qa.constants (User) queued. Dependencies: torch, joblib, pathlib
Analysis of glob (Library) queued. Dependencies: glob (stub), os, re, fnmatch
Analysis of errno (Stub) queued. Dependencies: sys (stub)
Analysis of pytorch_transformers.modeling_gpt2 (Library) queued. Dependencies: __future__, collections, json, logging, math, os, sys, io, torch, torch.nn, torch.nn.parameter, pytorch_transformers.modeling_utils, pytorch_transformers.modeling_bert, re, numpy, tensorflow
Analysis of locale (Stub) queued. Dependencies: decimal (stub), sys (stub)
Analysis of yaml (Library) on depth 1 completed in 84.17 ms.
Analysis of pandas.core.sparse.series (Library) queued. Dependencies: collections, collections.abc, warnings, numpy, pandas, pandas._libs, pandas._libs.index, pandas._libs.sparse, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core, pandas.core.generic, pandas.core.arrays, pandas.core.arrays.sparse, pandas.core.index, pandas.core.internals, pandas.core.ops, pandas.core.series, pandas.core.sparse.scipy_sparse, pandas.core.sparse.api
Analysis of traceback (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of distutils (Stub) queued. Dependencies:
Analysis of distutils.errors (Stub) queued. Dependencies:
Analysis of pytorch_transformers.modeling_xlm (Library) queued. Dependencies: __future__, json, logging, math, sys, io, itertools, numpy, torch, torch.nn, torch.nn.functional, pytorch_transformers.modeling_utils
Import: qa.utils /Users/malmaud/dropbox/code/qa/qa/utils.py
Analysis of unittest.util (Library) queued. Dependencies: collections, os
Analysis of multiprocessing (Stub) queued. Dependencies: logging (stub), multiprocessing.connection (stub), multiprocessing.pool (stub), multiprocessing.synchronize (stub), multiprocessing.context (stub), multiprocessing.managers (stub), multiprocessing.process (stub), multiprocessing.queues (stub), sys (stub)
Analysis of pandas.core (Library) queued. Dependencies:
Analysis of os (Library) on depth 1 completed in 3478.18 ms.
Analysis of numpy.distutils.compat (Library) queued. Dependencies: __future__, sys
Analysis of multiprocessing (Library) queued. Dependencies: multiprocessing (stub), sys, multiprocessing.context
Analysis of pytorch_transformers.modeling_auto (Library) queued. Dependencies: __future__, logging, pytorch_transformers.modeling_bert, pytorch_transformers.modeling_openai, pytorch_transformers.modeling_gpt2, pytorch_transformers.modeling_transfo_xl, pytorch_transformers.modeling_xlnet, pytorch_transformers.modeling_xlm, pytorch_transformers.modeling_roberta, pytorch_transformers.modeling_distilbert, pytorch_transformers.modeling_utils
Analysis of traceback (Library) queued. Dependencies: traceback (stub), collections, itertools, linecache, sys
Analysis of distutils (Library) queued. Dependencies: distutils (stub), sys
Analysis of pandas._config (Library) queued. Dependencies: pandas._config.config, pandas._config.dates, pandas._config.display
Analysis of qa.utils (User) queued. Dependencies:
Analysis of yaml.parser (Library) queued. Dependencies: yaml.parser (stub), yaml.error, yaml.tokens, yaml.events, yaml.scanner
Analysis of urllib.parse (Stub) queued. Dependencies: sys (stub)
Analysis of curses (Stub) queued. Dependencies: _curses (stub)
Analysis of threading (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of distutils.core (Stub) queued. Dependencies: distutils.cmd (stub), distutils.dist (stub), distutils.extension (stub)
Analysis of pathlib (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Analysis of distutils.dir_util (Stub) queued. Dependencies:
Analysis of distutils.msvccompiler (Stub) queued. Dependencies: distutils.ccompiler (stub)
Analysis of zlib (Stub) queued. Dependencies: sys (stub)
Analysis of distutils.spawn (Stub) queued. Dependencies:
Analysis of _operator (Stub) queued. Dependencies: sys (stub), operator (stub)
Analysis of py_compile (Stub) queued. Dependencies: sys (stub)
Analysis of pandas.core.missing (Library) queued. Dependencies: numpy, pandas._libs, pandas._libs.algos, pandas._libs.lib, pandas.compat._optional, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas, scipy, scipy.interpolate
Analysis of ssl (Stub) queued. Dependencies: socket (stub), sys (stub)
Analysis of distutils.errors (Library) queued. Dependencies: distutils.errors (stub)
Analysis of distutils.ccompiler (Stub) queued. Dependencies:
Analysis of dummy_threading (Library) queued. Dependencies: sys, _dummy_thread, threading
Analysis of __future__ (Stub) queued. Dependencies: sys (stub)
Analysis of numpy._globals (Library) queued. Dependencies: __future__
Analysis of __future__ (Library) queued. Dependencies: __future__ (stub)
Analysis of numpy.version (Library) queued. Dependencies:
Analysis of numpy.__config__ (Library) queued. Dependencies: os, sys
Analysis of numpy._distributor_init (Library) queued. Dependencies: sys, ctypes, numpy, numpy._mklinit
Analysis of sklearn.model_selection (Library) queued. Dependencies: sklearn.model_selection._split, sklearn.model_selection._validation, sklearn.model_selection._search
Analysis of torch (Stub) queued. Dependencies: torch._six, torch.random, torch._tensor_str, torch.functional, torch.serialization, torch.autograd, torch.cuda, torch.optim, torch.nn
Analysis of numpy.compat (Library) queued. Dependencies: __future__, numpy.compat._inspect, numpy.compat.py3k
Analysis of pandas.core.config_init (Library) queued. Dependencies: importlib, pandas, pandas._config, pandas._config.config, pandas.core, pandas.core.nanops, pandas.core.computation, pandas.core.computation.expressions, pandas.io.formats.printing, pandas.core.dtypes.missing, pandas.plotting, pandas.plotting._matplotlib
Analysis of urllib.parse (Library) queued. Dependencies: urllib.parse (stub), re, sys, collections
Analysis of numpy.lib (Library) queued. Dependencies: __future__, math, numpy.lib.info, numpy.version, numpy.lib.type_check, numpy.lib.index_tricks, numpy.lib.function_base, numpy.lib.mixins, numpy.lib.nanfunctions, numpy.lib.shape_base, numpy.lib.stride_tricks, numpy.lib.twodim_base, numpy.lib.ufunclike, numpy.lib.histograms, numpy.lib.scimath, numpy.lib.polynomial, numpy.lib.utils, numpy.lib.arraysetops, numpy.lib.npyio, numpy.lib.financial, numpy.lib.arrayterator, numpy.lib.arraypad, numpy.lib._version, numpy.core._multiarray_umath, numpy._pytesttester
Analysis of numpy.core (Library) queued. Dependencies: __future__, numpy.core.info, numpy.version, os, ctypes, glob, warnings, numpy.core.multiarray, sys, numpy.core.umath, numpy.core.numerictypes, numpy.core.numeric, numpy.core.fromnumeric, numpy.core.defchararray, numpy.core.records, numpy.core.memmap, numpy.core.function_base, numpy.core.machar, numpy.core.getlimits, numpy.core.shape_base, numpy.core.einsumfunc, numpy.core._add_newdocs, numpy.core._dtype_ctypes, numpy.core._internal, numpy.core._dtype, numpy.core._methods, pickle, copyreg, numpy._pytesttester
Analysis of curses (Library) queued. Dependencies: curses (stub), _curses, os, sys, curses.has_key
Analysis of socket (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of _bz2 (Compiled) queued. Dependencies:
Analysis of pandas.core.sparse.api (Library) queued. Dependencies: pandas.core.arrays.sparse, pandas.core.sparse.frame, pandas.core.sparse.series
Analysis of pandas.plotting (Library) queued. Dependencies: pandas.plotting._core, pandas.plotting._misc
Analysis of pandas.tseries.api (Library) queued. Dependencies: pandas.tseries.frequencies, pandas, pandas.tseries, pandas.tseries.offsets
Analysis of numpy.core.umath (Library) queued. Dependencies: numpy.core, numpy.core._multiarray_umath
Analysis of distutils.core (Library) queued. Dependencies: distutils.core (stub), os, sys, distutils.debug, distutils.errors, distutils.dist, distutils.cmd, distutils.config, distutils.extension
Analysis of pandas.core.api (Library) queued. Dependencies: numpy, pandas.core.arrays.integer, pandas.core.algorithms, pandas.core.dtypes.missing, pandas.core.dtypes.dtypes, pandas.core.arrays, pandas.core.groupby, pandas.io.formats.format, pandas.core.index, pandas.core.indexes.period, pandas.core.indexes.timedeltas, pandas.core.indexes.datetimes, pandas.core.indexes.interval, pandas.core.series, pandas.core.frame, pandas.core.reshape.reshape, pandas.core.indexing, pandas.core.tools.numeric, pandas.tseries.offsets, pandas.core.tools.datetimes, pandas.core.tools.timedeltas
Analysis of email.message (Stub) queued. Dependencies: sys (stub), email.charset (stub), email.errors (stub), email.header (stub), email.policy (stub), email.contentmanager (stub)
Analysis of numpy.linalg (Library) queued. Dependencies: __future__, numpy.linalg.info, numpy.linalg.linalg, numpy._pytesttester
Analysis of _compression (Stub) queued. Dependencies: io (stub)
Analysis of _compression (Library) queued. Dependencies: _compression (stub), io
Import: mlxtend.evaluate /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/__init__.py
Analysis of numpy.distutils.core (Library) queued. Dependencies: __future__, sys, distutils.core, setuptools, setuptools.command, setuptools.command.easy_install, setuptools.command.bdist_egg, warnings, distutils, distutils.dist, numpy.distutils.extension, numpy.distutils.numpy_distribution, numpy.distutils.command, numpy.distutils.command.config, numpy.distutils.command.config_compiler, numpy.distutils.command.build, numpy.distutils.command.build_py, numpy.distutils.command.build_ext, numpy.distutils.command.build_clib, numpy.distutils.command.build_src, numpy.distutils.command.build_scripts, numpy.distutils.command.sdist, numpy.distutils.command.install_data, numpy.distutils.command.install_headers, numpy.distutils.command.install, numpy.distutils.command.bdist_rpm, numpy.distutils.command.install_clib, numpy.distutils.misc_util, numpy.distutils.command.develop, numpy.distutils.command.egg_info
Analysis of pandas.io.gbq (Library) queued. Dependencies: pandas.compat._optional
Analysis of distutils.spawn (Library) queued. Dependencies: distutils.spawn (stub), sys, os, distutils.errors, distutils.debug, distutils, distutils.log, distutils.sysconfig
Analysis of distutils.dir_util (Library) queued. Dependencies: distutils.dir_util (stub), os, errno, distutils.errors, distutils, distutils.log, distutils.file_util
Import: mlxtend.evaluate.mcnemar /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/mcnemar.py
Analysis of yaml.scanner (Library) queued. Dependencies: yaml.scanner (stub), yaml.error, yaml.tokens
Analysis of numpy.lib.index_tricks (Library) queued. Dependencies: __future__, functools, sys, math, numpy, numpy.core, numpy.core.numeric, numpy.core.numerictypes, numpy.matrixlib, numpy.lib.function_base, numpy.core.multiarray, numpy.core.overrides, numpy.lib.stride_tricks
Import: torch.tensor /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/tensor.py
Analysis of locale (Library) queued. Dependencies: locale (stub), sys, encodings, encodings.aliases, re, _collections_abc, functools, _locale, warnings, os, _bootlocale
Analysis of pandas.core.computation.api (Library) queued. Dependencies: pandas.core.computation.eval
Analysis of numpy.polynomial.hermite (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Analysis of numpy.random.mtrand (Compiled) queued. Dependencies:
Analysis of pandas.io.clipboards (Library) queued. Dependencies: io, warnings, pandas.core.dtypes.generic, pandas, pandas.io.clipboard, pandas.io.parsers
Analysis of pandas.io.html (Library) queued. Dependencies: collections, collections.abc, numbers, os, re, pandas.compat, pandas.compat._optional, pandas.errors, pandas.core.dtypes.common, pandas, pandas.io.common, pandas.io.formats.printing, pandas.io.parsers, bs4, lxml.html, lxml.etree
Analysis of pathlib (Library) queued. Dependencies: pathlib (stub), fnmatch, functools, io, ntpath, os, posixpath, re, sys, _collections_abc, errno, operator, stat, urllib.parse, pwd, grp
Analysis of pandas.util._print_versions (Library) queued. Dependencies: codecs, locale, os, platform, struct, subprocess, sys, pandas.compat._optional, json, optparse
Analysis of pandas.io.excel (Library) queued. Dependencies: pandas.io.excel._base, pandas.io.excel._openpyxl, pandas.io.excel._util, pandas.io.excel._xlsxwriter, pandas.io.excel._xlwt
Analysis of pandas.core.reshape.api (Library) queued. Dependencies: pandas.core.reshape.concat, pandas.core.reshape.melt, pandas.core.reshape.merge, pandas.core.reshape.pivot, pandas.core.reshape.reshape, pandas.core.reshape.tile
Analysis of numpy.polynomial.polynomial (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase
Analysis of pandas.io.json (Library) queued. Dependencies: pandas.io.json._json, pandas.io.json._normalize, pandas.io.json._table_schema
Analysis of pandas.tseries (Library) queued. Dependencies:
Analysis of numpy.polynomial.legendre (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Analysis of numpy.polynomial.chebyshev (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Analysis of numpy.distutils.system_info (Library) queued. Dependencies: __future__, sys, os, re, copy, warnings, subprocess, glob, functools, configparser, distutils.errors, distutils.dist, distutils, distutils.sysconfig, distutils.log, distutils.util, numpy.distutils.exec_command, numpy.distutils.misc_util, numpy.distutils.command.config, numpy.distutils.compat, numpy.distutils, numpy.distutils._shell_utils, distutils.ccompiler, tempfile, shutil, platform, numpy.distutils.cpuinfo, numpy.distutils.fcompiler, numpy, numpy.f2py, optparse, inspect
Analysis of threading (Library) queued. Dependencies: threading (stub), os, sys, _thread, time, traceback, _weakrefset, itertools, _collections, collections, _threading_local
Analysis of py_compile (Library) queued. Dependencies: py_compile (stub), enum, importlib, importlib._bootstrap_external, importlib.machinery, importlib.util, os, sys, traceback
Analysis of pandas.io.formats.format (Library) queued. Dependencies: functools, io, shutil, unicodedata, numpy, pandas._config.config, pandas._libs, pandas._libs.lib, pandas._libs.tslib, pandas._libs.tslibs, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core.base, pandas, pandas.core, pandas.core.common, pandas.core.index, pandas.core.indexes.datetimes, pandas.io.common, pandas.io.formats.printing, pandas.core.reshape.concat, pandas.io.formats.latex, codecs, pandas.io.formats.html, decimal, math
Analysis of pandas.io.packers (Library) queued. Dependencies: datetime, io, os, warnings, dateutil.parser, numpy, pandas.compat._optional, pandas.errors, pandas.util._move, pandas.core.dtypes.common, pandas, pandas.core, pandas.core.internals, pandas.core.arrays, pandas.core.arrays.sparse, pandas.core.generic, pandas.core.sparse.api, pandas.io.common, pandas.io.msgpack
Analysis of pandas.io.formats (Library) queued. Dependencies:
Analysis of pandas.io.spss (Library) queued. Dependencies: pathlib, pandas.compat._optional, pandas.api.types, pandas.core.api
Analysis of pandas.io.parquet (Library) queued. Dependencies: warnings, pandas.compat._optional, pandas.errors, pandas, pandas.io.common
Analysis of pandas.io.feather_format (Library) queued. Dependencies: distutils.version, pandas.compat._optional, pandas.util._decorators, pandas, pandas.io.common
Analysis of pandas.io.sas (Library) queued. Dependencies: pandas.io.sas.sasreader
Analysis of dateutil.relativedelta (Stub) queued. Dependencies: datetime (stub), dateutil._common (stub)
Analysis of pandas.io.pickle (Library) queued. Dependencies: io, pickle, warnings, numpy.lib.format, pandas.compat, pandas.compat.pickle_compat, pandas.io.common
Import: torch.utils.tensorboard /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/tensorboard/__init__.py
Analysis of pandas._libs.writers (Compiled) queued. Dependencies:
Import: torch.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/__init__.py
Analysis of mlxtend.evaluate.mcnemar (Library) queued. Dependencies: numpy, scipy, scipy.stats, itertools
Analysis of mlxtend.evaluate (Library) queued. Dependencies: mlxtend.evaluate.bootstrap, mlxtend.evaluate.bootstrap_outofbag, mlxtend.evaluate.bootstrap_point632, mlxtend.evaluate.cochrans_q, mlxtend.evaluate.confusion_matrix, mlxtend.evaluate.feature_importance, mlxtend.evaluate.lift_score, mlxtend.evaluate.mcnemar, mlxtend.evaluate.permutation, mlxtend.evaluate.scoring, mlxtend.evaluate.ttest, mlxtend.evaluate.holdout, mlxtend.evaluate.f_test, mlxtend.evaluate.proportion_difference, mlxtend.evaluate.bias_variance_decomp
Analysis of pandas.tseries.offsets (Library) queued. Dependencies: datetime, functools, operator, dateutil.easter, numpy, pandas._libs.tslibs, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.conversion, pandas._libs.tslibs.frequencies, pandas._libs.tslibs.offsets, pandas._libs.tslibs.timezones, pandas.errors, pandas.util._decorators, pandas.core.dtypes.generic, pandas.core.dtypes.inference, pandas.core.tools.datetimes, pandas.tseries.frequencies
Import: qa.multiple_choice /Users/malmaud/dropbox/code/qa/qa/multiple_choice.py
Analysis of dateutil.relativedelta (Library) queued. Dependencies: dateutil.relativedelta (stub), datetime, calendar, operator, math, six, warnings, dateutil._common
Analysis of pandas.util._decorators (Library) queued. Dependencies: functools, inspect, textwrap, warnings, pandas._libs.properties
Import: torch.nn.functional /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/functional.py
Analysis of textwrap (Library) queued. Dependencies: textwrap (stub), re
Analysis of pandas.core.tools.datetimes (Library) queued. Dependencies: collections, collections.abc, datetime, functools, numpy, pandas._libs, pandas._libs.tslib, pandas._libs.tslibs, pandas._libs.tslibs.conversion, pandas._libs.tslibs.parsing, pandas._libs.tslibs.strptime, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas._typing, pandas.core, pandas.core.algorithms, pandas, pandas.core.arrays, pandas.core.arrays.datetimes
Analysis of torch.nn (Stub) queued. Dependencies: torch.nn.modules, torch.nn.parameter, torch.nn.parallel, torch.nn.init, torch.nn.utils
Import: torch.nn.modules.transformer /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/transformer.py
Analysis of pandas._libs.index (Compiled) queued. Dependencies:
Analysis of pandas.io.parsers (Library) queued. Dependencies: collections, csv, datetime, io, re, sys, textwrap, warnings, numpy, pandas, pandas._libs, pandas._libs.lib, pandas._libs.ops, pandas._libs.parsers, pandas._libs.tslibs, pandas._libs.tslibs.parsing, pandas.errors, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.missing, pandas._typing, pandas.core, pandas.core.algorithms, pandas.core.arrays, pandas.core.frame, pandas.core.index, pandas.core.series, pandas.core.tools, pandas.core.tools.datetimes, pandas.io.common, pandas.io.date_converters
Analysis of textwrap (Stub) queued. Dependencies:
Analysis of pandas.io.sql (Library) queued. Dependencies: contextlib, datetime, functools, re, warnings, numpy, pandas, pandas._libs, pandas._libs.lib, pandas.compat, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.missing, pandas.core.api, pandas.core.base, pandas.core.tools.datetimes, sqlalchemy, sqlalchemy.schema, sqlalchemy.types, sqlite3
Analysis of numpy.lib.function_base (Library) queued. Dependencies: __future__, collections, collections.abc, functools, re, sys, warnings, numpy, numpy.core, numpy.core.numeric, numpy.core.umath, numpy.core.fromnumeric, numpy.core.numerictypes, numpy.core.overrides, numpy.core.function_base, numpy.lib.twodim_base, numpy.lib.utils, numpy.core.multiarray, numpy.compat, numpy.lib.histograms, numpy.dual
Import: qa.span_task /Users/malmaud/dropbox/code/qa/qa/span_task.py
Analysis of pandas._libs.reshape (Compiled) queued. Dependencies:
Analysis of pandas.core.dtypes.common (Library) queued. Dependencies: warnings, numpy, pandas._libs, pandas._libs.algos, pandas._libs.lib, pandas._libs.tslibs, pandas._libs.tslibs.conversion, pandas.compat, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.inference, pandas._typing, pandas, pandas.core.arrays.sparse, scipy.sparse
Import: qa.span_mc_task /Users/malmaud/dropbox/code/qa/qa/span_mc_task.py
Analysis of pandas._libs.tslibs (Library) queued. Dependencies: pandas._libs.tslibs.conversion, pandas._libs.tslibs.nattype, pandas._libs.tslibs.np_datetime, pandas._libs.tslibs.period, pandas._libs.tslibs.timedeltas, pandas._libs.tslibs.timestamps, pandas._libs.tslibs.tzconversion
Analysis of pandas.core.dtypes.generic (Library) queued. Dependencies:
Analysis of pandas.compat.numpy.function (Library) queued. Dependencies: collections, distutils.version, numpy, pandas._libs.lib, pandas.errors, pandas.util._validators
Analysis of pandas.util._validators (Library) queued. Dependencies: warnings, pandas.core.dtypes.common, pandas.core.missing
Import: tracemalloc /Users/malmaud/anaconda3/lib/python3.7/tracemalloc.py
Analysis of pandas.core.dtypes.missing (Library) queued. Dependencies: numpy, pandas._libs, pandas._libs.lib, pandas, pandas._libs.missing, pandas._libs.tslibs, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.inference, pandas._config
Create built-in compiled (scraped) module: _warnings /Users/malmaud/anaconda3/bin/python
Analysis of qa.span_mc_task (User) queued. Dependencies: torch, dataclasses, pytorch_transformers, qa.load_data, torch.tensor, sklearn, sklearn.metrics, qa, qa.models, torch.utils, torch.utils.data, pytorch_transformers.optimization, torch.utils.tensorboard, pathlib, torch.nn, argparse
Analysis of torch.tensor (Library) queued. Dependencies: sys, torch, torch._C, collections, torch.utils, torch.utils.hooks, warnings, weakref, torch._six, numbers, torch.autograd._functions
Analysis of pandas.core.nanops (Library) queued. Dependencies: functools, itertools, operator, numpy, pandas._config, pandas._libs, pandas._libs.lib, pandas._libs.tslibs, pandas.compat._optional, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.missing, pandas, pandas.core, pandas.core.common, scipy.stats
Import: pdb /Users/malmaud/anaconda3/lib/python3.7/pdb.py
Analysis of tracemalloc (Stub) queued. Dependencies: sys (stub)
Analysis of pandas.compat (Library) queued. Dependencies: platform, struct, sys
Analysis of pickle (Library) on depth 1 completed in 326.51 ms.
Analysis of pandas.core.common (Library) queued. Dependencies: collections, collections.abc, datetime, functools, inspect, numpy, pandas._libs, pandas._libs.lib, pandas._libs.tslibs, pandas.compat, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.inference, pandas.core.dtypes.missing
Analysis of pandas.core.index (Library) queued. Dependencies: pandas.core.indexes.api, pandas.core.indexes.multi
Analysis of email.policy (Stub) queued. Dependencies: abc (stub), sys (stub), email.message (stub), email.errors (stub), email.header (stub), email.contentmanager (stub)
Analysis of pandas.core.algorithms (Library) queued. Dependencies: textwrap, warnings, numpy, pandas._libs, pandas._libs.algos, pandas._libs.hashtable, pandas._libs.lib, pandas._libs.tslib, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core, pandas.core.common, pandas.core.indexers, pandas, pandas.core.sorting, pandas.core.series, pandas.core.reshape.tile, pandas.core.arrays.array_
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections.abc, functools, fnmatch, linecache, os, pickle, _tracemalloc
Analysis of pandas.core.indexes (Library) queued. Dependencies:
Analysis of _warnings (Stub) queued. Dependencies:
Analysis of pandas.core.indexers (Library) queued. Dependencies: numpy, pandas.core.dtypes.common, pandas.core.dtypes.generic
Analysis of qa.span_task (User) queued. Dependencies: torch, dataclasses, pytorch_transformers, qa.load_data, torch.tensor, sklearn, sklearn.metrics, qa, qa.models, torch.utils, torch.utils.data, pytorch_transformers.optimization, torch.utils.tensorboard, pathlib
Analysis of pandas.core.indexes.accessors (Library) queued. Dependencies: numpy, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.accessor, pandas.core.algorithms, pandas.core.arrays, pandas.core.base, pandas.core.indexes.datetimes, pandas.core.indexes.timedeltas, pandas
Analysis of pandas.core.strings (Library) queued. Dependencies: codecs, functools, re, textwrap, warnings, numpy, pandas, pandas._libs, pandas._libs.lib, pandas._libs.ops, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core.algorithms, pandas.core.base, pandas.core, pandas.core.common, unicodedata
Analysis of pandas.core.base (Library) queued. Dependencies: collections, textwrap, warnings, numpy, pandas, pandas._libs, pandas._libs.lib, pandas.compat, pandas.compat.numpy, pandas.compat.numpy.function, pandas.errors, pandas.util._decorators, pandas.util._validators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core, pandas.core.algorithms, pandas.core.common, pandas.core.accessor, pandas.core.arrays, pandas.core.nanops, pandas.core.reshape.concat, pandas.core.dtypes.cast, pandas.arrays, pandas.core.arrays.numpy_
Analysis of torch.nn.modules.transformer (Library) queued. Dependencies: torch, copy, torch.nn, torch.nn.functional, torch.nn.modules.module, torch.nn.modules.activation, torch.nn.modules.container, torch.nn.init, torch.nn.modules.dropout, torch.nn.modules.linear, torch.nn.modules.normalization
Analysis of pandas.io.pytables (Library) queued. Dependencies: copy, datetime, itertools, os, re, time, warnings, numpy, pandas._config, pandas._config.config, pandas._libs, pandas._libs.lib, pandas._libs.writers, pandas._libs.tslibs, pandas._libs.tslibs.timezones, pandas.compat._optional, pandas.errors, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas, pandas.core.arrays.categorical, pandas.core.arrays.sparse, pandas.core, pandas.core.common, pandas.core.computation.pytables, pandas.core.index, pandas.core.internals, pandas.io.common, pandas.io.formats.printing, tables
Analysis of pandas.core.indexes.timedeltas (Library) queued. Dependencies: datetime, warnings, numpy, pandas._libs, pandas._libs.index, pandas._libs.join, pandas._libs.lib, pandas.util._decorators, pandas.core.dtypes.common, pandas, pandas.core, pandas.core.dtypes, pandas.core.dtypes.concat, pandas.core.dtypes.missing, pandas.core.accessor, pandas.core.arrays, pandas.core.arrays.datetimelike, pandas.core.arrays.timedeltas, pandas.core.base, pandas.core.common, pandas.core.indexes.base, pandas.core.indexes.datetimelike, pandas.core.indexes.numeric, pandas.core.ops, pandas.tseries.frequencies, pandas.io.formats.format
Analysis of pandas.core.ops (Library) queued. Dependencies: datetime, operator, textwrap, warnings, numpy, pandas._libs, pandas._libs.lib, pandas._libs.ops, pandas.errors, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas, pandas._typing, pandas.core, pandas.core.common, pandas.core.ops.missing, pandas.core.ops.docstrings, pandas.core.ops.roperator, pandas.core.computation, pandas.core.computation.expressions, pandas.core.sparse.api, pandas.core.arrays.sparse
Analysis of pandas.core.indexes.period (Library) queued. Dependencies: datetime, warnings, numpy, pandas._libs, pandas._libs.index, pandas._libs.tslibs, pandas._libs.tslibs.frequencies, pandas._libs.tslibs.resolution, pandas._libs.tslibs.period, pandas.util._decorators, pandas.core.dtypes.common, pandas.core, pandas.core.common, pandas.core.accessor, pandas.core.algorithms, pandas.core.arrays.period, pandas.core.base, pandas, pandas.core.indexes, pandas.core.indexes.base, pandas.core.indexes.datetimelike, pandas.core.indexes.datetimes, pandas.core.missing, pandas.core.ops, pandas.core.tools.datetimes, pandas.tseries, pandas.tseries.frequencies, pandas.tseries.offsets
Analysis of pandas.core.internals (Library) queued. Dependencies: pandas.core.internals.blocks, pandas.core.internals.managers
Analysis of torch.utils.tensorboard (Library) queued. Dependencies: tensorboard.summary.writer.record_writer, torch.utils.tensorboard.writer
Analysis of torch.utils.data (Stub) queued. Dependencies: torch.utils.data.sampler, torch.utils.data.distributed, torch.utils.data.dataset, torch.utils.data.dataloader
Analysis of torch.utils (Library) queued. Dependencies: __future__, torch.utils.throughput_benchmark
Analysis of pdb (Stub) queued. Dependencies: sys (stub)
Analysis of pandas.core.accessor (Library) queued. Dependencies: warnings, pandas.util._decorators, pandas
Analysis of qa.multiple_choice (User) queued. Dependencies: torch, torch.nn, pytorch_transformers, dataclasses, qa, qa.encoding, qa.load_data
Analysis of torch.nn.modules (Stub) queued. Dependencies: torch.nn.modules.module, torch.nn.modules.activation, torch.nn.modules.adaptive, torch.nn.modules.batchnorm, torch.nn.modules.container, torch.nn.modules.conv, torch.nn.modules.distance, torch.nn.modules.dropout, torch.nn.modules.fold, torch.nn.modules.instancenorm, torch.nn.modules.linear, torch.nn.modules.loss, torch.nn.modules.normalization, torch.nn.modules.padding, torch.nn.modules.pixelshuffle, torch.nn.modules.pooling, torch.nn.modules.rnn, torch.nn.modules.sparse, torch.nn.modules.upsampling
Analysis of pandas.core.indexes.datetimes (Library) queued. Dependencies: datetime, operator, warnings, numpy, pandas._libs, pandas._libs.index, pandas._libs.lib, pandas._libs.tslib, pandas, pandas._libs.join, pandas._libs.tslibs, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.fields, pandas._libs.tslibs.parsing, pandas._libs.tslibs.timezones, pandas.util._decorators, pandas.core.dtypes.common, pandas.core, pandas.core.dtypes, pandas.core.dtypes.concat, pandas.core.dtypes.dtypes, pandas.core.dtypes.missing, pandas.core.accessor, pandas.core.arrays.datetimes, pandas.core.base, pandas.core.common, pandas.core.indexes.base, pandas.core.indexes.datetimelike, pandas.core.indexes.numeric, pandas.core.ops, pandas.core.tools, pandas.core.tools.datetimes, pandas.tseries.frequencies, pandas.tseries.offsets, pandas.io.formats.format, dateutil.parser
Analysis of pandas.core.internals.construction (Library) queued. Dependencies: collections, collections.abc, numpy, numpy.ma, pandas._libs, pandas._libs.lib, pandas._libs.tslibs, pandas, pandas.compat, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core, pandas.core.algorithms, pandas.core.common, pandas.core.arrays, pandas.core.index, pandas.core.indexes, pandas.core.indexes.base, pandas.core.internals, pandas.core.internals.arrays, pandas.core.internals.blocks, pandas.core.series
Analysis of torch.nn.functional (Stub) queued. Dependencies: torch, torch.nn.common_types
Import: pandas.core.tools.timedeltas /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/tools/timedeltas.py
Create built-in compiled (scraped) module: _abc /Users/malmaud/anaconda3/bin/python
Import: _py_abc /Users/malmaud/anaconda3/lib/python3.7/_py_abc.py
Analysis of pandas.core.tools.timedeltas (Library) queued. Dependencies: warnings, numpy, pandas._libs.tslibs, pandas._libs.tslibs.timedeltas, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.arrays.timedeltas, pandas
Analysis of _py_abc (Library) queued. Dependencies: _weakrefset
Import: numpy.core._string_helpers /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/_string_helpers.py
Analysis of pandas.core.indexing (Library) queued. Dependencies: textwrap, warnings, numpy, pandas._libs.indexing, pandas._libs.lib, pandas.errors, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.concat, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas, pandas.core, pandas.core.common, pandas.core.index, pandas.core.indexers
Import: numpy.core._type_aliases /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/_type_aliases.py
Analysis of numpy.core._string_helpers (Library) queued. Dependencies:
Import: numpy.core._dtype /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/_dtype.py
Analysis of numpy.core._type_aliases (Library) queued. Dependencies: warnings, sys, numpy.compat, numpy._globals, numpy.core._string_helpers, numpy.core.multiarray, numpy.core._dtype
Import: importlib.abc /Users/malmaud/anaconda3/lib/python3.7/importlib/abc.py
Import: plistlib /Users/malmaud/anaconda3/lib/python3.7/plistlib.py
Analysis of pdb (Library) queued. Dependencies: pdb (stub), os, re, sys, cmd, bdb, dis, code, glob, pprint, signal, inspect, traceback, linecache, readline, shlex, runpy, pydoc, getopt
Analysis of pandas.core.frame (Library) queued. Dependencies: collections, collections.abc, functools, io, itertools, sys, textwrap, warnings, numpy, numpy.ma, pandas._config, pandas._libs, pandas._libs.algos, pandas._libs.lib, pandas.compat, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.util._validators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core, pandas.core.algorithms, pandas.core.common, pandas.core.nanops, pandas.core.ops, pandas.core.accessor, pandas.core.arrays, pandas.core.arrays.datetimelike, pandas.core.arrays.sparse, pandas.core.generic, pandas.core.index, pandas.core.indexes, pandas.core.indexes.base, pandas.core.indexes.datetimes, pandas.core.indexes.period, pandas.core.indexing, pandas.core.internals, pandas.core.internals.construction, pandas.core.series, pandas.io.formats, pandas.io.formats.console, pandas.io.formats.format, pandas.io.formats.printing, pandas, pandas.plotting, numpy.ma.mrecords, pandas.io.formats.style, pandas.io, pandas.io.gbq, pandas.core.sparse.api, pandas.io.stata, pandas.io.feather_format, pandas.io.parquet, pandas.core.computation.eval, pandas.core.sorting, pandas._libs.hashtable, pandas.core.computation, pandas.core.computation.expressions, pandas.core.reshape.pivot, pandas.core.reshape.reshape, pandas.core.reshape.melt, pandas.core.apply, pandas.core.reshape.concat, pandas.core.reshape.merge
Import: pandas.core.util.hashing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/util/hashing.py
Analysis of plistlib (Stub) queued. Dependencies: sys (stub), enum (stub)
Import: pandas.core.computation.check /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/check.py
Analysis of importlib.abc (Library) queued. Dependencies: importlib.abc (stub), importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, abc, warnings
Import: numexpr /Users/malmaud/anaconda3/lib/python3.7/site-packages/numexpr/__init__.py
Analysis of pandas.core.computation.check (Library) queued. Dependencies: pandas.compat._optional
Import: bs4 /Users/malmaud/anaconda3/lib/python3.7/site-packages/bs4/__init__.py
Analysis of pandas.core.generic (Library) queued. Dependencies: collections, datetime, functools, gc, json, operator, pickle, textwrap, warnings, weakref, numpy, pandas._config, pandas._config.config, pandas._libs, pandas._libs.properties, pandas.compat, pandas.compat._optional, pandas.compat.numpy, pandas.compat.numpy.function, pandas.errors, pandas.util._decorators, pandas.util._validators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.inference, pandas.core.dtypes.missing, pandas, pandas._typing, pandas.core, pandas.core.missing, pandas.core.nanops, pandas.core.algorithms, pandas.core.base, pandas.core.common, pandas.core.index, pandas.core.indexes.datetimes, pandas.core.indexes.period, pandas.core.indexing, pandas.core.internals, pandas.core.ops, pandas.io.formats.format, pandas.io.formats.printing, pandas.tseries.frequencies, pandas.core.computation.common, pandas.io.formats.excel, pandas.io, pandas.io.json, pandas.io.pytables, pandas.io.packers, pandas.io.sql, pandas.io.pickle, pandas.io.clipboards, pandas.io.formats.csvs, re, pandas.core.groupby.groupby, pandas.core.resample, pandas.core.tools.datetimes, pandas.core.window
Analysis of pandas.core.util.hashing (Library) queued. Dependencies: itertools, numpy, pandas, pandas._libs, pandas._libs.hashing, pandas._libs.tslibs, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing
Analysis of torch.nn.functional (Library) queued. Dependencies: torch.nn.functional, __future__, warnings, math, torch, torch._C, torch.nn, torch.nn._reduction, torch.nn.modules, torch.nn.modules.utils, torch.nn._functions, torch.nn._functions.vision, torch.nn.grad, torch.nn._VF, torch._jit_internal
Analysis of numexpr (Library) queued. Dependencies: numexpr.__config__, os, platform, numexpr.expressions, numexpr.necompiler, numexpr.interpreter, numexpr.utils, warnings, numexpr.version, numexpr.tests
Create built-in compiled (scraped) module: _stat /Users/malmaud/anaconda3/bin/python
Analysis of numpy.core._dtype (Library) queued. Dependencies: __future__, sys, numpy
Analysis of _stat (Stub) queued. Dependencies:
Create built-in compiled (scraped) module: pwd /Users/malmaud/anaconda3/bin/python
Analysis of pwd (Stub) queued. Dependencies:
Analysis of pandas.core.indexes.base (Library) queued. Dependencies: datetime, operator, textwrap, warnings, numpy, pandas._libs, pandas._libs.algos, pandas._libs.index, pandas._libs.lib, pandas, pandas._libs.join, pandas._libs.tslibs, pandas._libs.tslibs.timezones, pandas.compat, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core, pandas.core.dtypes, pandas.core.dtypes.concat, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core.ops, pandas.core.accessor, pandas.core.algorithms, pandas.core.arrays, pandas.core.base, pandas.core.common, pandas.core.indexers, pandas.core.indexes.frozen, pandas.core.missing, pandas.core.sorting, pandas.core.strings, pandas.io.formats.printing, pandas.core.indexes.period, pandas.core.indexes.range, pandas.core.indexes.category, pandas.core.indexes.interval, pandas.core.indexes.numeric, pandas.core.indexes.multi, pandas.io.formats.format, copy, pandas.core.reshape.merge, pandas.core.index
Create compiled (scraped): grp /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of grp (Stub) queued. Dependencies:
Analysis of bs4 (Library) queued. Dependencies: os, re, sys, traceback, warnings, bs4.builder, bs4.dammit, bs4.element
Import: tarfile /Users/malmaud/anaconda3/lib/python3.7/tarfile.py
Analysis of grp (Compiled) queued. Dependencies: grp (stub)
Analysis of tarfile (Stub) queued. Dependencies: os (stub), sys (stub), types (stub)
Create built-in compiled (scraped) module: _signal /Users/malmaud/anaconda3/bin/python
Analysis of plistlib (Library) queued. Dependencies: plistlib (stub), binascii, codecs, contextlib, datetime, enum, io, itertools, os, re, struct, warnings, xml.parsers.expat
Import: matplotlib.cbook /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/cbook/__init__.py
Analysis of _weakrefset (Stub) queued. Dependencies:
Import: matplotlib.rcsetup /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/rcsetup.py
Import: matplotlib._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_version.py
Analysis of matplotlib._version (Library) queued. Dependencies: json, sys
Import: dateutil /Users/malmaud/anaconda3/lib/python3.7/site-packages/dateutil/__init__.py
Analysis of dateutil (Stub) queued. Dependencies:
Import: pyparsing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pyparsing.py
Analysis of dateutil (Library) queued. Dependencies: dateutil (stub), dateutil._version
Import: matplotlib.afm /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/afm.py
Import: matplotlib.style.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/style/core.py
Create built-in compiled (scraped) module: faulthandler /Users/malmaud/anaconda3/bin/python
Create compiled (scraped): matplotlib.ft2font /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/ft2font.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of matplotlib.style.core (Library) queued. Dependencies: contextlib, os, re, warnings, matplotlib, matplotlib.cbook
Analysis of tarfile (Library) queued. Dependencies: tarfile (stub), sys, os, io, shutil, stat, time, struct, copy, re, pwd, grp, warnings, zlib, bz2, lzma, gzip, argparse
Analysis of matplotlib.afm (Library) queued. Dependencies: collections, re, sys, matplotlib._mathtext_data, matplotlib.cbook
Import: numpy.core._methods /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/_methods.py
Analysis of matplotlib.ft2font (Compiled) queued. Dependencies:
Analysis of matplotlib.rcsetup (Library) queued. Dependencies: collections.abc, functools, operator, os, re, sys, matplotlib, matplotlib.cbook, matplotlib.fontconfig_pattern, matplotlib.colors, cycler, socket
Analysis of qa.load_data (User) on depth 0 completed in 160.65 ms.
Analysis of matplotlib.cbook (Library) queued. Dependencies: collections, collections.abc, contextlib, datetime, errno, functools, glob, gzip, io, itertools, locale, numbers, operator, os, pathlib, re, sys, time, traceback, types, warnings, weakref, numpy, matplotlib, matplotlib.cbook.deprecation, bz2, fnmatch, subprocess, gc
Import: genericpath /Users/malmaud/anaconda3/lib/python3.7/genericpath.py
Analysis version 63 of 11 entries has been completed in 5583.45 ms.
Analysis of numpy.core._methods (Library) queued. Dependencies: __future__, warnings, numpy.core, numpy.core.multiarray, numpy.core.umath, numpy.core.numeric, numpy.core.numerictypes, numpy._globals
Analysis version 357 of 307 entries has started.
Import: pytz.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytz/exceptions.py
Analysis of pytz.exceptions (Library) queued. Dependencies:
Analysis of yaml.nodes (Stub) on depth 3 completed in 1.2 ms.
Analysis of yaml.loader (Stub) on depth 3 completed in 0.65 ms.
Create compiled (scraped): _random /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: sklearn.model_selection._split /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/model_selection/_split.py
Analysis of yaml.events (Stub) on depth 3 completed in 2.48 ms.
Analysis of yaml.dumper (Stub) on depth 3 completed in 0.94 ms.
Analysis of _random (Stub) queued. Dependencies: sys (stub)
Analysis of _random (Compiled) queued. Dependencies: _random (stub)
Analysis of genericpath (Library) queued. Dependencies: os, stat
Analysis of yaml.resolver (Stub) on depth 3 completed in 0.71 ms.
Analysis of yaml.error (Stub) on depth 3 completed in 4.1 ms.
Import: pytz.lazy /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytz/lazy.py
Import: pytz.tzinfo /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytz/tzinfo.py
Analysis of pytz.lazy (Stub) queued. Dependencies: collections (stub)
Analysis of yaml.tokens (Stub) on depth 3 completed in 13.5 ms.
Import: pytz.tzfile /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytz/tzfile.py
Analysis of pytz.lazy (Library) queued. Dependencies: pytz.lazy (stub), threading, collections.abc, collections
Analysis of qa.onestop_reader (User) queued. Dependencies: os, re, bs4, io
Import: sklearn.model_selection._validation /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/model_selection/_validation.py
Import: pkg_resources /Users/malmaud/anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py
Analysis of sys (Stub) on depth 3 completed in 12 ms.
Analysis of pytz.tzinfo (Library) queued. Dependencies: datetime, bisect, pytz, pytz.exceptions
Analysis of pytz.tzfile (Library) queued. Dependencies: datetime, struct, pytz.tzinfo, os, pprint
Analysis of yaml.cyaml (Library) on depth 2 completed in 7.88 ms.
Analysis of posix (Stub) on depth 3 completed in 6.88 ms.
Create compiled (scraped): _queue /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_queue.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of _queue (Compiled) queued. Dependencies:
Analysis of yaml.dumper (Library) on depth 2 completed in 1.71 ms.
Analysis of pkg_resources (Stub) queued. Dependencies: abc (stub), importlib (stub), importlib.abc (stub), types (stub), zipimport (stub)
Analysis of io (Library) on depth 2 completed in 3.66 ms.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of sklearn.model_selection._split (Library) queued. Dependencies: collections.abc, warnings, itertools, math, numbers, abc, inspect, numpy, sklearn.utils, sklearn.utils.validation, sklearn.utils.multiclass, sklearn.utils.fixes, sklearn.base
Analysis of stat (Library) on depth 2 completed in 2 ms.
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of qa.onestop_reader (User) on depth 0 completed in 38.56 ms.
Analysis of abc (Library) on depth 2 completed in 1.83 ms.
Analysis of io (Stub) on depth 3 completed in 23.93 ms.
Import: nose.config /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/config.py
Import: nose.loader /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/loader.py
Analysis of random (Library) on depth 1 completed in 54.26 ms.
Import: nose.result /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/result.py
Import: nose.suite /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/suite.py
Analysis of nose.config (Library) queued. Dependencies: logging, optparse, os, re, sys, configparser, nose.util, nose.plugins.manager, warnings, logging.config, nose.importer
Analysis of nose.result (Library) queued. Dependencies: logging, unittest.runner, unittest, nose.config, nose.util, nose.plugins.skip, warnings
Import: numpy.lib.type_check /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/type_check.py
Analysis of sklearn.model_selection._validation (Library) queued. Dependencies: warnings, numbers, time, traceback, numpy, scipy, scipy.sparse, sklearn.base, sklearn.utils, sklearn.utils.validation, sklearn.utils.metaestimators, sklearn.utils._joblib, sklearn.metrics.scorer, sklearn.exceptions, sklearn.model_selection._split, sklearn.preprocessing
Import: sklearn.model_selection._search /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/model_selection/_search.py
Analysis of pyparsing (Library) queued. Dependencies: string, weakref, copy, sys, warnings, re, sre_constants, collections, pprint, traceback, types, datetime, itertools, _thread, threading, collections.abc, pdb, uuid
Import: _weakrefset /Users/malmaud/anaconda3/lib/python3.7/_weakrefset.py
Analysis of pkg_resources (Library) queued. Dependencies: pkg_resources (stub), __future__, sys, os, io, time, re, types, zipfile, zipimport, warnings, stat, functools, pkgutil, operator, platform, collections, plistlib, email, email.parser, errno, tempfile, textwrap, itertools, inspect, ntpath, posixpath, _imp, imp, pkg_resources.extern, importlib, importlib.machinery, pkg_resources.py31compat, sysconfig, linecache
Analysis of nose.suite (Library) queued. Dependencies: logging, sys, unittest, nose.case, nose.config, nose.proxy, nose.util
Analysis of warnings (Library) on depth 2 completed in 45.15 ms.
Analysis of sklearn.model_selection (Library) on depth 1 completed in 74.4 ms.
Analysis of nose.loader (Library) queued. Dependencies: logging, os, sys, unittest, types, inspect, nose.pyversion, nose.case, nose.failure, nose.config, nose.importer, nose.selector, nose.util, nose.suite
Import: nose.plugins.skip /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/plugins/skip.py
Import: nose.plugins.deprecated /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/plugins/deprecated.py
Analysis of nose.plugins.skip (Library) queued. Dependencies: nose.plugins.errorclass, unittest.case
Analysis of _weakrefset (Library) queued. Dependencies: _weakrefset (stub), _weakref
Import: nose.tools.nontrivial /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/tools/nontrivial.py
Analysis of numpy.lib.type_check (Library) queued. Dependencies: __future__, functools, warnings, numpy, numpy.core, numpy.core.numeric, numpy.core.overrides, numpy.lib.ufunclike, numpy.core.getlimits
Import: nose.tools.trivial /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/tools/trivial.py
Analysis of nose.plugins.deprecated (Library) queued. Dependencies: nose.plugins.errorclass
Analysis of nose.tools.nontrivial (Library) queued. Dependencies: time, pdb, sys
Analysis of nose.tools.trivial (Library) queued. Dependencies: re, unittest
Analysis of sklearn.model_selection._search (Library) queued. Dependencies: abc, collections, collections.abc, functools, itertools, operator, time, warnings, numpy, scipy.stats, sklearn.base, sklearn.model_selection._split, sklearn.model_selection._validation, sklearn.exceptions, sklearn.utils._joblib, sklearn.utils, sklearn.utils.fixes, sklearn.utils.random, sklearn.utils.validation, sklearn.utils.metaestimators, sklearn.metrics.scorer
Import: pandas._config.config /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_config/config.py
Import: nose.pyversion /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/pyversion.py
Analysis of posixpath (Library) on depth 2 completed in 63.09 ms.
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Import: cycler /Users/malmaud/anaconda3/lib/python3.7/site-packages/cycler.py
Create built-in compiled (scraped) module: _functools /Users/malmaud/anaconda3/bin/python
Analysis of copyreg (Library) on depth 2 completed in 1.85 ms.
Analysis of enum (Stub) on depth 3 completed in 3.05 ms.
Import: matplotlib.colorbar /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/colorbar.py
Analysis of pandas._config.config (Library) queued. Dependencies: collections, contextlib, re, warnings, tokenize, keyword, textwrap, itertools
Analysis of cycler (Library) queued. Dependencies: __future__, six, itertools, operator, copy
Analysis of nose.pyversion (Library) queued. Dependencies: sys, os, traceback, types, inspect, nose, nose.util
Analysis of pathlib (Library) on depth 1 completed in 117.42 ms.
Import: matplotlib.image /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/image.py
Create compiled (scraped): _posixsubprocess /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of _posixsubprocess (Stub) queued. Dependencies:
Analysis of _posixsubprocess (Compiled) queued. Dependencies: _posixsubprocess (stub)
Import: matplotlib.style /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/style/__init__.py
Create compiled (scraped): select /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of matplotlib.style (Library) queued. Dependencies: matplotlib.style.core
Import: selectors /Users/malmaud/anaconda3/lib/python3.7/selectors.py
Analysis of types (Library) on depth 2 completed in 33.24 ms.
Analysis of select (Stub) queued. Dependencies: sys (stub)
Analysis of selectors (Stub) queued. Dependencies: abc (stub), socket (stub)
Analysis of select (Compiled) queued. Dependencies: select (stub)
Import: matplotlib._pylab_helpers /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_pylab_helpers.py
Import: matplotlib.docstring /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/docstring.py
Analysis of matplotlib._pylab_helpers (Library) queued. Dependencies: atexit, gc, sys
Analysis of selectors (Library) queued. Dependencies: selectors (stub), abc, collections, collections.abc, math, select, sys
Import: matplotlib.backend_bases /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/backend_bases.py
Analysis of matplotlib.docstring (Library) queued. Dependencies: sys, types, matplotlib, matplotlib.cbook
Import: matplotlib.figure /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/figure.py
Import: matplotlib.gridspec /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/gridspec.py
Import: matplotlib.artist /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/artist.py
Analysis of matplotlib.colorbar (Library) queued. Dependencies: logging, warnings, numpy, matplotlib, matplotlib.artist, matplotlib.cbook, matplotlib.collections, matplotlib.colors, matplotlib.contour, matplotlib.cm, matplotlib.gridspec, matplotlib.patches, matplotlib.path, matplotlib.ticker, matplotlib.transforms, matplotlib._layoutbox, matplotlib._constrained_layout, matplotlib.docstring
Analysis of matplotlib.image (Library) queued. Dependencies: io, math, os, logging, urllib, urllib.parse, urllib.request, warnings, numpy, matplotlib, matplotlib.artist, matplotlib.backend_bases, matplotlib.colors, matplotlib.cm, matplotlib.cbook, matplotlib._image, matplotlib._png, matplotlib.transforms, PIL, PIL.Image, matplotlib.backends.backend_agg, matplotlib.figure, matplotlib.pyplot
Analysis of functools (Library) on depth 2 completed in 58.77 ms.
Analysis of matplotlib.gridspec (Library) queued. Dependencies: copy, logging, warnings, numpy, matplotlib, matplotlib._pylab_helpers, matplotlib.cbook, matplotlib.tight_layout, matplotlib.transforms, matplotlib._layoutbox
Analysis of _collections_abc (Library) on depth 2 completed in 60.54 ms.
Analysis of _compat_pickle (Library) on depth 2 completed in 1.35 ms.
Analysis of ntpath (Library) on depth 2 completed in 61.41 ms.
Create compiled (scraped): _struct /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: matplotlib.axes /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/axes/__init__.py
Create built-in compiled (scraped) module: _codecs /Users/malmaud/anaconda3/bin/python
Import: matplotlib.projections /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/projections/__init__.py
Analysis of matplotlib.axes (Library) queued. Dependencies: matplotlib.axes._subplots, matplotlib.axes._axes
Import: matplotlib.mlab /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/mlab.py
Analysis of matplotlib.projections (Library) queued. Dependencies: matplotlib, matplotlib.axes, matplotlib.projections.geo, matplotlib.projections.polar
Analysis of _codecs (Stub) queued. Dependencies: sys (stub), codecs (stub)
Analysis of _pickle (Compiled) on depth 2 completed in 14.36 ms.
Analysis of struct (Library) on depth 2 completed in 14.69 ms.
Analysis of _struct (Compiled) queued. Dependencies: struct
Import: matplotlib.scale /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/scale.py
Import: matplotlib.cm /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/cm.py
Analysis of matplotlib.backend_bases (Library) queued. Dependencies: contextlib, importlib, io, os, sys, time, warnings, weakref, numpy, matplotlib, matplotlib.backend_tools, matplotlib.cbook, matplotlib.colors, matplotlib.textpath, matplotlib.tight_bbox, matplotlib.transforms, matplotlib.widgets, matplotlib._pylab_helpers, matplotlib.path, PIL, PIL.Image, distutils.version, matplotlib.collections, matplotlib.texmanager, matplotlib.figure, matplotlib.pyplot
Import: matplotlib.colors /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/colors.py
Import: matplotlib.lines /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/lines.py
Analysis of matplotlib.figure (Library) queued. Dependencies: logging, numbers, warnings, numpy, matplotlib, matplotlib.backends, matplotlib.docstring, matplotlib.artist, matplotlib.cbook, matplotlib.image, matplotlib.colorbar, matplotlib.axes, matplotlib.blocking_input, matplotlib.gridspec, matplotlib.legend, matplotlib.patches, matplotlib.projections, matplotlib.text, matplotlib.transforms, matplotlib._layoutbox, matplotlib.backend_bases, matplotlib.backends.backend_webagg, matplotlib._pylab_helpers, matplotlib.pyplot, matplotlib._constrained_layout, matplotlib.tight_layout
Analysis of matplotlib.cm (Library) queued. Dependencies: functools, numpy, numpy.ma, matplotlib, matplotlib.colors, matplotlib.cbook, matplotlib._cm, matplotlib._cm_listed
Analysis of matplotlib.scale (Library) queued. Dependencies: numpy, numpy.ma, matplotlib, matplotlib.cbook, matplotlib.docstring, matplotlib.ticker, matplotlib.transforms
Analysis of matplotlib.artist (Library) queued. Dependencies: collections, functools, inspect, re, warnings, numpy, matplotlib, matplotlib.cbook, matplotlib.docstring, matplotlib.path, matplotlib.transforms, traceback, matplotlib.patches
Import: matplotlib.text /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/text.py
Import: matplotlib.patches /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/patches.py
Analysis of matplotlib.colors (Library) queued. Dependencies: collections.abc, itertools, re, numpy, matplotlib, matplotlib.cbook, matplotlib._color_data
Analysis of matplotlib.lines (Library) queued. Dependencies: numbers, warnings, numpy, matplotlib, matplotlib.artist, matplotlib.cbook, matplotlib.colors, matplotlib.docstring, matplotlib.markers, matplotlib.path, matplotlib.transforms, matplotlib._path, matplotlib.patheffects
Import: matplotlib.widgets /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/widgets.py
Import: encodings /Users/malmaud/anaconda3/lib/python3.7/encodings/__init__.py
Analysis of encodings (Stub) queued. Dependencies: codecs (stub)
Analysis of codecs (Library) on depth 2 completed in 68.88 ms.
Analysis of encodings (Library) queued. Dependencies: encodings (stub), codecs, sys, encodings.aliases, encodings.mbcs
Analysis of matplotlib.mlab (Library) queued. Dependencies: copy, csv, operator, os, warnings, numpy, matplotlib, matplotlib.cbook, matplotlib.docstring, matplotlib.path, math, dateutil, dateutil.parser, datetime, matplotlib.tri
Import: matplotlib.ticker /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/ticker.py
Import: matplotlib.backends /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/backends/__init__.py
Analysis of subprocess (Library) on depth 2 completed in 132.51 ms.
Import: IPython /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/__init__.py
Import: IPython.core.pylabtools /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/core/pylabtools.py
Analysis of matplotlib.backends (Library) queued. Dependencies: importlib, logging, os, sys, traceback, matplotlib, matplotlib.cbook, matplotlib.backend_bases
Import: matplotlib.patheffects /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/patheffects.py
Analysis of matplotlib.text (Library) queued. Dependencies: contextlib, logging, math, warnings, weakref, numpy, matplotlib, matplotlib.artist, matplotlib.cbook, matplotlib.docstring, matplotlib.font_manager, matplotlib.lines, matplotlib.patches, matplotlib.textpath, matplotlib.transforms, matplotlib.patheffects, matplotlib.projections, matplotlib.offsetbox
Analysis of IPython (Library) queued. Dependencies: os, sys, IPython.core.getipython, IPython.core, IPython.core.release, IPython.core.application, IPython.terminal.embed, IPython.core.interactiveshell, IPython.testing, IPython.utils.sysinfo, IPython.utils.frame, ipykernel.embed, IPython.terminal.ipapp
Import: numpy.core.arrayprint /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/arrayprint.py
Analysis of IPython.core.pylabtools (Library) queued. Dependencies: io, IPython.core.display, IPython.utils.decorators, matplotlib._pylab_helpers, matplotlib, matplotlib.pyplot, matplotlib.figure, ipykernel.pylab.backend_inline
Analysis of matplotlib.patheffects (Library) queued. Dependencies: matplotlib.backend_bases, matplotlib, matplotlib.colors, matplotlib.patches, matplotlib.transforms
Import: scipy.sparse.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/base.py
Import: scipy.sparse.csr /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/csr.py
Import: scipy.sparse.csc /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/csc.py
Import: scipy.sparse.lil /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/lil.py
Analysis of scipy.sparse.csc (Library) queued. Dependencies: __future__, numpy, scipy.sparse.base, scipy.sparse._sparsetools, scipy.sparse.sputils, scipy.sparse.compressed, scipy.sparse.csr
Analysis of numpy.core.arrayprint (Library) queued. Dependencies: __future__, sys, functools, numbers, _thread, _dummy_thread, numpy, numpy.core, numpy.core.numerictypes, numpy.core.umath, numpy.core.multiarray, numpy.core.fromnumeric, numpy.core.numeric, numpy.core.overrides, warnings, contextlib
Analysis of matplotlib.patches (Library) queued. Dependencies: functools, math, numbers, textwrap, warnings, numpy, matplotlib, matplotlib.artist, matplotlib.cbook, matplotlib.colors, matplotlib.docstring, matplotlib.lines, matplotlib.transforms, matplotlib.bezier, matplotlib.path, matplotlib.patheffects, inspect
Analysis of matplotlib.widgets (Library) queued. Dependencies: copy, numbers, numpy, matplotlib, matplotlib.lines, matplotlib.patches, matplotlib.transforms
Import: scipy.sparse.dok /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/dok.py
Analysis of scipy.sparse.csr (Library) queued. Dependencies: __future__, numpy, scipy._lib.six, scipy.sparse.base, scipy.sparse._sparsetools, scipy.sparse.sputils, scipy.sparse.compressed, scipy.sparse.csc, scipy.sparse.lil, scipy.sparse.bsr, scipy.sparse.spfuncs
Import: scipy.sparse.coo /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/coo.py
Analysis of scipy.sparse.base (Library) queued. Dependencies: __future__, numpy, scipy._lib.six, scipy._lib._numpy_compat, scipy.sparse.sputils, scipy.sparse.construct, scipy.sparse.csc, scipy.sparse.csr
Analysis of scipy.sparse.lil (Library) queued. Dependencies: __future__, bisect, numpy, scipy._lib.six, scipy.sparse.base, scipy.sparse._index, scipy.sparse.sputils, scipy.sparse, scipy.sparse._csparsetools, scipy.sparse.csr
Analysis of matplotlib.ticker (Library) queued. Dependencies: itertools, logging, locale, math, numpy, matplotlib, matplotlib.cbook, matplotlib.transforms, warnings
Import: scipy.sparse.dia /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/dia.py
Import: scipy.sparse.bsr /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/bsr.py
Analysis of scipy.sparse.dok (Library) queued. Dependencies: __future__, itertools, numpy, scipy._lib.six, scipy.sparse.base, scipy.sparse._index, scipy.sparse.sputils, operator, scipy.sparse.coo
Import: scipy.sparse.construct /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/construct.py
Analysis of doctest (Library) on depth 2 completed in 114.75 ms.
Analysis of scipy.sparse.coo (Library) queued. Dependencies: __future__, warnings, numpy, scipy._lib.six, scipy.sparse._sparsetools, scipy.sparse.base, scipy.sparse.data, scipy.sparse.sputils, operator, scipy.sparse.csc, scipy.sparse.csr, scipy.sparse.dia, scipy.sparse.dok
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of scipy.sparse.dia (Library) queued. Dependencies: __future__, numpy, scipy.sparse.base, scipy.sparse.data, scipy.sparse.sputils, scipy.sparse._sparsetools, scipy.sparse.coo, scipy.sparse.csc
Create built-in compiled (scraped) module: _sre /Users/malmaud/anaconda3/bin/python
Import: scipy.sparse.extract /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/extract.py
Import: scipy.sparse._matrix_io /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/_matrix_io.py
Analysis of sre_constants (Library) on depth 2 completed in 23.31 ms.
Analysis of scipy.sparse.construct (Library) queued. Dependencies: __future__, numpy, scipy._lib._numpy_compat, scipy._lib.six, scipy.sparse.sputils, scipy.sparse.csr, scipy.sparse.csc, scipy.sparse.bsr, scipy.sparse.coo, scipy.sparse.dia, scipy.sparse.base
Import: scipy.sparse.csgraph /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/csgraph/__init__.py
Analysis of scipy.sparse.extract (Library) queued. Dependencies: __future__, scipy.sparse.coo
Analysis of scipy.sparse._matrix_io (Library) queued. Dependencies: __future__, sys, numpy, scipy, scipy.sparse, scipy._lib._version
Import: nose.ext /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/ext/__init__.py
Analysis of scipy.sparse.csgraph (Library) queued. Dependencies: __future__, scipy.sparse.csgraph._laplacian, scipy.sparse.csgraph._shortest_path, scipy.sparse.csgraph._traversal, scipy.sparse.csgraph._min_spanning_tree, scipy.sparse.csgraph._reordering, scipy.sparse.csgraph._tools, scipy._lib._testutils
Analysis of nose.ext (Library) queued. Dependencies:
Import: nose.ext.dtcompat /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/ext/dtcompat.py
Analysis of scipy.sparse.bsr (Library) queued. Dependencies: __future__, warnings, numpy, scipy.sparse.data, scipy.sparse.compressed, scipy.sparse.base, scipy.sparse.sputils, scipy.sparse, scipy.sparse._sparsetools, scipy.sparse.coo, scipy.sparse.csr
Import: scipy._lib.six /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/_lib/six.py
Analysis of pytorch_transformers.tokenization_auto (Library) on depth 2 completed in 35.94 ms.
Create built-in compiled (scraped) module: _string /Users/malmaud/anaconda3/bin/python
Create compiled (scraped): unicodedata /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of unicodedata (Stub) queued. Dependencies:
Analysis of scipy._lib.six (Library) queued. Dependencies: operator, sys, types, functools, itertools, io
Import: spacy.lang.en /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/en/__init__.py
Analysis of unicodedata (Compiled) queued. Dependencies: unicodedata (stub)
Analysis of pprint (Library) on depth 2 completed in 43.54 ms.
Analysis of spacy.lang.en (Library) queued. Dependencies: __future__, spacy.lang.en.tokenizer_exceptions, spacy.lang.en.norm_exceptions, spacy.lang.en.tag_map, spacy.lang.en.stop_words, spacy.lang.en.lex_attrs, spacy.lang.en.morph_rules, spacy.lang.en.lemmatizer, spacy.lang.en.syntax_iterators, spacy.lang.tokenizer_exceptions, spacy.lang.norm_exceptions, spacy.language, spacy.attrs, spacy.util
Analysis of pytorch_transformers.tokenization_bert (Library) on depth 2 completed in 16.73 ms.
Analysis of pytorch_transformers.tokenization_openai (Library) on depth 2 completed in 12.81 ms.
Analysis of nose.ext.dtcompat (Library) queued. Dependencies: __future__, sys, traceback, inspect, linecache, os, re, unittest, difflib, pdb, tempfile, warnings, io
Import: scipy._lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/_lib/__init__.py
Analysis of sre_parse (Library) on depth 2 completed in 54.11 ms.
Analysis of scipy._lib (Library) queued. Dependencies: __future__, scipy._lib._testutils
Create compiled (scraped): scipy._lib._ccallback_c /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/_lib/_ccallback_c.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: cffi /Users/malmaud/anaconda3/lib/python3.7/site-packages/cffi/__init__.py
Analysis of scipy._lib._ccallback_c (Compiled) queued. Dependencies: ctypes
Analysis of sre_compile (Library) on depth 2 completed in 55.41 ms.
Create compiled (scraped): _opcode /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of cffi (Library) queued. Dependencies: cffi.api, cffi.error
Analysis of _opcode (Compiled) queued. Dependencies:
Import: distutils.archive_util /Users/malmaud/anaconda3/lib/python3.7/distutils/archive_util.py
Analysis of distutils.archive_util (Stub) queued. Dependencies:
Import: pandas.core.dtypes.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/api.py
Create compiled (scraped): _ssl /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of pandas.core.dtypes.api (Library) queued. Dependencies: pandas.core.dtypes.common
Analysis of distutils.archive_util (Library) queued. Dependencies: distutils.archive_util (stub), os, warnings, sys, zipfile, distutils.errors, distutils.spawn, distutils.dir_util, distutils, distutils.log, pwd, grp, tarfile
Import: calendar /Users/malmaud/anaconda3/lib/python3.7/calendar.py
Analysis of enum (Library) on depth 2 completed in 66.84 ms.
Analysis of calendar (Stub) queued. Dependencies: datetime (stub), sys (stub), time (stub)
Import: IPython.core.formatters /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/core/formatters.py
Import: psutil /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/__init__.py
Analysis of _ssl (Compiled) queued. Dependencies:
Import: email.feedparser /Users/malmaud/anaconda3/lib/python3.7/email/feedparser.py
Analysis of calendar (Library) queued. Dependencies: calendar (stub), sys, datetime, locale, itertools, argparse
Analysis of email.feedparser (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Import: email._policybase /Users/malmaud/anaconda3/lib/python3.7/email/_policybase.py
Analysis of IPython.core.formatters (Library) queued. Dependencies: abc, json, sys, traceback, warnings, io, decorator, traitlets.config.configurable, IPython.core.getipython, IPython.utils.sentinel, IPython.utils.dir2, IPython.lib, IPython.lib.pretty, traitlets, numpy, IPython.core.interactiveshell
Analysis of pytorch_transformers.tokenization_transfo_xl (Library) on depth 2 completed in 34.92 ms.
Import: regex /Users/malmaud/anaconda3/lib/python3.7/site-packages/regex.py
Analysis of pytorch_transformers.tokenization_distilbert (Library) on depth 2 completed in 0.51 ms.
Analysis of email.feedparser (Library) queued. Dependencies: email.feedparser (stub), re, email, email.errors, email._policybase, collections, io, email.message
Analysis of email.charset (Stub) queued. Dependencies:
Import: sacremoses /Users/malmaud/anaconda3/lib/python3.7/site-packages/sacremoses/__init__.py
Analysis of email._policybase (Library) queued. Dependencies: abc, email, email.header, email.charset, email.utils
Analysis of sacremoses (Library) queued. Dependencies: sacremoses.corpus, sacremoses.tokenize, sacremoses.truecase, sacremoses.normalize
Import: _osx_support /Users/malmaud/anaconda3/lib/python3.7/_osx_support.py
Analysis of pytorch_transformers.modeling_auto (Library) on depth 2 completed in 9.68 ms.
Analysis of regex (Library) queued. Dependencies: _regex_core, _regex, threading, locale, copyreg
Analysis of pytorch_transformers.tokenization_roberta (Library) on depth 2 completed in 10.6 ms.
Import: six /Users/malmaud/anaconda3/lib/python3.7/site-packages/six.py
Analysis of six (Stub) queued. Dependencies: __future__ (stub), types (stub), unittest (stub), io (stub), functools (stub), six.moves (stub)
Import: lib2to3.refactor /Users/malmaud/anaconda3/lib/python3.7/lib2to3/refactor.py
Import: tensorflow /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/__init__.py
Analysis of _osx_support (Library) queued. Dependencies: os, re, sys, contextlib, tempfile, distutils, distutils.log
Analysis of psutil (Library) queued. Dependencies: __future__, collections, contextlib, datetime, errno, functools, os, signal, subprocess, sys, threading, time, pwd, psutil._common, psutil._compat, psutil._pslinux, psutil._pswindows, psutil._psosx, psutil._psbsd, psutil._pssunos, psutil._psaix, psutil._psposix, socket
Analysis of six (Library) queued. Dependencies: six (stub), __future__, functools, itertools, operator, sys, types, struct, io
Analysis of pytorch_transformers.tokenization_xlm (Library) on depth 2 completed in 38.33 ms.
Import: sentencepiece /Users/malmaud/anaconda3/lib/python3.7/site-packages/sentencepiece.py
Analysis of pytorch_transformers.tokenization_gpt2 (Library) on depth 2 completed in 45.45 ms.
Analysis of torch.nn.parameter (Stub) queued. Dependencies: torch
Import: distutils.filelist /Users/malmaud/anaconda3/lib/python3.7/distutils/filelist.py
Analysis of distutils.filelist (Stub) queued. Dependencies:
Analysis of lib2to3.refactor (Library) queued. Dependencies: io, os, sys, logging, operator, collections, itertools, lib2to3.pgen2, lib2to3.pgen2.driver, lib2to3.pgen2.tokenize, lib2to3.pgen2.token, lib2to3.fixer_util, lib2to3, lib2to3.pytree, lib2to3.pygram, lib2to3.btm_matcher, multiprocessing
Analysis of pytorch_transformers.tokenization_xlnet (Library) on depth 2 completed in 37.5 ms.
Analysis of pytorch_transformers.tokenization_utils (Library) on depth 2 completed in 36.88 ms.
Create compiled (scraped): _socket /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of argparse (Library) on depth 2 completed in 125.25 ms.
Analysis of sentencepiece (Library) queued. Dependencies: sys, importlib, os, imp, _sentencepiece
Import: netrc /Users/malmaud/anaconda3/lib/python3.7/netrc.py
Analysis of netrc (Stub) queued. Dependencies:
Analysis of distutils.filelist (Library) queued. Dependencies: distutils.filelist (stub), os, re, fnmatch, functools, distutils.util, distutils.errors, distutils, distutils.log, distutils.debug
Import: plotly.express._chart_types /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/express/_chart_types.py
Analysis of _socket (Compiled) queued. Dependencies:
Analysis of netrc (Library) queued. Dependencies: netrc (stub), os, shlex, stat, pwd
Import: plotly.express._core /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/express/_core.py
Analysis of pytorch_transformers.modeling_bert (Library) on depth 2 completed in 35.32 ms.
Import: plotly.express.data /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/express/data.py
Import: plotly.express.colors /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/express/colors.py
Analysis of plotly.express._chart_types (Library) queued. Dependencies: plotly.express._core, plotly.express._doc, plotly, plotly.graph_objs
Analysis of plotly.express.data (Library) queued. Dependencies: __future__, plotly.data
Analysis of pytorch_transformers.modeling_openai (Library) on depth 2 completed in 37.27 ms.
Analysis of plotly.express.colors (Library) queued. Dependencies: __future__, plotly.colors
Import: email._parseaddr /Users/malmaud/anaconda3/lib/python3.7/email/_parseaddr.py
Analysis of pytorch_transformers.modeling_roberta (Library) on depth 2 completed in 10.97 ms.
Import: email.charset /Users/malmaud/anaconda3/lib/python3.7/email/charset.py
Analysis of plotly.express._core (Library) queued. Dependencies: plotly, plotly.graph_objs, plotly.io, collections, _plotly_utils.basevalidators, plotly.express.colors, math, pandas, plotly.subplots, statsmodels, statsmodels.api, numpy
Analysis of email._parseaddr (Library) queued. Dependencies: time, calendar
Analysis of pytorch_transformers.modeling_distilbert (Library) on depth 2 completed in 34.93 ms.
Analysis of pytorch_transformers.modeling_utils (Library) on depth 2 completed in 36.02 ms.
Analysis of copy (Library) on depth 2 completed in 36.77 ms.
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Import: pytorch_transformers.modeling_transfo_xl_utilities /Users/malmaud/anaconda3/lib/python3.7/site-packages/pytorch_transformers/modeling_transfo_xl_utilities.py
Import: uu /Users/malmaud/anaconda3/lib/python3.7/uu.py
Analysis of json.encoder (Stub) on depth 3 completed in 0.62 ms.
Import: quopri /Users/malmaud/anaconda3/lib/python3.7/quopri.py
Analysis of pandas._libs (Library) on depth 2 completed in 1.4 ms.
Analysis of pandas._libs.tslib (Compiled) on depth 2 completed in 0.03 ms.
Analysis of pandas._libs.hashtable (Compiled) on depth 2 completed in 0.06 ms.
Analysis of pandas._libs.lib (Compiled) on depth 2 completed in 0.19 ms.
Analysis of quopri (Stub) queued. Dependencies:
Analysis of uu (Stub) queued. Dependencies: sys (stub)
Analysis of email.charset (Library) queued. Dependencies: email.charset (stub), functools, email, email.base64mime, email.quoprimime, email.errors, email.encoders
Analysis of uu (Library) queued. Dependencies: uu (stub), binascii, os, sys, optparse
Analysis of pandas.compat.numpy (Library) on depth 2 completed in 1.18 ms.
Analysis of quopri (Library) queued. Dependencies: quopri (stub), binascii, io, sys, getopt
Import: email.errors /Users/malmaud/anaconda3/lib/python3.7/email/errors.py
Import: email._encoded_words /Users/malmaud/anaconda3/lib/python3.7/email/_encoded_words.py
Analysis of email.errors (Stub) queued. Dependencies:
Analysis of email.errors (Library) queued. Dependencies: email.errors (stub)
Import: email.generator /Users/malmaud/anaconda3/lib/python3.7/email/generator.py
Analysis of email.generator (Stub) queued. Dependencies: email.message (stub), email.policy (stub)
Analysis of email._encoded_words (Library) queued. Dependencies: re, base64, binascii, functools, string, email, email.errors
Import: email.iterators /Users/malmaud/anaconda3/lib/python3.7/email/iterators.py
Analysis of pytorch_transformers.modeling_xlnet (Library) on depth 2 completed in 51.67 ms.
Import: email.policy /Users/malmaud/anaconda3/lib/python3.7/email/policy.py
Analysis of email.iterators (Stub) queued. Dependencies: email.message (stub)
Analysis of pytorch_transformers.modeling_transfo_xl_utilities (Library) queued. Dependencies: collections, numpy, torch, torch.nn, torch.nn.functional
Analysis of email.iterators (Library) queued. Dependencies: email.iterators (stub), sys, io
Import: plotly.graph_objs /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/__init__.py
Analysis of email.generator (Library) queued. Dependencies: email.generator (stub), re, sys, time, random, copy, io, email.utils
Analysis of pytorch_transformers.modeling_gpt2 (Library) on depth 2 completed in 53.14 ms.
Analysis of email.policy (Library) queued. Dependencies: email.policy (stub), re, email._policybase, email.utils, email.headerregistry, email.contentmanager, email.message
Analysis of pytorch_transformers.modeling_xlm (Library) on depth 2 completed in 63.47 ms.
Analysis of tensorflow (Library) queued. Dependencies: __future__, distutils, inspect, os, site, sys, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.tools, tensorflow.python.tools.module_util, tensorflow._api.v1, tensorflow._api.v1.app, tensorflow._api.v1.audio, tensorflow._api.v1.autograph, tensorflow._api.v1.bitwise, tensorflow._api.v1.compat, tensorflow._api.v1.config, tensorflow._api.v1.data, tensorflow._api.v1.debugging, tensorflow._api.v1.distribute, tensorflow._api.v1.distributions, tensorflow._api.v1.dtypes, tensorflow._api.v1.errors, tensorflow._api.v1.experimental, tensorflow._api.v1.feature_column, tensorflow._api.v1.gfile, tensorflow._api.v1.graph_util, tensorflow._api.v1.image, tensorflow._api.v1.initializers, tensorflow._api.v1.io, tensorflow._api.v1.layers, tensorflow._api.v1.linalg, tensorflow._api.v1.lite, tensorflow._api.v1.logging, tensorflow._api.v1.lookup, tensorflow._api.v1.losses, tensorflow._api.v1.manip, tensorflow._api.v1.math, tensorflow._api.v1.metrics, tensorflow._api.v1.nest, tensorflow._api.v1.nn, tensorflow._api.v1.profiler, tensorflow._api.v1.python_io, tensorflow._api.v1.quantization, tensorflow._api.v1.queue, tensorflow._api.v1.ragged, tensorflow._api.v1.random, tensorflow._api.v1.raw_ops, tensorflow._api.v1.resource_loader, tensorflow._api.v1.saved_model, tensorflow._api.v1.sets, tensorflow._api.v1.signal, tensorflow._api.v1.sparse, tensorflow._api.v1.spectral, tensorflow._api.v1.strings, tensorflow._api.v1.summary, tensorflow._api.v1.sysconfig, tensorflow._api.v1.test, tensorflow._api.v1.tpu, tensorflow._api.v1.train, tensorflow._api.v1.user_ops, tensorflow._api.v1.version, tensorflow._api.v1.xla, tensorflow.lite.python.lite, tensorflow.python.compat.v2_compat, tensorflow.python.eager.wrap_function, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_spec, tensorflow.python.framework.tensor_util, tensorflow.python.framework.versions, tensorflow.python.module.module, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.confusion_matrix, tensorflow.python.ops.control_flow_grad, tensorflow.python.ops.gen_spectral_ops, tensorflow.python.ops.logging_ops, tensorflow.python.ops.map_fn, tensorflow.python.ops.ragged.ragged_squeeze_op, tensorflow.python.ops.ragged.ragged_string_ops, tensorflow.python.ops.script_ops, tensorflow.python.ops.state_ops, tensorflow.python.ops.variable_scope, tensorflow.python.platform.tf_logging, tensorflow_estimator.python.estimator.api._v1, tensorflow_estimator.python.estimator.api._v1.estimator, tensorflow.python.keras.api._v1, tensorflow.python.keras.api._v1.keras, tensorflow.python.util.lazy_loader, tensorflow.python.platform, tensorflow.python.platform.flags, tensorflow.python.framework, tensorflow.python.framework.load_library, tensorflow.python.lib.io, tensorflow.python.lib.io.file_io, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of pytorch_transformers.modeling_transfo_xl (Library) on depth 2 completed in 74.17 ms.
Import: plotly.tools /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/tools.py
Import: plotly.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/utils.py
Import: plotly.offline /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/offline/__init__.py
Analysis of plotly.offline (Library) queued. Dependencies: plotly.offline.offline
Import: plotly.colors /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/colors.py
Analysis of plotly.utils (Library) queued. Dependencies: __future__, textwrap, pprint, _plotly_utils.utils
Analysis of plotly.colors (Library) queued. Dependencies: __future__, _plotly_utils.colors
Import: plotly.io /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/__init__.py
Import: plotly.data /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/data/__init__.py
Analysis of plotly.io (Library) queued. Dependencies: plotly.io._orca, plotly.io.orca, plotly.io._json, plotly.io._templates, plotly.io._html, plotly.io._renderers, plotly.io.base_renderers
Import: plotly._docstring_gen /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/_docstring_gen.py
Analysis of plotly.data (Library) queued. Dependencies: pandas, os
Analysis of plotly.tools (Library) queued. Dependencies: __future__, json, warnings, six, re, os, plotly, plotly.exceptions, plotly.optional_imports, plotly.files, plotly.graph_objs, plotly.graph_objs.graph_objs, plotly.subplots, plotly.basedatatypes, plotly.figure_factory
Import: plotly.version /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/version.py
Analysis of plotly._docstring_gen (Library) queued. Dependencies: __future__, re, plotly, plotly.io, plotly.basedatatypes, sys
Import: nose.failure /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/failure.py
Analysis of plotly.version (Library) queued. Dependencies: plotly._version, plotly._widget_version, distutils.version
Analysis of nose.failure (Library) queued. Dependencies: logging, unittest, traceback, nose.pyversion
Import: torch.optim.sgd /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/optim/sgd.py
Analysis of torch.optim.sgd (Stub) queued. Dependencies: torch.optim.optimizer
Analysis of torch.optim.sgd (Library) queued. Dependencies: torch.optim.sgd, torch, torch.optim.optimizer
Analysis of torch.optim.adam (Stub) queued. Dependencies: torch.optim.optimizer
Create compiled (scraped): termios /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/termios.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: _pytest /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/__init__.py
Analysis of termios (Stub) queued. Dependencies:
Analysis of _pytest (Library) queued. Dependencies: _pytest._version
Analysis of termios (Compiled) queued. Dependencies: termios (stub)
Import: _pytest.assertion /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/assertion/__init__.py
Import: _pytest.config /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/config/__init__.py
Analysis of _pytest.assertion (Library) queued. Dependencies: __future__, sys, six, _pytest.assertion.rewrite, _pytest.assertion.truncate, _pytest.assertion.util
Import: _pytest.debugging /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/debugging.py
Import: _pytest.fixtures /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/fixtures.py
Analysis of _pytest.debugging (Library) queued. Dependencies: __future__, pdb, sys, doctest, _pytest, _pytest.outcomes, _pytest.config
Import: _pytest.freeze_support /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/freeze_support.py
Import: _pytest.main /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/main.py
Analysis of _pytest.freeze_support (Library) queued. Dependencies: __future__, py, _pytest, os, pkgutil
Import: _pytest.mark /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/mark/__init__.py
Import: _pytest.nodes /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/nodes.py
Analysis of _pytest.config (Library) queued. Dependencies: __future__, argparse, copy, inspect, os, shlex, sys, types, warnings, py, six, pkg_resources, pluggy, _pytest, _pytest._code, _pytest.assertion, _pytest.hookspec, _pytest.config.exceptions, _pytest.config.findpaths, _pytest.compat, _pytest.outcomes, _pytest.main, _pytest.deprecated, _pytest.warnings, _pytest.config.argparsing, pytest, _pytest.warning_types
Import: _pytest.outcomes /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/outcomes.py
Analysis of _pytest.mark (Library) queued. Dependencies: __future__, _pytest.mark.legacy, _pytest.mark.structures, _pytest.config, _pytest
Import: _pytest.python /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/python.py
Analysis of _pytest.main (Library) queued. Dependencies: __future__, contextlib, functools, os, pkgutil, sys, attr, py, six, _pytest, _pytest._code, _pytest.nodes, _pytest.config, _pytest.outcomes, _pytest.runner, _pytest.python
Analysis of _pytest.outcomes (Library) queued. Dependencies: __future__, sys, warnings, pkg_resources
Import: _pytest.python_api /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/python_api.py
Analysis of _pytest.nodes (Library) queued. Dependencies: __future__, os, warnings, attr, py, six, _pytest, _pytest._code, _pytest.compat, _pytest.mark.structures, _pytest.outcomes, _pytest.deprecated, _pytest.warning_types, _pytest.mark
Import: _pytest.recwarn /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/recwarn.py
Analysis of _pytest.fixtures (Library) queued. Dependencies: __future__, functools, inspect, sys, warnings, collections, attr, py, six, more_itertools, py._code.code, _pytest, _pytest.nodes, _pytest._code.code, _pytest.compat, _pytest.deprecated, _pytest.outcomes, _pytest.python, pytest
Import: _pytest.warning_types /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/warning_types.py
Import: _pytest.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/compat.py
Analysis of _pytest.warning_types (Library) queued. Dependencies: attr
Analysis of _pytest.recwarn (Library) queued. Dependencies: __future__, inspect, re, sys, warnings, six, _pytest, _pytest._code, _pytest.fixtures, _pytest.outcomes
Import: pandas.core.dtypes /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/dtypes/__init__.py
Analysis of pandas.core.dtypes (Library) queued. Dependencies:
Analysis of _pytest.python_api (Library) queued. Dependencies: math, pprint, sys, decimal, numbers, six, more_itertools.more, _pytest, _pytest._code, _pytest.compat, _pytest.outcomes, numpy
Analysis of requests.api (Stub) queued. Dependencies: sys (stub), requests.models (stub)
Analysis of requests.status_codes (Stub) queued. Dependencies: requests.structures (stub)
Import: botocore.vendored /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/__init__.py
Analysis of requests.exceptions (Stub) queued. Dependencies:
Analysis of botocore.vendored (Library) queued. Dependencies:
Analysis of requests.models (Stub) queued. Dependencies: datetime (stub), types (stub), requests (stub), requests.hooks (stub), requests.structures (stub), requests.auth (stub), requests.cookies (stub), requests.exceptions (stub), requests.utils (stub), requests.compat (stub), requests.status_codes (stub)
Import: botocore.vendored.requests /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/__init__.py
Analysis of requests.sessions (Stub) queued. Dependencies: requests (stub), requests.adapters (stub), requests.auth (stub), requests.compat (stub), requests.cookies (stub), requests.models (stub), requests.hooks (stub), requests.utils (stub), requests.exceptions (stub), requests.structures (stub), requests.status_codes (stub)
Import: botocore.vendored.requests.packages /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/__init__.py
Analysis of botocore.vendored.requests (Library) queued. Dependencies: botocore.vendored.requests.packages.urllib3.contrib, botocore.vendored.requests.packages.urllib3.contrib.pyopenssl, botocore.vendored.requests.utils, botocore.vendored.requests.models, botocore.vendored.requests.api, botocore.vendored.requests.sessions, botocore.vendored.requests.status_codes, botocore.vendored.requests.exceptions, logging
Import: _strptime /Users/malmaud/anaconda3/lib/python3.7/_strptime.py
Analysis of _pytest.compat (Library) queued. Dependencies: __future__, codecs, functools, inspect, re, sys, contextlib, py, six, _pytest, _pytest.outcomes, enum, collections.abc, collections, importlib.util, types, pytest, io
Analysis of botocore.vendored.requests.packages (Library) queued. Dependencies: __future__, botocore.vendored.requests.packages.urllib3
Import: botocore.vendored.requests.packages.urllib3 /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/__init__.py
Analysis of botocore.vendored.requests.packages.urllib3 (Library) queued. Dependencies: botocore.vendored.requests.packages.urllib3.connectionpool, botocore.vendored.requests.packages.urllib3.exceptions, botocore.vendored.requests.packages.urllib3.filepost, botocore.vendored.requests.packages.urllib3.poolmanager, botocore.vendored.requests.packages.urllib3.response, botocore.vendored.requests.packages.urllib3.util.request, botocore.vendored.requests.packages.urllib3.util.url, botocore.vendored.requests.packages.urllib3.util.timeout, botocore.vendored.requests.packages.urllib3.util.retry, logging, warnings
Import: tqdm._tqdm /Users/malmaud/anaconda3/lib/python3.7/site-packages/tqdm/_tqdm.py
Analysis of _pytest.python (Library) queued. Dependencies: __future__, collections, fnmatch, inspect, os, sys, warnings, textwrap, py, six, _pytest, _pytest.deprecated, _pytest.fixtures, _pytest.nodes, _pytest._code, _pytest.compat, _pytest.config, _pytest.main, _pytest.mark.structures, _pytest.outcomes, _pytest.pathlib, _pytest.warning_types, _pytest._code.code, _pytest.mark
Import: tqdm._tqdm_gui /Users/malmaud/anaconda3/lib/python3.7/site-packages/tqdm/_tqdm_gui.py
Analysis of _strptime (Library) queued. Dependencies: time, locale, calendar, re, datetime, _thread
Import: tqdm._tqdm_pandas /Users/malmaud/anaconda3/lib/python3.7/site-packages/tqdm/_tqdm_pandas.py
Import: tqdm._main /Users/malmaud/anaconda3/lib/python3.7/site-packages/tqdm/_main.py
Analysis of tqdm._tqdm_pandas (Library) queued. Dependencies: sys, tqdm
Analysis of tqdm._tqdm_gui (Library) queued. Dependencies: __future__, time, tqdm._utils, tqdm._tqdm, warnings, matplotlib, matplotlib.pyplot, collections
Import: tqdm._monitor /Users/malmaud/anaconda3/lib/python3.7/site-packages/tqdm/_monitor.py
Import: tqdm._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/tqdm/_version.py
Analysis of tqdm._monitor (Library) queued. Dependencies: threading, time, warnings, atexit
Analysis of tqdm._main (Library) queued. Dependencies: tqdm._tqdm, tqdm._version, sys, re, logging, os, shutil, pkg_resources
Create compiled (scraped): _datetime /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: tqdm._tqdm_notebook /Users/malmaud/anaconda3/lib/python3.7/site-packages/tqdm/_tqdm_notebook.py
Analysis of tqdm._version (Library) queued. Dependencies: os, io
Analysis of tqdm._tqdm (Library) queued. Dependencies: __future__, tqdm._utils, tqdm._monitor, sys, numbers, time, contextlib, multiprocessing, threading, warnings, pandas.core.frame, pandas.core.series, pandas, pandas.core.window, pandas.core.groupby.groupby, pandas.core.groupby
Analysis of _datetime (Compiled) queued. Dependencies: datetime
Analysis of datetime (Library) on depth 2 completed in 111.48 ms.
Import: urllib3 /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/__init__.py
Analysis of pandas.core (Library) on depth 2 completed in 0.04 ms.
Analysis of pandas.tseries (Library) on depth 2 completed in 0.1 ms.
Analysis of pandas.tseries.api (Library) on depth 2 completed in 0.43 ms.
Import: chardet /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/__init__.py
Import: requests.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/exceptions.py
Analysis of urllib3 (Library) queued. Dependencies: __future__, warnings, urllib3.connectionpool, urllib3.exceptions, urllib3.filepost, urllib3.poolmanager, urllib3.response, urllib3.util.request, urllib3.util.url, urllib3.util.timeout, urllib3.util.retry, logging
Import: pandas.core.sparse.frame /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/sparse/frame.py
Analysis of tqdm._tqdm_notebook (Library) queued. Dependencies: __future__, sys, tqdm._utils, tqdm._tqdm, ipywidgets, warnings, IPython, IPython.html, IPython.display, html, cgi
Analysis of chardet (Library) queued. Dependencies: chardet.compat, chardet.universaldetector, chardet.version
Import: pandas.core.groupby /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/groupby/__init__.py
Import: urllib3.contrib /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/contrib/__init__.py
Import: pandas._config.dates /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_config/dates.py
Analysis of requests.exceptions (Library) queued. Dependencies: requests.exceptions (stub), urllib3.exceptions
Import: pandas.core.computation.eval /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/eval.py
Analysis of pandas.core.groupby (Library) queued. Dependencies: pandas.core.groupby.generic, pandas.core.groupby.groupby, pandas.core.groupby.grouper
Analysis of pandas.core.sparse.api (Library) on depth 2 completed in 3.18 ms.
Import: pandas.plotting._matplotlib /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/__init__.py
Analysis of urllib3.contrib (Library) queued. Dependencies:
Analysis of pandas._config.dates (Library) queued. Dependencies: pandas._config, pandas._config.config
Analysis of pandas.core.computation.api (Library) on depth 2 completed in 23.32 ms.
Import: pandas.core.indexes.interval /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/interval.py
Import: pandas.core.reshape.melt /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/reshape/melt.py
Analysis of pandas.core.config_init (Library) on depth 2 completed in 24.43 ms.
Analysis of __future__ (Library) on depth 2 completed in 0.89 ms.
Analysis of pandas.plotting._matplotlib (Library) queued. Dependencies: pandas._config, pandas.plotting._matplotlib.boxplot, pandas.plotting._matplotlib.converter, pandas.plotting._matplotlib.core, pandas.plotting._matplotlib.hist, pandas.plotting._matplotlib.misc, pandas.plotting._matplotlib.timeseries, pandas.plotting._matplotlib.tools, matplotlib, matplotlib.pyplot
Import: pandas.core.reshape.merge /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/reshape/merge.py
Analysis of pandas.core.computation.eval (Library) queued. Dependencies: tokenize, warnings, pandas.util._validators, pandas.core.computation.engines, pandas.core.computation.scope, pandas.io.formats.printing, pandas.core.computation.check, pandas.core.computation.expr
Analysis of numpy._globals (Library) on depth 2 completed in 1.67 ms.
Analysis of numpy.version (Library) on depth 2 completed in 0.06 ms.
Analysis of numpy.__config__ (Library) on depth 2 completed in 6.11 ms.
Import: pandas.core.reshape.pivot /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/reshape/pivot.py
Import: dateutil.easter /Users/malmaud/anaconda3/lib/python3.7/site-packages/dateutil/easter.py
Analysis of pandas.core.reshape.melt (Library) queued. Dependencies: re, numpy, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core.arrays, pandas.core.frame, pandas.core.indexes.base, pandas.core.reshape.concat, pandas.core.tools.numeric, pandas, pandas.core, pandas.core.dtypes, pandas.core.dtypes.concat
Analysis of pandas.core.sparse.frame (Library) queued. Dependencies: warnings, numpy, pandas._libs.lib, pandas._libs.sparse, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas, pandas.core, pandas.core.algorithms, pandas.core.arrays.sparse, pandas.core.common, pandas.core.frame, pandas.core.generic, pandas.core.index, pandas.core.internals, pandas.core.internals.construction, pandas.core.ops, pandas.core.series, pandas.core.sparse.series, pandas.io.pickle, pandas.core.apply
Analysis of pandas.util._print_versions (Library) on depth 2 completed in 9.51 ms.
Import: urllib3.contrib.pyopenssl /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py
Create compiled (scraped): numpy._mklinit /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/_mklinit.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.core.api (Library) on depth 2 completed in 37.83 ms.
Analysis of numpy._distributor_init (Library) on depth 2 completed in 12.72 ms.
Analysis of numpy._mklinit (Compiled) queued. Dependencies:
Create compiled (scraped): pandas._libs.tslibs.offsets /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/offsets.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: pandas._config.display /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_config/display.py
Analysis of dateutil.easter (Library) queued. Dependencies: datetime
Analysis of pandas._config (Library) on depth 2 completed in 39.02 ms.
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.offsets /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: numpy.core.info /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/info.py
Analysis of pandas._config.display (Library) queued. Dependencies: locale, sys, pandas._config, pandas._config.config
Analysis of numpy.fft (Library) on depth 2 completed in 9.13 ms.
Analysis of pandas.core.reshape.pivot (Library) queued. Dependencies: numpy, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas, pandas.core, pandas.core.common, pandas.core.frame, pandas.core.groupby, pandas.core.index, pandas.core.reshape.concat, pandas.core.reshape.util, pandas.core.series
Analysis of numpy.core.info (Library) queued. Dependencies: __future__
Analysis of numpy.random (Library) on depth 2 completed in 0.98 ms.
Analysis of numpy.polynomial (Library) on depth 2 completed in 1.05 ms.
Import: pandas.core.reshape.tile /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/reshape/tile.py
Import: numpy.lib.info /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/info.py
Import: numpy.compat.py3k /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/compat/py3k.py
Import: numpy.core.defchararray /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/defchararray.py
Import: numpy.linalg.info /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/linalg/info.py
Analysis of numpy.compat (Library) on depth 2 completed in 5.37 ms.
Analysis of pandas.core.reshape.api (Library) on depth 2 completed in 40.58 ms.
Analysis of numpy.lib.info (Library) queued. Dependencies: __future__
Analysis of numpy.compat.py3k (Library) queued. Dependencies: __future__, sys, pathlib, io, importlib, importlib.machinery, imp, os, abc
Import: numpy.core.records /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/records.py
Analysis of pandas.core.reshape.merge (Library) queued. Dependencies: copy, functools, string, warnings, numpy, pandas._libs, pandas._libs.hashtable, pandas._libs.lib, pandas, pandas._libs.join, pandas.errors, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas.core, pandas.core.algorithms, pandas.core.arrays.categorical, pandas.core.common, pandas.core.frame, pandas.core.internals, pandas.core.sorting, pandas.core.reshape.concat
Analysis of pandas.core.reshape.tile (Library) queued. Dependencies: functools, numpy, pandas._libs.lib, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas, pandas.core, pandas.core.algorithms, pandas.core.nanops
Import: numpy.core.memmap /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/memmap.py
Analysis of pandas.core.indexes.interval (Library) queued. Dependencies: operator, textwrap, warnings, numpy, pandas._config, pandas._libs, pandas._libs.lib, pandas._libs.interval, pandas.util._decorators, pandas.util._exceptions, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas._typing, pandas.core.arrays.interval, pandas, pandas.core, pandas.core.common, pandas.core.indexes, pandas.core.indexes.base, pandas.core.indexes.datetimes, pandas.core.indexes.multi, pandas.core.indexes.timedeltas, pandas.core.ops, pandas.tseries.frequencies, pandas.tseries.offsets, pandas.io.formats.format
Analysis of urllib3.contrib.pyopenssl (Library) queued. Dependencies: __future__, OpenSSL, OpenSSL.SSL, cryptography, cryptography.x509, cryptography.hazmat.backends.openssl, cryptography.hazmat.backends.openssl.backend, cryptography.hazmat.backends.openssl.x509, socket, io, urllib3.packages.backports.makefile, logging, ssl, urllib3.packages, urllib3.packages.six, sys, urllib3, urllib3.util, cryptography.x509.extensions, OpenSSL.crypto, idna
Import: numpy.core.function_base /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/function_base.py
Analysis of numpy.core.memmap (Library) queued. Dependencies: __future__, numpy, numpy.core.numeric, numpy.compat, numpy.core.overrides, mmap, os
Import: numpy.core.machar /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/machar.py
Import: numpy.core.getlimits /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/getlimits.py
Analysis of numpy.core.records (Library) queued. Dependencies: __future__, sys, os, warnings, numpy.core, numpy.core.numeric, numpy.core.numerictypes, numpy.compat, numpy.core.overrides, numpy.core.arrayprint
Analysis of numpy.core.function_base (Library) queued. Dependencies: __future__, functools, warnings, operator, numpy.core, numpy.core.numeric, numpy.core.multiarray, numpy.core.overrides
Import: numpy.core.shape_base /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/shape_base.py
Analysis of numpy.core.defchararray (Library) queued. Dependencies: __future__, functools, sys, numpy.core.numerictypes, numpy.core.numeric, numpy.core.multiarray, numpy.core.overrides, numpy.core, numpy.compat, numpy
Analysis of numpy.core.machar (Library) queued. Dependencies: __future__, numpy.core.fromnumeric, numpy.core.numeric, numpy.core.overrides, math
Import: numpy.lib.nanfunctions /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/nanfunctions.py
Import: numpy.core.einsumfunc /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/einsumfunc.py
Analysis of numpy.core.getlimits (Library) queued. Dependencies: __future__, warnings, numpy.core.machar, numpy.core.overrides, numpy.core, numpy.core.numeric, numpy.core.numerictypes, numpy.core.umath
Import: numpy.lib.shape_base /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/shape_base.py
Analysis of numpy.core.shape_base (Library) queued. Dependencies: __future__, functools, operator, types, warnings, numpy.core, numpy.core.numeric, numpy.core.overrides, numpy.core.multiarray
Import: cryptography /Users/malmaud/anaconda3/lib/python3.7/site-packages/cryptography/__init__.py
Import: urllib3.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/exceptions.py
Analysis of numpy.lib.nanfunctions (Library) queued. Dependencies: __future__, functools, warnings, numpy, numpy.lib, numpy.lib.function_base, numpy.core, numpy.core.overrides
Analysis of cryptography (Library) queued. Dependencies: __future__, cryptography.__about__
Import: requests.__version__ /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/__version__.py
Import: numpy.core._add_newdocs /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/_add_newdocs.py
Analysis of numpy.lib.shape_base (Library) queued. Dependencies: __future__, functools, warnings, numpy, numpy.core, numpy.core.numeric, numpy.core.fromnumeric, numpy.core.multiarray, numpy.core.overrides, numpy.core.shape_base, numpy.lib.index_tricks, numpy.matrixlib.defmatrix
Import: numpy.lib.stride_tricks /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/stride_tricks.py
Import: numpy.linalg.linalg /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/linalg/linalg.py
Analysis of numpy.linalg.info (Library) queued. Dependencies: __future__
Analysis of urllib3.exceptions (Library) queued. Dependencies: __future__
Import: numpy.lib.twodim_base /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/twodim_base.py
Analysis of numpy.lib.stride_tricks (Library) queued. Dependencies: __future__, numpy, numpy.core.overrides
Analysis of numpy.core.einsumfunc (Library) queued. Dependencies: __future__, itertools, numpy.compat, numpy.core.multiarray, numpy.core.numeric, numpy.core.overrides
Analysis of numpy.linalg (Library) on depth 2 completed in 80.65 ms.
Analysis of requests.__version__ (Library) queued. Dependencies:
Import: numpy.core._dtype_ctypes /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/core/_dtype_ctypes.py
Import: numpy.lib.ufunclike /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/ufunclike.py
Analysis of logging (Library) on depth 3 completed in 81.37 ms.
Analysis of numpy.lib.twodim_base (Library) queued. Dependencies: __future__, functools, numpy.core.numeric, numpy.core.overrides, numpy.core, numpy
Analysis of numpy.core (Library) on depth 2 completed in 97.58 ms.
Import: numpy.lib.histograms /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/histograms.py
Import: boto3.session /Users/malmaud/anaconda3/lib/python3.7/site-packages/boto3/session.py
Analysis of numpy.lib.ufunclike (Library) queued. Dependencies: __future__, numpy, numpy.core, numpy.core.numeric, numpy.core.overrides, warnings, functools
Analysis of numpy.core._add_newdocs (Library) queued. Dependencies: __future__, numpy.core, numpy.core.numerictypes, numpy.core.function_base
Analysis of numpy.core._dtype_ctypes (Library) queued. Dependencies: _ctypes, ctypes, numpy
Create compiled (scraped): _sha1 /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_sha1.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of boto3 (Library) on depth 3 completed in 8.94 ms.
Analysis of numpy.linalg.linalg (Library) queued. Dependencies: __future__, functools, operator, warnings, numpy.core, numpy.core.multiarray, numpy.core.overrides, numpy.lib.twodim_base, numpy.linalg, numpy.linalg.lapack_lite, numpy.linalg._umath_linalg
Import: requests.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/utils.py
Analysis of requests.utils (Stub) queued. Dependencies: requests (stub), requests.compat (stub), requests.cookies (stub), requests.structures (stub), requests.exceptions (stub)
Analysis of numpy.lib.histograms (Library) queued. Dependencies: __future__, functools, operator, warnings, numpy, numpy.compat.py3k, numpy.core, numpy.core.overrides
Analysis of _sha1 (Compiled) queued. Dependencies:
Analysis of boto3.session (Library) queued. Dependencies: copy, os, botocore, botocore.session, botocore.client, botocore.exceptions, boto3, boto3.utils, boto3.exceptions, boto3.resources.factory
Import: requests.packages /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/packages.py
Create compiled (scraped): _md5 /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_md5.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: requests.models /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/models.py
Analysis of fnmatch (Library) on depth 3 completed in 12.51 ms.
Analysis of requests.packages (Library) queued. Dependencies: sys
Import: numpy.lib.polynomial /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/polynomial.py
Import: requests.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/api.py
Analysis of _md5 (Compiled) queued. Dependencies:
Analysis of requests.utils (Library) queued. Dependencies: requests.utils (stub), codecs, contextlib, io, os, re, socket, struct, sys, tempfile, warnings, zipfile, requests.__version__, requests, requests.certs, requests._internal_utils, requests.compat, requests.cookies, requests.structures, requests.exceptions, netrc
Analysis of botocore.exceptions (Library) on depth 3 completed in 27.04 ms.
Import: botocore.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/compat.py
Create compiled (scraped): _sha256 /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_sha256.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of numpy.lib.polynomial (Library) queued. Dependencies: __future__, functools, re, warnings, numpy, numpy.core, numpy.core.numeric, numpy.core.overrides, numpy.lib.twodim_base, numpy.lib.function_base, numpy.lib.type_check, numpy.linalg
Analysis of tempfile (Library) on depth 3 completed in 42.19 ms.
Analysis of tqdm (Library) on depth 3 completed in 6.57 ms.
Import: requests.sessions /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/sessions.py
Import: numpy.lib.arraysetops /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/arraysetops.py
Analysis of requests.api (Library) queued. Dependencies: requests.api (stub), requests, requests.sessions
Analysis of requests.models (Library) queued. Dependencies: requests.models (stub), datetime, sys, encodings, encodings.idna, urllib3.fields, urllib3.filepost, urllib3.util, urllib3.exceptions, io, requests.hooks, requests.structures, requests.auth, requests.cookies, requests.exceptions, requests._internal_utils, requests.utils, requests.compat, requests.status_codes, idna
Analysis of _sha256 (Compiled) queued. Dependencies:
Analysis of numpy.lib.arraysetops (Library) queued. Dependencies: __future__, functools, numpy, numpy.core, numpy.core.overrides
Analysis of torch.hub (Library) on depth 3 completed in 10.51 ms.
Analysis of shutil (Library) on depth 3 completed in 54.06 ms.
Import: requests.status_codes /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/status_codes.py
Create compiled (scraped): _sha512 /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_sha512.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: numpy.lib.npyio /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/npyio.py
Analysis of _sha512 (Compiled) queued. Dependencies:
Import: imp /Users/malmaud/anaconda3/lib/python3.7/imp.py
Import: botocore.endpoint /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/endpoint.py
Analysis of requests.status_codes (Library) queued. Dependencies: requests.status_codes (stub), requests.structures
Analysis of requests (Library) on depth 3 completed in 17.96 ms.
Analysis of imp (Stub) queued. Dependencies: os (stub), sys (stub), types (stub), _imp (stub)
Analysis of botocore.config (Library) on depth 3 completed in 51.14 ms.
Analysis of botocore.compat (Library) queued. Dependencies: copy, datetime, sys, inspect, warnings, hashlib, logging, shlex, math, botocore.vendored, botocore.vendored.six, botocore.exceptions, urllib3, urllib3.exceptions, urllib.parse, http.client, io, base64, email.utils, itertools, urllib, email.message, collections, xml, xml.etree, xml.etree.cElementTree, json
Create compiled (scraped): _blake2 /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of requests.sessions (Library) queued. Dependencies: requests.sessions (stub), os, sys, time, datetime, requests.auth, requests.compat, requests.cookies, requests.models, requests.hooks, requests._internal_utils, requests.utils, requests.exceptions, requests.structures, requests.adapters, requests.status_codes
Analysis of _blake2 (Compiled) queued. Dependencies:
Analysis of botocore.endpoint (Library) queued. Dependencies: os, logging, time, threading, botocore.vendored, botocore.vendored.six, botocore.awsrequest, botocore.exceptions, botocore.httpsession, botocore.utils, botocore.hooks, botocore.history, botocore.response, botocore, botocore.parsers
Import: numpy.lib.financial /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/financial.py
Import: distutils.unixccompiler /Users/malmaud/anaconda3/lib/python3.7/distutils/unixccompiler.py
Create compiled (scraped): _sha3 /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of distutils.unixccompiler (Stub) queued. Dependencies: distutils.ccompiler (stub)
Analysis of imp (Library) queued. Dependencies: imp (stub), _imp, importlib._bootstrap, importlib._bootstrap_external, importlib, importlib.machinery, importlib.util, os, sys, tokenize, types, warnings
Analysis of _sha3 (Compiled) queued. Dependencies:
Import: joblib /Users/malmaud/anaconda3/lib/python3.7/site-packages/joblib/__init__.py
Analysis of joblib (Library) queued. Dependencies: joblib.memory, joblib.logger, joblib.hashing, joblib.numpy_pickle, joblib.compressor, joblib.parallel, joblib.externals.loky
Analysis of distutils.unixccompiler (Library) queued. Dependencies: distutils.unixccompiler (stub), os, sys, re, distutils, distutils.sysconfig, distutils.dep_util, distutils.ccompiler, distutils.errors, distutils.log, _osx_support
Import: numpy.lib.arrayterator /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/arrayterator.py
Import: numpy.lib.arraypad /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/arraypad.py
Analysis of decimal (Stub) queued. Dependencies:
Analysis of urllib.parse (Library) on depth 3 completed in 38.41 ms.
Analysis of numpy.lib.financial (Library) queued. Dependencies: __future__, decimal, functools, numpy, numpy.core, numpy.core.overrides
Analysis of numpy.lib.arrayterator (Library) queued. Dependencies: __future__, operator, functools, numpy.compat
Analysis of numpy.lib.npyio (Library) queued. Dependencies: __future__, sys, os, re, functools, itertools, warnings, weakref, operator, numpy, numpy.lib, numpy.lib.format, numpy.lib._datasource, numpy.core, numpy.core.overrides, numpy.core.multiarray, numpy.core._internal, numpy.lib._iotools, numpy.compat, numpy.core.numeric, collections.abc, collections, zipfile, tempfile, locale, numpy.ma, numpy.ma.mrecords
Analysis of numpy.lib.arraypad (Library) queued. Dependencies: __future__, numpy, numpy.core.overrides
Analysis of yaml.reader (Library) on depth 3 completed in 3.4 ms.
Create compiled (scraped): _hashlib /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of math (Compiled) on depth 3 completed in 8.23 ms.
Import: multiprocessing.pool /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/pool.py
Analysis of multiprocessing.pool (Stub) queued. Dependencies:
Analysis of _hashlib (Compiled) queued. Dependencies:
Analysis of yaml.parser (Library) on depth 3 completed in 13.76 ms.
Import: plotly.optional_imports /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/optional_imports.py
Import: numpy.lib._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/_version.py
Analysis of plotly.optional_imports (Library) queued. Dependencies: _plotly_utils.optional_imports
Analysis of numpy.lib (Library) on depth 2 completed in 207.85 ms.
Analysis of numpy.lib._version (Library) queued. Dependencies: __future__, re, numpy.compat
Analysis of hashlib (Library) on depth 3 completed in 120.34 ms.
Import: plotly.figure_factory._2d_density /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_2d_density.py
Analysis of multiprocessing.pool (Library) queued. Dependencies: multiprocessing.pool (stub), threading, queue, itertools, collections, os, time, traceback, multiprocessing, multiprocessing.util, multiprocessing.dummy
Import: plotly.figure_factory._annotated_heatmap /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_annotated_heatmap.py
Analysis of plotly.figure_factory._2d_density (Library) queued. Dependencies: __future__, numbers, plotly, plotly.exceptions, plotly.colors, plotly.graph_objs, plotly.graph_objs.graph_objs
Import: plotly.figure_factory._bullet /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_bullet.py
Import: plotly.figure_factory._candlestick /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_candlestick.py
Analysis of plotly.figure_factory._annotated_heatmap (Library) queued. Dependencies: __future__, plotly, plotly.exceptions, plotly.optional_imports, plotly.colors, plotly.figure_factory, plotly.figure_factory.utils, plotly.graph_objs, plotly.graph_objs.graph_objs, plotly.validators.heatmap
Analysis of yaml.scanner (Library) on depth 3 completed in 31.4 ms.
Import: plotly.figure_factory._dendrogram /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_dendrogram.py
Analysis of plotly.figure_factory._bullet (Library) queued. Dependencies: __future__, collections, math, plotly, plotly.exceptions, plotly.optional_imports, plotly.colors, plotly.figure_factory, plotly.figure_factory.utils, plotly.graph_objs
Analysis of plotly.figure_factory._candlestick (Library) queued. Dependencies: __future__, plotly.figure_factory, plotly.figure_factory.utils, plotly.figure_factory._ohlc, plotly.graph_objs, plotly.graph_objs.graph_objs
Import: plotly.figure_factory._distplot /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_distplot.py
Analysis of plotly.figure_factory._dendrogram (Library) queued. Dependencies: __future__, collections, plotly, plotly.exceptions, plotly.optional_imports, plotly.graph_objs, plotly.graph_objs.graph_objs
Import: plotly.figure_factory._facet_grid /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_facet_grid.py
Analysis of plotly.figure_factory._distplot (Library) queued. Dependencies: __future__, plotly, plotly.exceptions, plotly.optional_imports, plotly.figure_factory, plotly.figure_factory.utils, plotly.graph_objs, plotly.graph_objs.graph_objs
Import: plotly.figure_factory._gantt /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_gantt.py
Import: plotly.figure_factory._ohlc /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_ohlc.py
Import: plotly.figure_factory._quiver /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_quiver.py
Import: plotly.figure_factory._scatterplot /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_scatterplot.py
Analysis of plotly.figure_factory._ohlc (Library) queued. Dependencies: __future__, plotly, plotly.exceptions, plotly.graph_objs, plotly.graph_objs.graph_objs, plotly.figure_factory, plotly.figure_factory.utils
Analysis of plotly.figure_factory._facet_grid (Library) queued. Dependencies: __future__, plotly, plotly.exceptions, plotly.optional_imports, plotly.colors, plotly.figure_factory, plotly.figure_factory.utils, plotly.subplots, math, numbers
Analysis of plotly.figure_factory._quiver (Library) queued. Dependencies: __future__, math, plotly, plotly.exceptions, plotly.graph_objs, plotly.graph_objs.graph_objs, plotly.figure_factory, plotly.figure_factory.utils
Analysis of plotly.figure_factory._gantt (Library) queued. Dependencies: __future__, numbers, copy, plotly, plotly.exceptions, plotly.optional_imports, plotly.colors, plotly.figure_factory, plotly.figure_factory.utils, plotly.graph_objects
Import: plotly.figure_factory._streamline /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_streamline.py
Import: plotly.figure_factory._table /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_table.py
Import: plotly.figure_factory._ternary_contour /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_ternary_contour.py
Analysis of plotly.figure_factory._table (Library) queued. Dependencies: __future__, plotly, plotly.exceptions, plotly.optional_imports, plotly.graph_objs, plotly.graph_objs.graph_objs
Analysis of plotly.figure_factory._streamline (Library) queued. Dependencies: __future__, math, plotly, plotly.exceptions, plotly.optional_imports, plotly.figure_factory, plotly.figure_factory.utils, plotly.graph_objs, plotly.graph_objs.graph_objs
Import: plotly.figure_factory._trisurf /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_trisurf.py
Analysis of plotly.figure_factory._scatterplot (Library) queued. Dependencies: __future__, six, plotly, plotly.exceptions, plotly.optional_imports, plotly.colors, plotly.figure_factory, plotly.figure_factory.utils, plotly.graph_objs, plotly.graph_objs.graph_objs, plotly.tools
Import: plotly.figure_factory._violin /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_violin.py
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/offsets.cpython-37m-darwin.pyi
Import: plotly.figure_factory._county_choropleth /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/_county_choropleth.py
Analysis of pandas._libs.tslibs.offsets (Compiled) queued. Dependencies:
Analysis of plotly.figure_factory._trisurf (Library) queued. Dependencies: __future__, plotly, plotly.exceptions, plotly.optional_imports, plotly.colors, plotly.graph_objs, plotly.graph_objs.graph_objs
Analysis of plotly.figure_factory._ternary_contour (Library) queued. Dependencies: __future__, plotly, plotly.colors, plotly.graph_objs, plotly.graph_objs.graph_objs, plotly.exceptions, plotly.optional_imports
Import: distutils.text_file /Users/malmaud/anaconda3/lib/python3.7/distutils/text_file.py
Analysis of distutils.text_file (Stub) queued. Dependencies:
Analysis of plotly.figure_factory._violin (Library) queued. Dependencies: __future__, numbers, plotly, plotly.exceptions, plotly.optional_imports, plotly.colors, plotly.graph_objs, plotly.graph_objs.graph_objs, plotly.tools
Create compiled (scraped): pandas._libs.tslibs.c_timestamp /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/c_timestamp.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.c_timestamp /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of distutils.text_file (Library) queued. Dependencies: distutils.text_file (stub), sys, io
Analysis of plotly.figure_factory._county_choropleth (Library) queued. Dependencies: io, numpy, os, pandas, warnings, math, numbers, plotly, plotly.optional_imports, plotly.colors, plotly.figure_factory, plotly.figure_factory.utils, plotly.exceptions, plotly.graph_objs
Analysis of pandas.tseries.offsets (Library) on depth 2 completed in 343.16 ms.
Analysis of plotly.graph_objs (Library) queued. Dependencies: plotly.basedatatypes, copy, re, plotly.validators.layout, plotly.validators, plotly.validators.waterfall, _plotly_utils.basevalidators, plotly.validators.volume, plotly.validators.violin, plotly.validators.table, plotly.validators.surface, plotly.validators.sunburst, plotly.validators.streamtube, plotly.validators.splom, plotly.validators.scatterternary, plotly.validators.scatterpolargl, plotly.validators.scatterpolar, plotly.validators.scattermapbox, plotly.validators.scattergl, plotly.validators.scattergeo, plotly.validators.scattercarpet, plotly.validators.scatter3d, plotly.validators.scatter, plotly.validators.sankey, plotly.validators.pointcloud, plotly.validators.pie, plotly.validators.parcoords, plotly.validators.parcats, plotly.validators.ohlc, plotly.validators.mesh3d, plotly.validators.isosurface, plotly.validators.indicator, plotly.validators.histogram2dcontour, plotly.validators.histogram2d, plotly.validators.histogram, plotly.validators.heatmapgl, plotly.validators.heatmap, plotly.validators.funnelarea, plotly.validators.funnel, plotly.validators.densitymapbox, plotly.validators.contourcarpet, plotly.validators.contour, plotly.validators.cone, plotly.validators.choroplethmapbox, plotly.validators.choropleth, plotly.validators.carpet, plotly.validators.candlestick, plotly.validators.box, plotly.validators.barpolar, plotly.validators.bar, plotly.validators.area, plotly.validators.frame, plotly.graph_objs.waterfall, plotly.graph_objs.volume, plotly.graph_objs.violin, plotly.graph_objs.table, plotly.graph_objs.surface, plotly.graph_objs.sunburst, plotly.graph_objs.streamtube, plotly.graph_objs.splom, plotly.graph_objs.scatterternary, plotly.graph_objs.scatterpolargl, plotly.graph_objs.scatterpolar, plotly.graph_objs.scattermapbox, plotly.graph_objs.scattergl, plotly.graph_objs.scattergeo, plotly.graph_objs.scattercarpet, plotly.graph_objs.scatter3d, plotly.graph_objs.scatter, plotly.graph_objs.sankey, plotly.graph_objs.pointcloud, plotly.graph_objs.pie, plotly.graph_objs.parcoords, plotly.graph_objs.parcats, plotly.graph_objs.ohlc, plotly.graph_objs.mesh3d, plotly.graph_objs.isosurface, plotly.graph_objs.indicator, plotly.graph_objs.histogram2dcontour, plotly.graph_objs.histogram2d, plotly.graph_objs.histogram, plotly.graph_objs.heatmapgl, plotly.graph_objs.heatmap, plotly.graph_objs.funnelarea, plotly.graph_objs.funnel, plotly.graph_objs.densitymapbox, plotly.graph_objs.contourcarpet, plotly.graph_objs.contour, plotly.graph_objs.cone, plotly.graph_objs.choroplethmapbox, plotly.graph_objs.choropleth, plotly.graph_objs.carpet, plotly.graph_objs.candlestick, plotly.graph_objs.box, plotly.graph_objs.barpolar, plotly.graph_objs.bar, plotly.graph_objs.area, plotly.graph_objs.layout, plotly.graph_objs._figure, ipywidgets, distutils.version, plotly.graph_objs._figurewidget, plotly.graph_objs._deprecations
Analysis of torch (Stub) on depth 3 completed in 277.63 ms.
Analysis of numpy.testing._private (Library) on depth 3 completed in 2.45 ms.
Analysis of torch.optim (Stub) on depth 3 completed in 2.18 ms.
Analysis of keyword (Stub) on depth 3 completed in 10.46 ms.
Analysis of unittest (Library) on depth 3 completed in 21.57 ms.
Analysis of pytest (Library) on depth 3 completed in 22.04 ms.
Analysis of _json (Stub) on depth 4 completed in 21.5 ms.
Analysis of numpy.testing._private.decorators (Library) on depth 3 completed in 23.9 ms.
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/c_timestamp.cpython-37m-darwin.pyi
Create compiled (scraped): pandas._libs.tslibs.timestamps /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/timestamps.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas._libs.tslibs.c_timestamp (Compiled) queued. Dependencies:
Analysis of pandas.core.arrays.array_ (Library) on depth 4 completed in 11.66 ms.
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.timestamps /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of numpy.testing._private.nosetester (Library) on depth 3 completed in 36.25 ms.
Analysis of pandas.core.arrays.integer (Library) on depth 4 completed in 39.04 ms.
Analysis of pandas.core.arrays.base (Library) on depth 4 completed in 54.61 ms.
Analysis of pandas.core.arrays.datetimes (Library) on depth 4 completed in 57.78 ms.
Analysis of pandas.core.arrays.numpy_ (Library) on depth 4 completed in 21.88 ms.
Analysis of pandas.core.arrays.interval (Library) on depth 4 completed in 26 ms.
Analysis of pandas.core.arrays.period (Library) on depth 4 completed in 26.43 ms.
Analysis of bisect (Library) on depth 4 completed in 1.35 ms.
Analysis of torch.optim.optimizer (Stub) on depth 4 completed in 3.92 ms.
Analysis of numpy.testing._private.utils (Library) on depth 3 completed in 102.2 ms.
Analysis of pandas.core.arrays.categorical (Library) on depth 4 completed in 73 ms.
Analysis of torch._six (Library) on depth 4 completed in 2 ms.
Analysis of numpy.matrixlib.defmatrix (Library) on depth 3 completed in 7.67 ms.
Analysis of numpy.distutils.cpuinfo (Library) on depth 3 completed in 104.78 ms.
Analysis of pandas.core.arrays.timedeltas (Library) on depth 4 completed in 16.34 ms.
Analysis of pandas.core.arrays.sparse (Library) on depth 4 completed in 22.66 ms.
Analysis of pandas.util.testing (Library) on depth 3 completed in 20.38 ms.
Analysis of importlib.machinery (Library) on depth 3 completed in 4.12 ms.
Analysis of importlib (Library) on depth 3 completed in 4.83 ms.
Analysis of numpy.core.multiarray (Library) on depth 3 completed in 4.91 ms.
Analysis of linecache (Library) on depth 3 completed in 7.32 ms.
Analysis of dis (Library) on depth 3 completed in 10.51 ms.
Analysis of tokenize (Library) on depth 3 completed in 13.84 ms.
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of numpy.distutils.__version__ (Library) on depth 4 completed in 0.27 ms.
Analysis of distutils (Library) on depth 4 completed in 0.18 ms.
Import: multiprocessing.context /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/context.py
Analysis of distutils.errors (Library) on depth 4 completed in 5.73 ms.
Analysis of numpy.ma.extras (Library) on depth 3 completed in 21.11 ms.
Analysis of glob (Library) on depth 4 completed in 7.09 ms.
Analysis of multiprocessing.context (Stub) queued. Dependencies: logging (stub), multiprocessing (stub), multiprocessing.synchronize (stub), multiprocessing.queues (stub), sys (stub)
Analysis of numpy.distutils.unixccompiler (Library) on depth 4 completed in 8.34 ms.
Analysis of multiprocessing (Library) on depth 4 completed in 16.08 ms.
Import: _threading_local /Users/malmaud/anaconda3/lib/python3.7/_threading_local.py
Analysis of _threading_local (Stub) queued. Dependencies: weakref (stub)
Analysis of multiprocessing.context (Library) queued. Dependencies: multiprocessing.context (stub), os, sys, threading, multiprocessing, multiprocessing.process, multiprocessing.reduction, multiprocessing.managers, multiprocessing.connection, multiprocessing.synchronize, multiprocessing.queues, multiprocessing.pool, multiprocessing.sharedctypes, multiprocessing.spawn, multiprocessing.util, multiprocessing.forkserver, multiprocessing.popen_fork, multiprocessing.popen_spawn_posix, multiprocessing.popen_forkserver, multiprocessing.popen_spawn_win32
Analysis of threading (Library) on depth 4 completed in 18.21 ms.
Analysis of numpy.distutils.ccompiler (Library) on depth 4 completed in 19.04 ms.
Analysis of _threading_local (Library) queued. Dependencies: _threading_local (stub), weakref, contextlib, threading
Import: _dummy_thread /Users/malmaud/anaconda3/lib/python3.7/_dummy_thread.py
Create compiled (scraped): _curses /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_curses.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of _dummy_thread (Stub) queued. Dependencies:
Analysis of numpy.distutils.compat (Library) on depth 4 completed in 0.72 ms.
Import: setuptools /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/__init__.py
Analysis of dummy_threading (Library) on depth 4 completed in 5.75 ms.
Analysis of _dummy_thread (Library) queued. Dependencies: _dummy_thread (stub), traceback, time
Analysis of _curses (Compiled) queued. Dependencies: _curses (stub)
Analysis of _curses (Stub) queued. Dependencies:
Import: curses.has_key /Users/malmaud/anaconda3/lib/python3.7/curses/has_key.py
Import: setuptools.command /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/__init__.py
Analysis of curses (Library) on depth 4 completed in 7.52 ms.
Import: setuptools.command.easy_install /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/easy_install.py
Import: distutils.config /Users/malmaud/anaconda3/lib/python3.7/distutils/config.py
Analysis of setuptools (Library) queued. Dependencies: os, sys, functools, distutils, distutils.core, distutils.filelist, re, distutils.errors, distutils.util, fnmatch, setuptools._deprecation_warning, setuptools.version, setuptools.extension, setuptools.dist, setuptools.depends, setuptools.monkey
Analysis of curses.has_key (Library) queued. Dependencies: _curses
Analysis of setuptools.command (Library) queued. Dependencies: distutils.command.bdist, sys, setuptools.command.install_scripts
Import: setuptools.command.bdist_egg /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/bdist_egg.py
Import: numpy.distutils.command.config /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/config.py
Import: distutils.extension /Users/malmaud/anaconda3/lib/python3.7/distutils/extension.py
Analysis of distutils.extension (Stub) queued. Dependencies: sys (stub)
Analysis of distutils.config (Library) queued. Dependencies: os, configparser, distutils.cmd, cgi
Analysis of numpy.distutils.command.config (Library) queued. Dependencies: __future__, os, signal, warnings, sys, subprocess, distutils.command.config, distutils, distutils.log, distutils.file_util, distutils.ccompiler, numpy.distutils.exec_command, numpy.distutils.mingw32ccompiler, numpy.distutils.command.autodist, numpy.distutils.compat, numpy.distutils.fcompiler, distutils.msvc9compiler, distutils.errors
Analysis of distutils.core (Library) on depth 4 completed in 30.27 ms.
Import: numpy.distutils.extension /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/extension.py
Analysis of pandas.io.gbq (Library) on depth 3 completed in 5.76 ms.
Import: numpy.distutils.numpy_distribution /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/numpy_distribution.py
Analysis of setuptools.command.bdist_egg (Library) queued. Dependencies: distutils.errors, distutils.dir_util, distutils, distutils.log, types, sys, os, re, textwrap, marshal, setuptools.extern, pkg_resources, setuptools.extension, setuptools, sysconfig, distutils.sysconfig, zipfile
Analysis of numpy.distutils.extension (Library) queued. Dependencies: __future__, sys, re, distutils.extension, warnings
Import: numpy.distutils.command /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/__init__.py
Analysis of pandas.io.feather_format (Library) on depth 3 completed in 0.85 ms.
Analysis of numpy.distutils.numpy_distribution (Library) queued. Dependencies: __future__, distutils.core
Analysis of distutils.extension (Library) queued. Dependencies: distutils.extension (stub), os, warnings, distutils.sysconfig, distutils.text_file, distutils.util
Import: numpy.distutils.command.build /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/build.py
Analysis of numpy.distutils.command (Library) queued. Dependencies: __future__
Import: pandas.io.excel._base /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/excel/_base.py
Import: numpy.distutils.command.build_py /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/build_py.py
Import: numpy.distutils.command.build_ext /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/build_ext.py
Import: numpy.distutils.command.build_clib /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/build_clib.py
Import: pandas.io.clipboard /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/clipboard/__init__.py
Analysis of numpy.distutils.command.build_py (Library) queued. Dependencies: __future__, distutils.command.build_py, numpy.distutils.misc_util
Analysis of numpy.distutils.command.build (Library) queued. Dependencies: __future__, os, sys, distutils.command.build, distutils.util, numpy.distutils.command.config_compiler
Analysis of pandas.io.clipboard (Library) queued. Dependencies: os, platform, subprocess, pandas.io.clipboard.clipboards, pandas.io.clipboard.windows, qtpy, PyQt5
Import: pandas.io.excel._openpyxl /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/excel/_openpyxl.py
Analysis of pandas.io.clipboards (Library) on depth 3 completed in 10.56 ms.
Analysis of setuptools.command.easy_install (Library) queued. Dependencies: glob, distutils.util, distutils.errors, distutils.command.install, distutils, distutils.log, distutils.dir_util, distutils.command.build_scripts, distutils.spawn, sys, os, zipimport, shutil, tempfile, zipfile, re, stat, random, textwrap, warnings, site, struct, contextlib, subprocess, shlex, io, sysconfig, setuptools, setuptools.extern, setuptools.sandbox, setuptools.py27compat, setuptools.command, setuptools.command.setopt, setuptools.archive_util, setuptools.package_index, setuptools.command.bdist_egg, setuptools.command.egg_info, setuptools.wheel, pkg_resources, pkg_resources.py31compat, distutils.file_util, setuptools.dist, distutils.core
Import: pandas.io.excel._util /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/excel/_util.py
Analysis of numpy.distutils.command.build_ext (Library) queued. Dependencies: __future__, os, subprocess, glob, distutils.dep_util, distutils.command.build_ext, distutils.errors, distutils.file_util, numpy.distutils, numpy.distutils.log, numpy.distutils.exec_command, numpy.distutils.system_info, numpy.distutils.misc_util, numpy.distutils.command.config_compiler, distutils.ccompiler, numpy.distutils.fcompiler
Import: numpy.distutils.command.build_src /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/build_src.py
Analysis of distutils.dir_util (Library) on depth 4 completed in 13.31 ms.
Analysis of pandas.io.excel._util (Library) queued. Dependencies: warnings, pandas.compat._optional, pandas.core.dtypes.common
Import: numpy.distutils.command.build_scripts /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/build_scripts.py
Analysis of pandas.io.excel._base (Library) queued. Dependencies: abc, collections, datetime, io, os, textwrap, urllib.request, pandas._config, pandas._config.config, pandas.errors, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.frame, pandas.io.common, pandas.io.excel._util, pandas.io.formats.printing, pandas.io.parsers, pandas.io.excel._odfreader, pandas.io.excel._openpyxl, pandas.io.excel._xlrd
Analysis of numpy.distutils.command.build_clib (Library) queued. Dependencies: __future__, os, glob, shutil, distutils.command.build_clib, distutils.errors, numpy.distutils, numpy.distutils.log, distutils.dep_util, numpy.distutils.misc_util, distutils.ccompiler, numpy.distutils.fcompiler
Import: numpy.distutils.command.sdist /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/sdist.py
Analysis of pandas.io.excel._openpyxl (Library) queued. Dependencies: numpy, pandas.compat._optional, pandas._typing, pandas.io.excel._base, pandas.io.excel._util, openpyxl.workbook, openpyxl, openpyxl.styles
Analysis of numpy.distutils.command.build_scripts (Library) queued. Dependencies: __future__, distutils.command.build_scripts, numpy.distutils, numpy.distutils.log, numpy.distutils.misc_util
Import: pandas.io.excel._xlsxwriter /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/excel/_xlsxwriter.py
Import: numpy.distutils.command.install_data /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/install_data.py
Analysis of numpy.distutils.command.sdist (Library) queued. Dependencies: __future__, sys, setuptools.command.sdist, distutils.command.sdist, numpy.distutils.misc_util
Import: lxml.html /Users/malmaud/anaconda3/lib/python3.7/site-packages/lxml/html/__init__.py
Import: numpy.distutils.command.install_headers /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/install_headers.py
Import: pandas.io.excel._xlwt /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/excel/_xlwt.py
Analysis of numpy.distutils.command.install_data (Library) queued. Dependencies: __future__, sys, distutils.command.install_data
Analysis of pandas.io.excel._xlsxwriter (Library) queued. Dependencies: pandas, pandas._libs, pandas._libs.json, pandas.io.excel._base, pandas.io.excel._util, xlsxwriter
Analysis of pandas.io.excel (Library) on depth 3 completed in 28.15 ms.
Analysis of numpy.distutils.command.build_src (Library) queued. Dependencies: __future__, os, re, sys, shlex, copy, distutils.command, distutils.command.build_ext, distutils.dep_util, distutils.util, distutils.errors, numpy.distutils, numpy.distutils.log, numpy.distutils.misc_util, numpy.distutils.from_template, numpy.distutils.conv_template, numpy, numpy.f2py
Import: numpy.distutils.command.install /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/install.py
Analysis of pandas.io.excel._xlwt (Library) queued. Dependencies: pandas, pandas._libs, pandas._libs.json, pandas.io.excel._base, pandas.io.excel._util, xlwt
Analysis of numpy.distutils.command.install_headers (Library) queued. Dependencies: __future__, os, distutils.command.install_headers
Import: numpy.distutils.command.bdist_rpm /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/bdist_rpm.py
Create compiled (scraped): lxml.etree /Users/malmaud/anaconda3/lib/python3.7/site-packages/lxml/etree.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: numpy.distutils.command.install_clib /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/install_clib.py
Analysis of numpy.distutils.command.install (Library) queued. Dependencies: __future__, sys, setuptools, setuptools.command, setuptools.command.install, distutils, distutils.command, distutils.command.install, distutils.file_util
Analysis of numpy.distutils.command.bdist_rpm (Library) queued. Dependencies: __future__, os, sys, setuptools.command.bdist_rpm, distutils.command.bdist_rpm
Analysis of numpy.distutils.command.install_clib (Library) queued. Dependencies: __future__, os, distutils.core, distutils.ccompiler, numpy.distutils.misc_util
Import: numpy.distutils.command.develop /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/develop.py
Import: numpy.distutils.command.egg_info /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/egg_info.py
Analysis of numpy.distutils.command.develop (Library) queued. Dependencies: __future__, setuptools.command.develop
Analysis of numpy.distutils.command.egg_info (Library) queued. Dependencies: __future__, sys, setuptools.command.egg_info, warnings, textwrap
Analysis of pandas.io.html (Library) on depth 3 completed in 38.03 ms.
Import: pandas.io.json._json /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/json/_json.py
Import: numpy.lib.format /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/format.py
Analysis of lxml.html (Library) queued. Dependencies: __future__, copy, sys, re, functools, collections.abc, collections, lxml, lxml.etree, lxml.html.defs, lxml.html._setmixin, urllib.parse, lxml.cssselect, urllib, urllib.request, os, webbrowser, tempfile
Analysis of numpy.distutils.core (Library) on depth 4 completed in 81.14 ms.
Analysis of pandas.io.parquet (Library) on depth 3 completed in 2.32 ms.
Import: pandas.compat.pickle_compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/compat/pickle_compat.py
Import: pandas.io.json._normalize /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/json/_normalize.py
Analysis of pandas.io.pickle (Library) on depth 3 completed in 15.26 ms.
Analysis of pandas.compat.pickle_compat (Library) queued. Dependencies: copy, pickle, sys, pandas
Import: dateutil.parser /Users/malmaud/anaconda3/lib/python3.7/site-packages/dateutil/parser/__init__.py
Analysis of pandas.io.spss (Library) on depth 3 completed in 23.76 ms.
Analysis of numpy.lib.format (Library) queued. Dependencies: __future__, numpy, sys, io, warnings, numpy.lib.utils, numpy.compat, numpy.core.numeric, struct, tokenize
Create compiled (scraped): pandas.util._move /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/util/_move.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas.util._move /Users/malmaud/anaconda3/lib/python3.7/site-packages
Create compiled (scraped): pandas._libs.ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/ops.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: pandas.io.json._table_schema /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/json/_table_schema.py
Analysis of pandas.io.json._json (Library) queued. Dependencies: io, itertools, os, numpy, pandas, pandas._libs, pandas._libs.json, pandas._libs.tslibs, pandas.errors, pandas.core.dtypes.common, pandas.core.reshape.concat, pandas.io.common, pandas.io.formats.printing, pandas.io.parsers, pandas.io.json._normalize, pandas.io.json._table_schema
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.ops /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.io.json (Library) on depth 3 completed in 48.5 ms.
Analysis of dateutil.parser (Stub) queued. Dependencies: datetime (stub)
Analysis of pandas.io.json._normalize (Library) queued. Dependencies: collections, copy, numpy, pandas._libs.writers, pandas
Analysis of pandas.io.json._table_schema (Library) queued. Dependencies: warnings, pandas, pandas._libs, pandas._libs.json, pandas.core.dtypes.common, pandas.api.types, pandas.core, pandas.core.common
Import: numpy.f2py /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/f2py/__init__.py
Import: pandas.io.sas.sasreader /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/sas/sasreader.py
Import: sqlalchemy /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/__init__.py
Analysis of dateutil.parser (Library) queued. Dependencies: dateutil.parser (stub), dateutil.parser._parser, dateutil.parser.isoparser, functools, warnings
Analysis of pandas.io.sas (Library) on depth 3 completed in 0.84 ms.
Analysis of pandas.io.sas.sasreader (Library) queued. Dependencies: pandas.io.common, pandas.io.sas.sas_xport, pandas.io.sas.sas7bdat
Analysis of sqlalchemy (Library) queued. Dependencies: sqlalchemy.sql, sqlalchemy.types, sqlalchemy.schema, sqlalchemy.inspection, sqlalchemy.engine, sqlalchemy.events, sqlalchemy.util, inspect
Analysis of numpy.f2py (Library) queued. Dependencies: __future__, sys, subprocess, os, numpy, numpy.f2py.f2py2e, numpy.f2py.f2py_testing, numpy.f2py.diagnose, tempfile, shlex, numpy._pytesttester
Import: sqlalchemy.schema /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/schema.py
Import: pandas.core.computation.pytables /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/pytables.py
Analysis of sqlalchemy.schema (Library) queued. Dependencies: sqlalchemy.sql.base, sqlalchemy.sql.schema, sqlalchemy.sql.naming, sqlalchemy.sql.ddl
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/timestamps.cpython-37m-darwin.pyi
Import: pydoc /Users/malmaud/anaconda3/lib/python3.7/pydoc.py
Analysis of pandas._libs.tslibs.timestamps (Compiled) queued. Dependencies:
Analysis of lxml.etree (Compiled) queued. Dependencies:
Import: scipy.interpolate /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/__init__.py
Analysis of multiprocessing.connection (Stub) queued. Dependencies: socket (stub), types (stub)
Import: torch.random /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/random.py
Analysis of multiprocessing.synchronize (Stub) queued. Dependencies: multiprocessing.context (stub), threading (stub), sys (stub)
Import: torch._tensor_str /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/_tensor_str.py
Analysis of multiprocessing.managers (Stub) queued. Dependencies: queue (stub), threading (stub)
Analysis of multiprocessing.process (Stub) queued. Dependencies: multiprocessing (stub)
Analysis of multiprocessing.queues (Stub) queued. Dependencies: queue (stub)
Import: torch.functional /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/functional.py
Analysis of torch.random (Library) queued. Dependencies: contextlib, warnings, torch._C, torch, torch.cuda
Import: torch.serialization /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/serialization.py
Analysis of pandas.core.computation.pytables (Library) queued. Dependencies: ast, functools, numpy, pandas._libs.tslibs, pandas.compat.chainmap, pandas.core.dtypes.common, pandas, pandas.core.base, pandas.core, pandas.core.common, pandas.core.computation, pandas.core.computation.expr, pandas.core.computation.ops, pandas.core.computation.common, pandas.io.formats.printing
Analysis of numpy.distutils.system_info (Library) on depth 4 completed in 174.33 ms.
Analysis of torch.functional (Library) queued. Dependencies: torch, torch.nn, torch.nn.functional, torch._six, itertools, warnings
Analysis of torch._tensor_str (Library) queued. Dependencies: math, torch, torch._six
Import: tables /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/__init__.py
Import: sqlalchemy.types /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/types.py
Analysis of scipy.interpolate (Library) queued. Dependencies: __future__, scipy.interpolate.interpolate, scipy.interpolate.fitpack, scipy.interpolate.fitpack2, scipy.interpolate.rbf, scipy.interpolate.polyint, scipy.interpolate._cubic, scipy.interpolate.ndgriddata, scipy.interpolate._bsplines, scipy.interpolate._pade, scipy._lib._testutils
Analysis of tables (Library) queued. Dependencies: __future__, os, sys, ctypes, tables.utilsextension, tables.misc.enum, tables.atom, tables.flavor, tables.description, tables.filters, tables.exceptions, tables.file, tables.node, tables.group, tables.leaf, tables.table, tables.array, tables.carray, tables.earray, tables.vlarray, tables.unimplemented, tables.expression, tables.tests
Analysis of torch.serialization (Library) queued. Dependencies: difflib, inspect, os, io, shutil, struct, sys, torch, tarfile, zipfile, tempfile, warnings, contextlib, torch._utils, torch._six, pickle, pathlib, torch.nn
Analysis of sqlalchemy.types (Library) queued. Dependencies: sqlalchemy.sql.type_api, sqlalchemy.sql.sqltypes
Analysis of torch.autograd (Stub) queued. Dependencies: torch, torch.autograd.grad_mode
Import: pandas.plotting._core /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_core.py
Analysis of torch.cuda (Stub) queued. Dependencies: ctypes, torch
Analysis of numpy.ma.core (Library) on depth 3 completed in 235.33 ms.
Import: pandas.plotting._misc /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_misc.py
Analysis of pydoc (Library) queued. Dependencies: importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, importlib.util, inspect, io, os, pkgutil, platform, re, sys, time, tokenize, urllib, urllib.parse, warnings, collections, reprlib, traceback, tempfile, subprocess, tty, pydoc_data, pydoc_data.topics, textwrap, http, http.server, email, email.message, select, threading, webbrowser, getopt
Analysis of email.header (Stub) queued. Dependencies: email.charset (stub)
Analysis of email.contentmanager (Stub) queued. Dependencies: email.message (stub)
Import: encodings.aliases /Users/malmaud/anaconda3/lib/python3.7/encodings/aliases.py
Import: _bootlocale /Users/malmaud/anaconda3/lib/python3.7/_bootlocale.py
Analysis of pandas.plotting._misc (Library) queued. Dependencies: contextlib, warnings, pandas.util._decorators, pandas.plotting._core
Import: pandas.io.formats.latex /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/latex.py
Import: sqlite3 /Users/malmaud/anaconda3/lib/python3.7/sqlite3/__init__.py
Analysis of _bootlocale (Library) queued. Dependencies: sys, _locale, locale
Analysis of pandas.plotting._core (Library) queued. Dependencies: importlib, warnings, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas, pandas.core.base, pandas.plotting, pandas.plotting._matplotlib
Analysis of sqlite3 (Stub) queued. Dependencies: sqlite3.dbapi2 (stub)
Analysis of encodings.aliases (Library) queued. Dependencies:
Analysis of sqlite3 (Library) queued. Dependencies: sqlite3 (stub), sqlite3.dbapi2
Import: pandas.io.formats.html /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/html.py
Analysis of pandas.io.formats.latex (Library) queued. Dependencies: numpy, pandas.core.dtypes.generic, pandas.io.formats.format
Import: decimal /Users/malmaud/anaconda3/lib/python3.7/decimal.py
Analysis of decimal (Library) queued. Dependencies: decimal (stub), _decimal, _pydecimal
Analysis of pandas.io.formats.html (Library) queued. Dependencies: collections, textwrap, pandas._config, pandas.core.dtypes.generic, pandas, pandas.io.common, pandas.io.formats.format, pandas.io.formats.printing
Analysis of pandas.io.sql (Library) on depth 3 completed in 110.29 ms.
Analysis of numpy.distutils.log (Library) on depth 5 completed in 1.47 ms.
Analysis of getopt (Library) on depth 5 completed in 2.24 ms.
Analysis of numpy.distutils.exec_command (Library) on depth 5 completed in 9.85 ms.
Analysis of distutils.fancy_getopt (Library) on depth 5 completed in 11.8 ms.
Analysis of distutils.util (Library) on depth 5 completed in 12.24 ms.
Analysis of numpy.distutils._shell_utils (Library) on depth 5 completed in 1.61 ms.
Analysis of distutils.sysconfig (Library) on depth 5 completed in 13.99 ms.
Analysis of numpy.distutils.fcompiler.environment (Library) on depth 5 completed in 2.4 ms.
Analysis of numpy.distutils.command.config_compiler (Library) on depth 5 completed in 1.88 ms.
Analysis of distutils.dist (Library) on depth 5 completed in 31.33 ms.
Analysis of optparse (Library) on depth 5 completed in 36.63 ms.
Analysis of configparser (Library) on depth 5 completed in 37.91 ms.
Analysis of numpy.core._multiarray_umath (Compiled) on depth 5 completed in 48.06 ms.
Analysis of _operator(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Import: dateutil._common /Users/malmaud/anaconda3/lib/python3.7/site-packages/dateutil/_common.py
Analysis of dateutil._common (Stub) queued. Dependencies:
Analysis of _ctypes (Compiled) on depth 4 completed in 2.61 ms.
Analysis of dateutil._common (Library) queued. Dependencies: dateutil._common (stub)
Analysis of heapq (Library) on depth 4 completed in 13.57 ms.
Analysis of pandas.io.pytables (Library) on depth 3 completed in 215.78 ms.
Analysis of distutils.ccompiler (Library) on depth 5 completed in 19.52 ms.
Analysis of dateutil.relativedelta (Library) on depth 4 completed in 20.26 ms.
Analysis of pandas._libs.writers (Compiled) on depth 4 completed in 0.06 ms.
Create compiled (scraped): pandas._libs.properties /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/properties.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.properties /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.core.dtypes.common (Library) on depth 4 completed in 14.63 ms.
Analysis of pandas.io.common (Library) on depth 4 completed in 15.57 ms.
Analysis of distutils.log (Stub) on depth 6 completed in 0.68 ms.
Analysis of yaml.nodes (Library) on depth 2 completed in 7.71 ms.
Import: pandas.core.apply /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/apply.py
Analysis of yaml.events (Library) on depth 2 completed in 11.81 ms.
Analysis of yaml.composer (Stub) on depth 4 completed in 0.68 ms.
Import: numpy.ma.mrecords /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/ma/mrecords.py
Analysis of yaml.error (Library) on depth 2 completed in 2.03 ms.
Analysis of pandas.core.apply (Library) queued. Dependencies: inspect, warnings, numpy, pandas._libs, pandas._libs.reduction, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.io.formats.printing, pandas
Analysis of yaml.constructor (Stub) on depth 4 completed in 2.62 ms.
Import: pandas.io.formats.style /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/style.py
Analysis of numpy.ma.mrecords (Library) queued. Dependencies: __future__, sys, warnings, numpy, numpy.core, numpy.core.numerictypes, numpy.compat, numpy.core.records, numpy.ma
Analysis of yaml.tokens (Library) on depth 2 completed in 22.84 ms.
Analysis of binascii (Stub) on depth 5 completed in 0.83 ms.
Analysis of json.decoder (Stub) on depth 3 completed in 1.01 ms.
Analysis of pandas.io.formats.style (Library) queued. Dependencies: collections, contextlib, copy, functools, itertools, uuid, numpy, pandas._config, pandas.compat._optional, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas, pandas.api.types, pandas.core, pandas.core.common, pandas.core.generic, pandas.core.indexing, matplotlib, matplotlib.pyplot, matplotlib.colors, pandas.io.formats.excel
Analysis of numpy.core._multiarray_umath (Stub) on depth 3 completed in 13.43 ms.
Analysis of pandas.core.series (Library) on depth 4 completed in 73.23 ms.
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/n-4SouI8BBbYnSwETQIdqKvw9LwjZ5N45uoZMOout8U=/_move.cpython-37m-darwin.pyi
Analysis of pandas.util._move (Compiled) queued. Dependencies:
Import: pandas.io.msgpack /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/msgpack/__init__.py
Import: scipy.stats /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/stats/__init__.py
Analysis of pandas.io.msgpack (Library) queued. Dependencies: collections, pandas.io.msgpack.exceptions, pandas.io.msgpack._version, os, pandas.io.msgpack._packer, pandas.io.msgpack._unpacker
Import: mlxtend.evaluate.bootstrap /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/bootstrap.py
Analysis of scipy.stats (Library) queued. Dependencies: __future__, scipy.stats.stats, scipy.stats.distributions, scipy.stats.morestats, scipy.stats._binned_statistic, scipy.stats.kde, scipy.stats.mstats, scipy.stats.contingency, scipy.stats._multivariate, scipy._lib._testutils
Import: mlxtend.evaluate.bootstrap_outofbag /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/bootstrap_outofbag.py
Analysis of mlxtend.evaluate.bootstrap (Library) queued. Dependencies: numpy
Import: mlxtend.evaluate.bootstrap_point632 /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/bootstrap_point632.py
Analysis of mlxtend.evaluate.bootstrap_outofbag (Library) queued. Dependencies: numpy
Import: mlxtend.evaluate.cochrans_q /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/cochrans_q.py
Analysis of _ast (Stub) on depth 5 completed in 34.2 ms.
Analysis of mlxtend.evaluate.bootstrap_point632 (Library) queued. Dependencies: numpy, mlxtend.evaluate.bootstrap_outofbag, sklearn.base
Import: mlxtend.evaluate.confusion_matrix /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/confusion_matrix.py
Analysis of collections.abc (Stub) on depth 4 completed in 0.29 ms.
Analysis of mlxtend.evaluate.cochrans_q (Library) queued. Dependencies: numpy, scipy, scipy.stats, itertools
Import: mlxtend.evaluate.feature_importance /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/feature_importance.py
Analysis of base64 (Stub) on depth 5 completed in 0.94 ms.
Analysis of mlxtend.evaluate.confusion_matrix (Library) queued. Dependencies: itertools, numpy
Import: mlxtend.evaluate.lift_score /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/lift_score.py
Analysis of mlxtend.evaluate.feature_importance (Library) queued. Dependencies: numpy
Import: mlxtend.evaluate.permutation /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/permutation.py
Analysis of token (Stub) on depth 4 completed in 4.77 ms.
Analysis of mlxtend.evaluate.lift_score (Library) queued. Dependencies: numpy
Import: mlxtend.evaluate.scoring /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/scoring.py
Analysis of mlxtend.evaluate.permutation (Library) queued. Dependencies: numpy, itertools, math, nose.tools
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/ops.cpython-37m-darwin.pyi
Import: mlxtend.evaluate.ttest /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/ttest.py
Create compiled (scraped): pandas._libs.parsers /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/parsers.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of mlxtend.evaluate.scoring (Library) queued. Dependencies: numpy, mlxtend.evaluate.confusion_matrix
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.parsers /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: mlxtend.evaluate.holdout /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/holdout.py
Analysis of pandas._libs.ops (Compiled) queued. Dependencies:
Analysis of pandas.io.packers (Library) on depth 3 completed in 343.77 ms.
Import: mlxtend.evaluate.f_test /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/f_test.py
Analysis of mlxtend.evaluate.ttest (Library) queued. Dependencies: numpy, scipy, scipy.stats, sklearn.model_selection, sklearn.metrics
Analysis of mlxtend.evaluate.holdout (Library) queued. Dependencies: numpy, sklearn.model_selection
Import: mlxtend.evaluate.proportion_difference /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/proportion_difference.py
Import: mlxtend.evaluate.bias_variance_decomp /Users/malmaud/anaconda3/lib/python3.7/site-packages/mlxtend/evaluate/bias_variance_decomp.py
Analysis of operator (Stub) on depth 4 completed in 30.78 ms.
Analysis of mlxtend.evaluate.proportion_difference (Library) queued. Dependencies: numpy, scipy, scipy.stats
Analysis of mlxtend.evaluate.f_test (Library) queued. Dependencies: numpy, scipy, scipy.stats, itertools, sklearn.model_selection, sklearn.metrics
Analysis of mlxtend.evaluate.bias_variance_decomp (Library) queued. Dependencies: numpy
Analysis of array (Stub) on depth 6 completed in 32.85 ms.
Analysis of numpy.distutils.info (Library) on depth 4 completed in 0.05 ms.
Analysis of ctypes._endian (Library) on depth 4 completed in 0.88 ms.
Analysis of os.path (Stub) on depth 3 completed in 6.4 ms.
Analysis of re (Stub) on depth 2 completed in 6.3 ms.
Analysis of numpy.compat._inspect (Library) on depth 5 completed in 9.65 ms.
Analysis of numpy.matrixlib (Library) on depth 2 completed in 0.3 ms.
Analysis of pandas.testing (Library) on depth 2 completed in 0.3 ms.
Analysis of _json (Compiled) on depth 3 completed in 0.37 ms.
Analysis of pandas.core.arrays (Library) on depth 3 completed in 0.95 ms.
Analysis of distutils.log (Library) on depth 5 completed in 1.43 ms.
Analysis of numpy (Stub) on depth 2 completed in 0.23 ms.
Analysis of json (Stub) on depth 2 completed in 0.76 ms.
Analysis of ast (Stub) on depth 4 completed in 1.21 ms.
Analysis of binascii (Compiled) on depth 4 completed in 6.84 ms.
Analysis of yaml.composer (Library) on depth 3 completed in 7.05 ms.
Analysis of pandas.core.frame (Library) on depth 4 completed in 143.17 ms.
Analysis of operator (Library) on depth 3 completed in 9.85 ms.
Analysis of torch.optim.lr_scheduler (Library) on depth 3 completed in 13.85 ms.
Analysis of pandas.arrays (Library) on depth 2 completed in 0.25 ms.
Analysis of reprlib (Stub) on depth 5 completed in 0.94 ms.
Analysis of keyword (Library) on depth 2 completed in 1.11 ms.
Analysis of json.scanner (Library) on depth 3 completed in 0.9 ms.
Analysis of numpy (Library) on depth 1 completed in 2.55 ms.
Analysis of yaml.resolver (Library) on depth 3 completed in 2.22 ms.
Analysis of json.encoder (Library) on depth 2 completed in 4.94 ms.
Analysis of base64 (Library) on depth 4 completed in 5.7 ms.
Analysis of collections (Stub) on depth 4 completed in 17.79 ms.
Analysis of token (Library) on depth 3 completed in 13.93 ms.
Analysis of pandas.util._tester (Library) on depth 2 completed in 0.72 ms.
Analysis of numpy.distutils.__config__ (Library) on depth 4 completed in 1.55 ms.
Analysis of reprlib (Library) on depth 4 completed in 3.42 ms.
Analysis of pytorch_transformers.optimization (Library) on depth 2 completed in 8.22 ms.
Analysis of numpy.distutils.npy_pkg_config (Library) on depth 4 completed in 8.86 ms.
Analysis of json.decoder (Library) on depth 2 completed in 7.72 ms.
Analysis of collections.abc (Library) on depth 3 completed in 0.42 ms.
Analysis of pandas._version (Library) on depth 2 completed in 0.61 ms.
Analysis of distutils.msvc9compiler (Library) on depth 5 completed in 21.48 ms.
Analysis of pytorch_transformers.file_utils (Library) on depth 2 completed in 13.95 ms.
Analysis of ctypes (Library) on depth 3 completed in 23.78 ms.
Analysis of pytorch_transformers (Library) on depth 1 completed in 1.65 ms.
Analysis of distutils.msvccompiler (Library) on depth 4 completed in 5.84 ms.
Analysis of collections (Library) on depth 3 completed in 28.65 ms.
Analysis of numpy.core.overrides (Library) on depth 4 completed in 1.06 ms.
Analysis of ast (Library) on depth 3 completed in 2.7 ms.
Analysis of yaml.constructor (Library) on depth 3 completed in 11.73 ms.
Analysis of numpy.core._internal (Library) on depth 3 completed in 11.77 ms.
Analysis of numpy.distutils.misc_util (Library) on depth 3 completed in 32.27 ms.
Analysis of numpy.ctypeslib (Library) on depth 2 completed in 3.87 ms.
Analysis of yaml.loader (Library) on depth 2 completed in 21.28 ms.
Analysis of numpy.distutils.fcompiler (Library) on depth 4 completed in 21.64 ms.
Analysis of numpy.distutils (Library) on depth 3 completed in 0.86 ms.
Analysis of numpy._pytesttester (Library) on depth 2 completed in 0.93 ms.
Analysis of numpy.testing (Library) on depth 2 completed in 0.52 ms.
Analysis of numpy.ma (Library) on depth 2 completed in 0.9 ms.
Analysis of inspect (Library) on depth 2 completed in 53.95 ms.
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/properties.cpython-37m-darwin.pyi
Analysis of pandas._libs.properties (Compiled) queued. Dependencies:
Create compiled (scraped): pandas._libs.tslibs.parsing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/parsing.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.parsing /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.util._decorators (Library) on depth 4 completed in 272.4 ms.
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/parsers.cpython-37m-darwin.pyi
Analysis of pandas._libs.parsers (Compiled) queued. Dependencies:
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/parsing.cpython-37m-darwin.pyi
Analysis of pandas._libs.tslibs.parsing (Compiled) queued. Dependencies:
Create compiled (scraped): pandas._libs.tslibs.strptime /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/strptime.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: pandas.core.tools /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/tools/__init__.py
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.strptime /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.core.tools (Library) queued. Dependencies:
Import: pandas.io.date_converters /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/date_converters.py
Analysis of pandas.io.date_converters (Library) queued. Dependencies: numpy, pandas._libs.tslibs, pandas._libs.tslibs.parsing
Analysis of pandas.io.parsers (Library) on depth 3 completed in 750.9 ms.
Analysis of pandas.io.api (Library) on depth 2 completed in 0.78 ms.
Analysis of pandas (Library) on depth 1 completed in 1.93 ms.
Analysis of pandas.io.stata (Library) on depth 3 completed in 29.75 ms.
Analysis version 357 has been completed in 2068.23 ms with 275 entries analyzed and 32 entries skipped.
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/strptime.cpython-37m-darwin.pyi
Analysis of pandas._libs.tslibs.strptime (Compiled) queued. Dependencies:
Import: torch.nn.init /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/init.py
Analysis of torch.nn.parallel (Stub) queued. Dependencies: torch.nn.parallel.data_parallel, torch.nn.parallel.distributed, torch.nn.parallel.parallel_apply, torch.nn.parallel.replicate, torch.nn.parallel.scatter_gather
Import: torch.nn.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/utils/__init__.py
Create compiled (scraped): pandas._libs.tslibs.nattype /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/nattype.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of torch.nn.utils (Library) queued. Dependencies: torch.nn.utils.rnn, torch.nn.utils.clip_grad, torch.nn.utils.weight_norm, torch.nn.utils.convert_parameters, torch.nn.utils.spectral_norm, torch.nn.utils.fusion
Analysis of torch.nn.init (Library) queued. Dependencies: __future__, math, warnings, torch
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.nattype /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/nattype.cpython-37m-darwin.pyi
Analysis of pandas._libs.tslibs.nattype (Compiled) queued. Dependencies:
Create compiled (scraped): pandas._libs.tslibs.np_datetime /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/tslibs/np_datetime.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.tslibs.np_datetime /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/GZ7qpxC1FVe3uL0n6mVD5qzy7nHzz-_hlUswtfAR71Q=/np_datetime.cpython-37m-darwin.pyi
Analysis of pandas._libs.tslibs.np_datetime (Compiled) queued. Dependencies:
Create compiled (scraped): pandas._libs.missing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/missing.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.missing /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/missing.cpython-37m-darwin.pyi
Import: sklearn /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/__init__.py
Analysis of pandas._libs.missing (Compiled) queued. Dependencies:
Import: sklearn.metrics /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/metrics/__init__.py
Create compiled (scraped): torch._C /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/_C.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 torch._C /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/y4xzOurPNtp6_tDGLllkDG6FPrrPMKvtOsDr-Bf0hPU=/_C.cpython-37m-darwin.pyi
Import: torch.utils.hooks /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/hooks.py
Import: torch.autograd._functions /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/autograd/_functions/__init__.py
Import: pandas.core.indexes.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/api.py
Import: pandas.core.indexes.multi /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/multi.py
Create built-in compiled (scraped) module: _tracemalloc /Users/malmaud/anaconda3/bin/python
Import: torch.nn.modules.activation /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/activation.py
Import: torch.nn.modules.container /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/container.py
Import: torch.nn.modules.linear /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/linear.py
Create compiled (scraped): pandas._libs.join /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/join.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.join /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/join.cpython-37m-darwin.pyi
Import: pandas.core.indexes.datetimelike /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/datetimelike.py
Import: pandas.core.indexes.numeric /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/numeric.py
Import: pandas.core.ops.missing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/ops/missing.py
Import: pandas.core.ops.docstrings /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/ops/docstrings.py
Import: pandas.core.ops.roperator /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/ops/roperator.py
Import: tensorboard.summary.writer.record_writer /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorboard/summary/writer/record_writer.py
Import: torch.utils.tensorboard.writer /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py
Import: pandas.core.internals.blocks /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/internals/blocks.py
Import: pandas.core.internals.managers /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/internals/managers.py
Import: torch.utils.throughput_benchmark /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py
Import: torch.nn.modules.adaptive /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/adaptive.py
Import: torch.nn.modules.batchnorm /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py
Import: torch.nn.modules.conv /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/conv.py
Import: torch.nn.modules.distance /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/distance.py
Import: torch.nn.modules.instancenorm /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py
Import: torch.nn.modules.loss /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/loss.py
Import: torch.nn.modules.rnn /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/rnn.py
Import: torch.nn.modules.upsampling /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/upsampling.py
Create compiled (scraped): pandas._libs.indexing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/indexing.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.indexing /Users/malmaud/anaconda3/lib/python3.7/site-packages
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/indexing.cpython-37m-darwin.pyi
Import: cmd /Users/malmaud/anaconda3/lib/python3.7/cmd.py
Import: bdb /Users/malmaud/anaconda3/lib/python3.7/bdb.py
Import: code /Users/malmaud/anaconda3/lib/python3.7/code.py
Create compiled (scraped): readline /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/readline.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: runpy /Users/malmaud/anaconda3/lib/python3.7/runpy.py
Import: pandas.core.computation.common /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/common.py
Import: pandas.io.formats.excel /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/excel.py
Import: pandas.io.formats.csvs /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/csvs.py
Import: pandas.core.groupby.groupby /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/groupby/groupby.py
Import: pandas.core.resample /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/resample.py
Import: pandas.core.window /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/window.py
Create compiled (scraped): pandas._libs.hashing /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/hashing.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.hashing /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of sklearn (Library) queued. Dependencies: sys, re, warnings, logging, os, sklearn._config, sklearn.__check_build, sklearn.base, sklearn.utils._show_versions, numpy, random
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/hashing.cpython-37m-darwin.pyi
Import: torch.nn._reduction /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/_reduction.py
Import: torch.nn.modules.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/utils.py
Import: torch.nn._functions /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/_functions/__init__.py
Import: torch.nn._functions.vision /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/_functions/vision.py
Import: torch.nn.grad /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/grad.py
Import: torch.nn._VF /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/_VF.py
Import: torch._jit_internal /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/_jit_internal.py
Import: numexpr.__config__ /Users/malmaud/anaconda3/lib/python3.7/site-packages/numexpr/__config__.py
Import: numexpr.expressions /Users/malmaud/anaconda3/lib/python3.7/site-packages/numexpr/expressions.py
Import: numexpr.necompiler /Users/malmaud/anaconda3/lib/python3.7/site-packages/numexpr/necompiler.py
Create compiled (scraped): numexpr.interpreter /Users/malmaud/anaconda3/lib/python3.7/site-packages/numexpr/interpreter.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: numexpr.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/numexpr/utils.py
Import: numexpr.version /Users/malmaud/anaconda3/lib/python3.7/site-packages/numexpr/version.py
Import: numexpr.tests /Users/malmaud/anaconda3/lib/python3.7/site-packages/numexpr/tests/__init__.py
Import: pandas.core.indexes.frozen /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/frozen.py
Import: pandas.core.indexes.range /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/range.py
Import: bs4.builder /Users/malmaud/anaconda3/lib/python3.7/site-packages/bs4/builder/__init__.py
Import: bs4.dammit /Users/malmaud/anaconda3/lib/python3.7/site-packages/bs4/dammit.py
Import: bs4.element /Users/malmaud/anaconda3/lib/python3.7/site-packages/bs4/element.py
Import: xml.parsers.expat /Users/malmaud/anaconda3/lib/python3.7/xml/parsers/expat.py
Import: dateutil._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/dateutil/_version.py
Import: matplotlib._mathtext_data /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_mathtext_data.py
Import: matplotlib.fontconfig_pattern /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/fontconfig_pattern.py
Import: matplotlib.cbook.deprecation /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/cbook/deprecation.py
Import: sklearn.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/__init__.py
Import: sklearn.utils.validation /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/validation.py
Import: sklearn.utils.multiclass /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/multiclass.py
Import: sklearn.utils.fixes /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/fixes.py
Import: sklearn.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/base.py
Import: logging.config /Users/malmaud/anaconda3/lib/python3.7/logging/config.py
Import: nose.importer /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/importer.py
Import: sklearn.utils.metaestimators /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/metaestimators.py
Import: sklearn.utils._joblib /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/_joblib.py
Import: sklearn.metrics.scorer /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/metrics/scorer.py
Import: sklearn.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/exceptions.py
Import: sklearn.preprocessing /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/preprocessing/__init__.py
Import: uuid /Users/malmaud/anaconda3/lib/python3.7/uuid.py
Create built-in compiled (scraped) module: zipimport /Users/malmaud/anaconda3/bin/python
Import: pkgutil /Users/malmaud/anaconda3/lib/python3.7/pkgutil.py
Import: pkg_resources.extern /Users/malmaud/anaconda3/lib/python3.7/site-packages/pkg_resources/extern/__init__.py
Import: pkg_resources.py31compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/pkg_resources/py31compat.py
Import: sysconfig /Users/malmaud/anaconda3/lib/python3.7/sysconfig.py
Import: nose.case /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/case.py
Import: nose.proxy /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/proxy.py
Import: nose.selector /Users/malmaud/anaconda3/lib/python3.7/site-packages/nose/selector.py
Import: sklearn.utils.random /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/random.py
Create compiled (scraped): matplotlib._image /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_image.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Create compiled (scraped): matplotlib._png /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_png.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: matplotlib.transforms /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/transforms.py
Import: PIL /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/__init__.py
Import: PIL.Image /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/Image.py
Import: matplotlib.backends.backend_agg /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/backends/backend_agg.py
Import: matplotlib.collections /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/collections.py
Import: matplotlib.contour /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/contour.py
Import: matplotlib.path /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/path.py
Import: matplotlib._layoutbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_layoutbox.py
Import: matplotlib._constrained_layout /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_constrained_layout.py
Import: matplotlib.tight_layout /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tight_layout.py
Import: matplotlib.axes._subplots /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/axes/_subplots.py
Import: matplotlib.axes._axes /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/axes/_axes.py
Import: matplotlib.projections.geo /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/projections/geo.py
Import: matplotlib.projections.polar /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/projections/polar.py
Import: matplotlib.backend_tools /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/backend_tools.py
Import: matplotlib.textpath /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/textpath.py
Import: matplotlib.tight_bbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tight_bbox.py
Import: matplotlib.texmanager /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/texmanager.py
Import: matplotlib.blocking_input /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/blocking_input.py
Import: matplotlib.legend /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/legend.py
Import: matplotlib.backends.backend_webagg /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/backends/backend_webagg.py
Import: matplotlib._cm /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_cm.py
Import: matplotlib._cm_listed /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_cm_listed.py
Import: matplotlib._color_data /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_color_data.py
Import: matplotlib.markers /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/markers.py
Create compiled (scraped): matplotlib._path /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_path.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: encodings.mbcs /Users/malmaud/anaconda3/lib/python3.7/encodings/mbcs.py
Import: matplotlib.tri /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tri/__init__.py
Import: matplotlib.font_manager /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/font_manager.py
Import: matplotlib.offsetbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/offsetbox.py
Import: IPython.core.getipython /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/core/getipython.py
Import: IPython.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/core/__init__.py
Import: IPython.core.release /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/core/release.py
Import: IPython.core.application /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/core/application.py
Import: IPython.terminal.embed /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/terminal/embed.py
Import: IPython.core.interactiveshell /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/core/interactiveshell.py
Import: IPython.testing /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/testing/__init__.py
Import: IPython.utils.sysinfo /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/utils/sysinfo.py
Import: IPython.utils.frame /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/utils/frame.py
Import: ipykernel.embed /Users/malmaud/anaconda3/lib/python3.7/site-packages/ipykernel/embed.py
Import: IPython.terminal.ipapp /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/terminal/ipapp.py
Import: IPython.core.display /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/core/display.py
Import: IPython.utils.decorators /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/utils/decorators.py
Import: ipykernel.pylab.backend_inline /Users/malmaud/anaconda3/lib/python3.7/site-packages/ipykernel/pylab/backend_inline.py
Create compiled (scraped): scipy.sparse._sparsetools /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/_sparsetools.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: scipy.sparse.sputils /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/sputils.py
Import: scipy.sparse.compressed /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/compressed.py
Import: matplotlib.bezier /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/bezier.py
Import: scipy.sparse.spfuncs /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/spfuncs.py
Import: scipy.sparse._index /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/_index.py
Create compiled (scraped): scipy.sparse._csparsetools /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/_csparsetools.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: scipy._lib._numpy_compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/_lib/_numpy_compat.py
Import: scipy.sparse.data /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/data.py
Import: scipy.sparse.csgraph._laplacian /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/csgraph/_laplacian.py
Create compiled (scraped): scipy.sparse.csgraph._shortest_path /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/csgraph/_shortest_path.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Create compiled (scraped): scipy.sparse.csgraph._traversal /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/csgraph/_traversal.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Create compiled (scraped): scipy.sparse.csgraph._min_spanning_tree /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/csgraph/_min_spanning_tree.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Create compiled (scraped): scipy.sparse.csgraph._reordering /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/csgraph/_reordering.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Create compiled (scraped): scipy.sparse.csgraph._tools /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/csgraph/_tools.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: spacy.lang.en.tokenizer_exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/en/tokenizer_exceptions.py
Import: spacy.lang.en.norm_exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/en/norm_exceptions.py
Import: spacy.lang.en.tag_map /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/en/tag_map.py
Import: spacy.lang.en.stop_words /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/en/stop_words.py
Import: spacy.lang.en.lex_attrs /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/en/lex_attrs.py
Import: spacy.lang.en.morph_rules /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/en/morph_rules.py
Import: spacy.lang.en.lemmatizer /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/en/lemmatizer/__init__.py
Import: spacy.lang.en.syntax_iterators /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/en/syntax_iterators.py
Import: spacy.lang.tokenizer_exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/tokenizer_exceptions.py
Import: spacy.lang.norm_exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/lang/norm_exceptions.py
Import: spacy.language /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/language.py
Create compiled (scraped): spacy.attrs /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/attrs.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 spacy.attrs /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of sklearn.metrics (Library) queued. Dependencies: sklearn.metrics.ranking, sklearn.metrics.classification, sklearn.metrics.cluster, sklearn.metrics.pairwise, sklearn.metrics.regression, sklearn.metrics.scorer
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/RQePpDZ2pFm-6Wyr4vDRG8FqiKWF-5O0FlyivsK4FgM=/attrs.cpython-37m-darwin.pyi
Import: spacy.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/spacy/util.py
Import: cffi.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/cffi/api.py
Import: cffi.error /Users/malmaud/anaconda3/lib/python3.7/site-packages/cffi/error.py
Import: decorator /Users/malmaud/anaconda3/lib/python3.7/site-packages/decorator.py
Import: traitlets.config.configurable /Users/malmaud/anaconda3/lib/python3.7/site-packages/traitlets/config/configurable.py
Import: IPython.utils.sentinel /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/utils/sentinel.py
Import: IPython.utils.dir2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/utils/dir2.py
Import: IPython.lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/lib/__init__.py
Import: IPython.lib.pretty /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/lib/pretty.py
Import: traitlets /Users/malmaud/anaconda3/lib/python3.7/site-packages/traitlets/__init__.py
Import: email.header /Users/malmaud/anaconda3/lib/python3.7/email/header.py
Import: sacremoses.corpus /Users/malmaud/anaconda3/lib/python3.7/site-packages/sacremoses/corpus.py
Import: sacremoses.tokenize /Users/malmaud/anaconda3/lib/python3.7/site-packages/sacremoses/tokenize.py
Import: sacremoses.truecase /Users/malmaud/anaconda3/lib/python3.7/site-packages/sacremoses/truecase.py
Import: sacremoses.normalize /Users/malmaud/anaconda3/lib/python3.7/site-packages/sacremoses/normalize.py
Import: _regex_core /Users/malmaud/anaconda3/lib/python3.7/site-packages/_regex_core.py
Create compiled (scraped): _regex /Users/malmaud/anaconda3/lib/python3.7/site-packages/_regex.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: psutil._common /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/_common.py
Import: psutil._compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/_compat.py
Import: psutil._pslinux /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/_pslinux.py
Import: psutil._pswindows /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/_pswindows.py
Import: psutil._psosx /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/_psosx.py
Import: psutil._psbsd /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/_psbsd.py
Import: psutil._pssunos /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/_pssunos.py
Import: psutil._psaix /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/_psaix.py
Import: psutil._psposix /Users/malmaud/anaconda3/lib/python3.7/site-packages/psutil/_psposix.py
Import: lib2to3.pgen2 /Users/malmaud/anaconda3/lib/python3.7/lib2to3/pgen2/__init__.py
Import: lib2to3.pgen2.driver /Users/malmaud/anaconda3/lib/python3.7/lib2to3/pgen2/driver.py
Import: lib2to3.pgen2.tokenize /Users/malmaud/anaconda3/lib/python3.7/lib2to3/pgen2/tokenize.py
Import: lib2to3.pgen2.token /Users/malmaud/anaconda3/lib/python3.7/lib2to3/pgen2/token.py
Import: lib2to3.fixer_util /Users/malmaud/anaconda3/lib/python3.7/lib2to3/fixer_util.py
Import: lib2to3 /Users/malmaud/anaconda3/lib/python3.7/lib2to3/__init__.py
Import: lib2to3.pytree /Users/malmaud/anaconda3/lib/python3.7/lib2to3/pytree.py
Import: lib2to3.pygram /Users/malmaud/anaconda3/lib/python3.7/lib2to3/pygram.py
Import: lib2to3.btm_matcher /Users/malmaud/anaconda3/lib/python3.7/lib2to3/btm_matcher.py
Create compiled (scraped): _sentencepiece /Users/malmaud/anaconda3/lib/python3.7/site-packages/_sentencepiece.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: plotly.express._doc /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/express/_doc.py
Import: _plotly_utils.basevalidators /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/basevalidators.py
Import: plotly.subplots /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/subplots.py
Import: statsmodels /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/__init__.py
Import: statsmodels.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/api.py
Import: email.base64mime /Users/malmaud/anaconda3/lib/python3.7/email/base64mime.py
Analysis version 1992 of 1107 entries has started.
Import: email.quoprimime /Users/malmaud/anaconda3/lib/python3.7/email/quoprimime.py
Import: email.encoders /Users/malmaud/anaconda3/lib/python3.7/email/encoders.py
Import: email.headerregistry /Users/malmaud/anaconda3/lib/python3.7/email/headerregistry.py
Analysis of copyreg (Library) on depth 2 completed in 1.73 ms.
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of _operator(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of pandas.io (Library) on depth 4 completed in 0.02 ms.
Import: email.contentmanager /Users/malmaud/anaconda3/lib/python3.7/email/contentmanager.py
Import: site /Users/malmaud/anaconda3/lib/python3.7/site.py
Analysis of distutils.ccompiler (Stub) on depth 6 completed in 1.7 ms.
Import: tensorflow.python /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/__init__.py
Analysis of yaml.error (Stub) on depth 3 completed in 0.57 ms.
Analysis of torch._C (Compiled) queued. Dependencies:
Import: tensorflow.python.pywrap_tensorflow /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/pywrap_tensorflow.py
Analysis of numpy.random.mtrand (Compiled) on depth 3 completed in 1.38 ms.
Import: tensorflow.python.tools /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/tools/__init__.py
Analysis of pandas._libs.reshape (Compiled) on depth 4 completed in 0.02 ms.
Import: tensorflow.python.tools.module_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/tools/module_util.py
Import: tensorflow._api.v1 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/__init__.py
Analysis of pandas.core.dtypes.generic (Library) on depth 3 completed in 0.75 ms.
Analysis of pandas.core.index (Library) on depth 3 completed in 0.16 ms.
Analysis of pandas.core.indexes (Library) on depth 4 completed in 0.02 ms.
Import: tensorflow._api.v1.app /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/app/__init__.py
Analysis of pandas.core.internals (Library) on depth 4 completed in 0.25 ms.
Analysis of pandas.io.formats (Library) on depth 4 completed in 0.02 ms.
Analysis of pandas.plotting (Library) on depth 3 completed in 0.12 ms.
Import: tensorflow._api.v1.audio /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/audio/__init__.py
Analysis of psutil._common (Library) queued. Dependencies: __future__, contextlib, errno, functools, os, socket, stat, sys, threading, warnings, collections, enum
Analysis of _heapq (Stub) on depth 4 completed in 0.35 ms.
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Import: tensorflow._api.v1.autograph /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/autograph/__init__.py
Import: tensorflow._api.v1.bitwise /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/bitwise/__init__.py
Import: tensorflow._api.v1.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/compat/__init__.py
Analysis of yaml.tokens (Stub) on depth 3 completed in 1.66 ms.
Import: tensorflow._api.v1.config /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/config/__init__.py
Analysis of tensorflow._api.v1.app (Library) queued. Dependencies: __future__, tensorflow.python.platform.app, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow._api.v1.data /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/data/__init__.py
Analysis of tensorflow._api.v1.audio (Library) queued. Dependencies: __future__, tensorflow.python.ops.gen_audio_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow._api.v1.debugging /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/debugging/__init__.py
Import: tensorflow._api.v1.distribute /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/distribute/__init__.py
Import: tensorflow._api.v1.distributions /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/distributions/__init__.py
Analysis of yaml.events (Stub) on depth 3 completed in 5.76 ms.
Import: tensorflow._api.v1.dtypes /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/dtypes/__init__.py
Analysis of yaml.nodes (Stub) on depth 3 completed in 0.46 ms.
Analysis of posix (Stub) on depth 3 completed in 0.29 ms.
Import: tensorflow._api.v1.errors /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/errors/__init__.py
Analysis of torch.utils.hooks (Library) queued. Dependencies: __future__, collections, weakref, warnings
Analysis of torch.autograd._functions (Library) queued. Dependencies: torch.autograd._functions.tensor
Import: tensorflow._api.v1.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/experimental/__init__.py
Import: tensorflow._api.v1.feature_column /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/feature_column/__init__.py
Import: tensorflow._api.v1.gfile /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/gfile/__init__.py
Analysis of importlib._bootstrap (Library) on depth 4 completed in 10.94 ms.
Analysis of pandas._libs.sparse (Compiled) on depth 4 completed in 0.03 ms.
Analysis of bisect (Stub) on depth 3 completed in 0.18 ms.
Analysis of pandas._libs.tslibs.frequencies (Compiled) on depth 3 completed in 0.02 ms.
Analysis of pandas._libs.tslibs.period (Compiled) on depth 4 completed in 0.02 ms.
Analysis of pandas._libs.tslibs.fields (Compiled) on depth 4 completed in 0.01 ms.
Analysis of pandas.core.indexes.api (Library) queued. Dependencies: textwrap, warnings, pandas._libs, pandas._libs.lib, pandas, pandas.core, pandas.core.common, pandas.core.indexes.base, pandas.core.indexes.category, pandas.core.indexes.datetimes, pandas.core.indexes.interval, pandas.core.indexes.multi, pandas.core.indexes.numeric, pandas.core.indexes.period, pandas.core.indexes.range, pandas.core.indexes.timedeltas
Analysis of pandas._libs.tslibs.timedeltas (Compiled) on depth 4 completed in 0.01 ms.
Analysis of mkl_fft._version (Library) on depth 4 completed in 0.03 ms.
Import: tensorflow._api.v1.graph_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/graph_util/__init__.py
Analysis of abc (Stub) on depth 3 completed in 0.31 ms.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Import: tensorflow._api.v1.image /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/image/__init__.py
Analysis of gettext (Stub) on depth 3 completed in 0.62 ms.
Import: tensorflow._api.v1.initializers /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/initializers/__init__.py
Analysis of _bz2 (Compiled) on depth 5 completed in 0.46 ms.
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of pandas._libs.interval (Compiled) on depth 4 completed in 0.01 ms.
Analysis of numpy.fft.fftpack_lite (Compiled) on depth 4 completed in 0.22 ms.
Analysis of pandas._libs.tslibs.ccalendar (Compiled) on depth 3 completed in 0.02 ms.
Analysis of pandas._libs.tslibs.conversion (Compiled) on depth 3 completed in 0.02 ms.
Import: tensorflow._api.v1.io /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/io/__init__.py
Analysis of pandas._libs.tslibs.resolution (Compiled) on depth 4 completed in 0.02 ms.
Analysis of pandas._libs.tslibs.timezones (Compiled) on depth 3 completed in 0.02 ms.
Analysis of pandas._libs.tslibs.tzconversion (Compiled) on depth 4 completed in 0.01 ms.
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Import: tensorflow._api.v1.layers /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/layers/__init__.py
Analysis of string (Stub) on depth 4 completed in 4.94 ms.
Analysis of pandas._libs.testing (Compiled) on depth 4 completed in 0.03 ms.
Analysis of pandas.core.computation (Library) on depth 3 completed in 0.02 ms.
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Import: tensorflow._api.v1.linalg /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/linalg/__init__.py
Import: tensorflow._api.v1.lite /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/lite/__init__.py
Analysis of numpy.core._multiarray_tests (Compiled) on depth 5 completed in 0.92 ms.
Import: tensorflow._api.v1.logging /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/logging/__init__.py
Import: tensorflow._api.v1.lookup /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/lookup/__init__.py
Analysis of mmap (Stub) on depth 3 completed in 0.97 ms.
Import: tensorflow._api.v1.losses /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/losses/__init__.py
Import: tensorflow._api.v1.manip /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/manip/__init__.py
Analysis of _lzma (Compiled) on depth 5 completed in 1.05 ms.
Analysis of distutils.dist (Stub) on depth 6 completed in 0.12 ms.
Analysis of distutils.dep_util (Stub) on depth 7 completed in 0.11 ms.
Import: tensorflow._api.v1.math /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/math/__init__.py
Analysis of distutils.file_util (Stub) on depth 6 completed in 0.15 ms.
Analysis of scipy._distributor_init (Library) on depth 3 completed in 0.02 ms.
Analysis of scipy.version (Library) on depth 3 completed in 0.04 ms.
Analysis of _scproxy (Compiled) on depth 5 completed in 0.07 ms.
Analysis of qa.utils (User) on depth 0 completed in 0.13 ms.
Analysis of torch.utils.tensorboard (Library) on depth 1 completed in 0.12 ms.
Analysis of torch.utils.data (Stub) on depth 1 completed in 0.02 ms.
Analysis of torch.nn.modules (Stub) on depth 1 completed in 0.05 ms.
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Import: tensorflow._api.v1.metrics /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/metrics/__init__.py
Import: tensorflow._api.v1.nest /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/nest/__init__.py
Analysis of numpy.core._string_helpers (Library) on depth 4 completed in 0.7 ms.
Import: tensorflow._api.v1.nn /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/nn/__init__.py
Analysis of queue (Stub) on depth 4 completed in 0.86 ms.
Analysis of _stat(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of fnmatch (Stub) on depth 3 completed in 0.12 ms.
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Import: tensorflow._api.v1.profiler /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/profiler/__init__.py
Analysis of pandas.core.indexes.multi (Library) queued. Dependencies: collections, datetime, sys, warnings, numpy, pandas._config, pandas._libs, pandas._libs.algos, pandas._libs.index, pandas._libs.lib, pandas._libs.tslibs, pandas.compat.numpy, pandas.compat.numpy.function, pandas.errors, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas, pandas.core, pandas.core.algorithms, pandas.core.common, pandas.core.indexes, pandas.core.indexes.base, pandas.core.indexes.frozen, pandas.core.missing, pandas.io.formats.printing, pandas.core.arrays.categorical, pandas.core.reshape.util, copy, pandas.io.formats.format, pandas.core.util.hashing, pandas.core.sorting, pandas._libs.hashtable, pandas.core.indexing, pandas.core.arrays, pandas.core.indexes.numeric
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of pandas._libs.index (Compiled) on depth 4 completed in 0.02 ms.
Import: tensorflow._api.v1.python_io /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/python_io/__init__.py
Import: tensorflow._api.v1.quantization /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/quantization/__init__.py
Import: tensorflow._api.v1.queue /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/queue/__init__.py
Import: tensorflow._api.v1.ragged /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/ragged/__init__.py
Analysis of _weakrefset (Stub) on depth 4 completed in 7.36 ms.
Analysis of pytz.exceptions (Library) on depth 5 completed in 0.17 ms.
Analysis of _queue (Compiled) on depth 4 completed in 0.39 ms.
Import: tensorflow._api.v1.random /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/random/__init__.py
Analysis of nose.plugins.deprecated (Library) on depth 6 completed in 0.29 ms.
Analysis of matplotlib.style (Library) on depth 5 completed in 0.06 ms.
Analysis of matplotlib.axes (Library) on depth 5 completed in 0.13 ms.
Import: tensorflow._api.v1.raw_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/raw_ops/__init__.py
Analysis of nose.ext (Library) on depth 6 completed in 0.02 ms.
Analysis of copy (Stub) on depth 3 completed in 0.18 ms.
Analysis of _string(CompiledBuiltin) canceled (no AST yet).
Analysis of cffi (Library) on depth 4 completed in 0.12 ms.
Analysis of _opcode (Compiled) on depth 5 completed in 0.07 ms.
Analysis of urllib (Stub) on depth 6 completed in 0.01 ms.
Analysis of pandas.core.dtypes.api (Library) on depth 5 completed in 0.14 ms.
Analysis of distutils.command (Stub) on depth 7 completed in 0.01 ms.
Import: tensorflow._api.v1.resource_loader /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/resource_loader/__init__.py
Import: tensorflow._api.v1.saved_model /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/__init__.py
Analysis of sre_constants (Stub) on depth 3 completed in 1.12 ms.
Import: tensorflow._api.v1.sets /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/sets/__init__.py
Import: tensorflow._api.v1.signal /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/signal/__init__.py
Import: tensorflow._api.v1.sparse /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/sparse/__init__.py
Import: tensorflow._api.v1.spectral /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/spectral/__init__.py
Import: tensorflow._api.v1.strings /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/strings/__init__.py
Import: tensorflow._api.v1.summary /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/summary/__init__.py
Import: tensorflow._api.v1.sysconfig /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/sysconfig/__init__.py
Import: tensorflow._api.v1.test /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/test/__init__.py
Import: tensorflow._api.v1.tpu /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/tpu/__init__.py
Import: tensorflow._api.v1.train /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/train/__init__.py
Analysis of _ssl (Compiled) on depth 6 completed in 6.02 ms.
Import: tensorflow._api.v1.user_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/user_ops/__init__.py
Analysis of _struct (Compiled) on depth 3 completed in 13.41 ms.
Analysis of nturl2path (Stub) on depth 6 completed in 0.08 ms.
Analysis of email.charset (Stub) on depth 7 completed in 0.44 ms.
Import: tensorflow._api.v1.version /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/version/__init__.py
Analysis of getpass (Stub) on depth 6 completed in 0.16 ms.
Analysis of distutils.util (Stub) on depth 6 completed in 0.22 ms.
Import: tensorflow._api.v1.xla /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/xla/__init__.py
Analysis of importlib._bootstrap_external (Library) on depth 4 completed in 30.64 ms.
Analysis of _tracemalloc (Stub) queued. Dependencies:
Import: tensorflow.lite.python.lite /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/lite.py
Analysis of distutils.debug (Stub) on depth 6 completed in 0.05 ms.
Analysis of nose.plugins.builtin (Library) on depth 4 completed in 0.39 ms.
Analysis of tensorflow._api.v1.autograph (Library) queued. Dependencies: __future__, tensorflow._api.v1.autograph.experimental, tensorflow.python.autograph.impl.api, tensorflow.python.autograph.utils.ag_logging, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.compat.v2_compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/compat/v2_compat.py
Import: tensorflow.python.eager.wrap_function /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/wrap_function.py
Analysis of _socket (Compiled) on depth 5 completed in 2.33 ms.
Analysis of tensorflow._api.v1.bitwise (Library) queued. Dependencies: __future__, tensorflow.python.ops.bitwise_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of _bisect (Stub) on depth 4 completed in 0.19 ms.
Analysis of distutils (Stub) on depth 5 completed in 0.01 ms.
Analysis of distutils.errors (Stub) on depth 5 completed in 0.5 ms.
Import: tensorflow.python.framework.constant_op /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py
Analysis of curses (Stub) on depth 5 completed in 0.22 ms.
Analysis of distutils.dir_util (Stub) on depth 5 completed in 0.14 ms.
Analysis of distutils.spawn (Stub) on depth 7 completed in 0.12 ms.
Analysis of pandas._libs.algos (Compiled) on depth 4 completed in 0.02 ms.
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Import: tensorflow.python.framework.dtypes /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py
Analysis of textwrap (Stub) on depth 3 completed in 0.58 ms.
Analysis of _posixsubprocess (Stub) on depth 4 completed in 0.12 ms.
Analysis of torch.nn.modules.module (Stub) queued. Dependencies: torch, torch.nn, collections, torch.utils.hooks
Analysis of faulthandler(CompiledBuiltin) canceled (no AST yet).
Import: tensorflow.python.framework.ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/ops.py
Analysis of unicodedata (Stub) on depth 4 completed in 6.44 ms.
Analysis of distutils.filelist (Stub) on depth 7 completed in 0.05 ms.
Analysis of netrc (Stub) on depth 7 completed in 0.2 ms.
Analysis of mkl_fft._pydfti (Compiled) on depth 4 completed in 0.47 ms.
Analysis of distutils.msvccompiler (Stub) on depth 5 completed in 0.09 ms.
Analysis of matplotlib.ft2font (Compiled) on depth 5 completed in 1.09 ms.
Analysis of getopt (Stub) on depth 5 completed in 0.19 ms.
Analysis of distutils.sysconfig (Stub) on depth 6 completed in 0.23 ms.
Analysis of distutils.fancy_getopt (Stub) on depth 6 completed in 0.31 ms.
Analysis of sacremoses (Library) on depth 3 completed in 0.13 ms.
Analysis of grp (Stub) on depth 3 completed in 0.31 ms.
Analysis of dateutil (Stub) on depth 6 completed in 0.01 ms.
Import: tensorflow.python.framework.tensor_shape /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/tensor_shape.py
Analysis of torch.nn.modules.activation (Stub) queued. Dependencies: torch, torch.nn, torch.nn.modules.module
Import: tensorflow.python.framework.tensor_spec /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/tensor_spec.py
Analysis of yaml.emitter (Stub) on depth 4 completed in 1.62 ms.
Analysis of _heapq (Compiled) on depth 3 completed in 0.33 ms.
Analysis of tensorflow._api.v1.compat (Library) queued. Dependencies: __future__, tensorflow._api.v1.compat.v1, tensorflow._api.v1.compat.v2, tensorflow.python.compat.compat, tensorflow.python.framework.tensor_shape, tensorflow.python.util.compat, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.framework.tensor_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/tensor_util.py
Analysis of pandas._libs.tslibs (Library) on depth 3 completed in 0.35 ms.
Import: tensorflow.python.framework.versions /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/versions.py
Analysis of matplotlib._pylab_helpers (Library) on depth 5 completed in 6.5 ms.
Import: tensorflow.python.module.module /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/module/module.py
Import: tensorflow.python.ops.array_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/array_ops.py
Analysis of distutils.cmd (Stub) on depth 6 completed in 0.78 ms.
Analysis of tensorflow._api.v1.config (Library) queued. Dependencies: __future__, tensorflow._api.v1.config.experimental, tensorflow._api.v1.config.optimizer, tensorflow._api.v1.config.threading, tensorflow.python, tensorflow.python.eager.context, tensorflow.python.eager.def_function, tensorflow.python.framework.config, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of _weakrefset (Library) on depth 3 completed in 0.77 ms.
Analysis of nose.exc (Library) on depth 5 completed in 0.08 ms.
Analysis of urllib (Library) on depth 5 completed in 0.03 ms.
Analysis of pandas.api.types (Library) on depth 4 completed in 0.23 ms.
Analysis of distutils.command (Library) on depth 6 completed in 0.06 ms.
Import: tensorflow.python.ops.check_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/check_ops.py
Analysis of distutils.archive_util (Stub) on depth 7 completed in 0.17 ms.
Analysis of tensorflow._api.v1.data (Library) queued. Dependencies: __future__, tensorflow._api.v1.data.experimental, tensorflow.python.data, tensorflow.python.data.ops.dataset_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of sre_parse (Stub) on depth 3 completed in 1.14 ms.
Analysis of _posixsubprocess (Compiled) on depth 3 completed in 0.08 ms.
Import: tensorflow.python.ops.confusion_matrix /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/confusion_matrix.py
Analysis of unicodedata (Compiled) on depth 3 completed in 0.75 ms.
Analysis of mkl_fft (Library) on depth 3 completed in 0.15 ms.
Import: tensorflow.python.ops.control_flow_grad /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/control_flow_grad.py
Analysis of grp (Compiled) on depth 2 completed in 0.87 ms.
Analysis of dateutil (Library) on depth 5 completed in 0.14 ms.
Import: tensorflow.python.ops.gen_spectral_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_spectral_ops.py
Analysis of tensorflow._api.v1.debugging (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.eager.context, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.ops.logging_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/logging_ops.py
Analysis of yaml.serializer (Stub) on depth 4 completed in 0.49 ms.
Analysis of yaml.emitter (Library) on depth 3 completed in 2.17 ms.
Import: tensorflow.python.ops.map_fn /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/map_fn.py
Analysis of distutils.core (Stub) on depth 5 completed in 5.26 ms.
Import: tensorflow.python.ops.ragged.ragged_squeeze_op /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/ragged_squeeze_op.py
Analysis of torch.nn.modules.activation (Library) queued. Dependencies: torch.nn.modules.activation, warnings, torch, torch.nn.modules, torch.nn.init, torch.nn.parameter, torch.nn.modules.module, torch.nn, torch.nn.functional
Import: tensorflow.python.ops.ragged.ragged_string_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/ragged_string_ops.py
Analysis of _py_abc (Library) on depth 3 completed in 1.51 ms.
Analysis of torch.nn.modules.container (Stub) queued. Dependencies: torch.nn.modules.module, collections, torch, torch.nn
Import: tensorflow.python.ops.script_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/script_ops.py
Analysis of yaml.serializer (Library) on depth 3 completed in 0.8 ms.
Analysis of yaml.representer (Stub) on depth 4 completed in 0.87 ms.
Import: tensorflow.python.ops.state_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/state_ops.py
Analysis of yaml.reader (Stub) on depth 4 completed in 0.53 ms.
Analysis of importlib.abc (Stub) on depth 4 completed in 1.35 ms.
Import: tensorflow.python.ops.variable_scope /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/variable_scope.py
Analysis of yaml.scanner (Stub) on depth 4 completed in 6.24 ms.
Import: tensorflow.python.platform.tf_logging /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/tf_logging.py
Analysis of yaml.parser (Stub) on depth 4 completed in 0.77 ms.
Analysis of pandas.core.internals.arrays (Library) on depth 4 completed in 0.14 ms.
Import: tensorflow_estimator.python.estimator.api._v1 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/api/_v1/__init__.py
Analysis of tensorflow._api.v1.distribute (Library) queued. Dependencies: __future__, tensorflow._api.v1.distribute.cluster_resolver, tensorflow._api.v1.distribute.experimental, tensorflow.python.distribute.cross_device_ops, tensorflow.python.distribute.distribute_lib, tensorflow.python.distribute.distribution_strategy_context, tensorflow.python.distribute.mirrored_strategy, tensorflow.python.distribute.one_device_strategy, tensorflow.python.distribute.reduce_util, tensorflow.python.training.server_lib, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow_estimator.python.estimator.api._v1.estimator /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py
Analysis of codecs (Stub) on depth 3 completed in 8.43 ms.
Import: tensorflow.python.keras.api._v1 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/__init__.py
Import: tensorflow.python.keras.api._v1.keras /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/__init__.py
Analysis of _importlib_modulespec (Stub) on depth 4 completed in 0.8 ms.
Analysis of tensorflow._api.v1.distributions (Library) queued. Dependencies: __future__, tensorflow.python.ops.distributions.bernoulli, tensorflow.python.ops.distributions.beta, tensorflow.python.ops.distributions.categorical, tensorflow.python.ops.distributions.dirichlet, tensorflow.python.ops.distributions.dirichlet_multinomial, tensorflow.python.ops.distributions.distribution, tensorflow.python.ops.distributions.distributions, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of _bisect (Compiled) on depth 3 completed in 0.16 ms.
Import: tensorflow.python.util.lazy_loader /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/lazy_loader.py
Import: tensorflow.python.platform /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/__init__.py
Import: tensorflow.python.platform.flags /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/flags.py
Analysis of pandas.errors (Library) on depth 3 completed in 1.17 ms.
Import: tensorflow.python.framework /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/__init__.py
Import: tensorflow.python.framework.load_library /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/load_library.py
Import: tensorflow.python.lib.io /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/lib/io/__init__.py
Import: tensorflow.python.lib.io.file_io /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/lib/io/file_io.py
Analysis of torch.nn.modules.container (Library) queued. Dependencies: torch.nn.modules.container, warnings, collections, torch._six, itertools, operator, torch, torch.nn.modules.module
Analysis of types (Stub) on depth 3 completed in 8.26 ms.
Import: tensorflow.python.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/__init__.py
Analysis of distutils.version (Stub) on depth 4 completed in 0.82 ms.
Import: tensorflow.python.util.deprecation_wrapper /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/deprecation_wrapper.py
Analysis of bz2 (Stub) on depth 5 completed in 0.49 ms.
Analysis of tensorflow._api.v1 (Library) queued. Dependencies:
Import: plotly.offline.offline /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/offline/offline.py
Import: _plotly_utils.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/utils.py
Analysis of tensorflow._api.v1.dtypes (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.framework.dtypes, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of _csv (Stub) on depth 6 completed in 1.77 ms.
Import: _plotly_utils.colors /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/colors/__init__.py
Analysis of torch.nn.modules.dropout (Stub) queued. Dependencies: torch, torch.nn.modules.module
Analysis of tensorflow.python.tools.module_util (Library) queued. Dependencies: __future__, os
Analysis of zlib (Stub) on depth 5 completed in 0.54 ms.
Analysis of torch.nn.modules.linear (Stub) queued. Dependencies: torch.nn.modules.module, torch.nn, torch
Analysis of tensorflow.python.tools (Library) queued. Dependencies:
Import: plotly.io._orca /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/_orca.py
Import: plotly.io.orca /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/orca.py
Analysis of tensorflow._api.v1.errors (Library) queued. Dependencies: __future__, tensorflow.lite.python.lite, tensorflow.python, tensorflow.python.framework.errors, tensorflow.python.framework.errors_impl, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of email.message (Stub) on depth 6 completed in 9.2 ms.
Import: plotly.io._json /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/_json.py
Import: plotly.io._templates /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/_templates.py
Analysis of time (Stub) on depth 4 completed in 1.42 ms.
Analysis of tensorflow.python.pywrap_tensorflow (Library) queued. Dependencies: __future__, ctypes, sys, traceback, tensorflow.python.platform, tensorflow.python.platform.self_check, tensorflow.python, tensorflow.python.pywrap_tensorflow_internal
Import: plotly.io._html /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/_html.py
Import: plotly.io._renderers /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/_renderers.py
Import: plotly.io.base_renderers /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/base_renderers.py
Import: plotly.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/exceptions.py
Analysis of threading (Stub) on depth 4 completed in 3.2 ms.
Import: plotly.files /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/files.py
Import: plotly.graph_objs.graph_objs /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/graph_objs.py
Import: plotly.basedatatypes /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/basedatatypes.py
Analysis of lzma (Stub) on depth 5 completed in 1.26 ms.
Analysis of tensorflow.python (Library) queued. Dependencies: ctypes, importlib, sys, traceback, numpy, tensorflow.python.pywrap_tensorflow, tensorflow.core.framework.graph_pb2, tensorflow.core.framework.node_def_pb2, tensorflow.core.framework.summary_pb2, tensorflow.core.framework.attr_value_pb2, tensorflow.core.protobuf.meta_graph_pb2, tensorflow.core.protobuf.config_pb2, tensorflow.core.protobuf.tensorflow_server_pb2, tensorflow.core.util.event_pb2, tensorflow.python.framework.framework_lib, tensorflow.python.framework.versions, tensorflow.python.framework, tensorflow.python.framework.config, tensorflow.python.framework.errors, tensorflow.python.framework.graph_util, tensorflow.python.client.client_lib, tensorflow.python.ops.standard_ops, tensorflow.python.ops, tensorflow.python.ops.initializers_ns, tensorflow.python.data, tensorflow.python.distribute, tensorflow.python.keras, tensorflow.python.feature_column, tensorflow.python.feature_column.feature_column_lib, tensorflow.python.layers, tensorflow.python.layers.layers, tensorflow.python.module, tensorflow.python.module.module, tensorflow.python.ops.bitwise_ops, tensorflow.python.ops.gradient_checker_v2, tensorflow.python.ops.image_ops, tensorflow.python.ops.manip_ops, tensorflow.python.ops.metrics, tensorflow.python.ops.nn, tensorflow.python.ops.ragged, tensorflow.python.ops.sets, tensorflow.python.ops.stateful_random_ops, tensorflow.python.ops.distributions, tensorflow.python.ops.distributions.distributions, tensorflow.python.ops.linalg, tensorflow.python.ops.linalg.linalg, tensorflow.python.ops.losses, tensorflow.python.ops.losses.losses, tensorflow.python.ops.signal, tensorflow.python.ops.signal.signal, tensorflow.python.profiler, tensorflow.python.profiler.profiler, tensorflow.python.saved_model, tensorflow.python.saved_model.saved_model, tensorflow.python.summary, tensorflow.python.summary.summary, tensorflow.python.tpu, tensorflow.python.tpu.bfloat16, tensorflow.python.tpu.tpu, tensorflow.python.tpu.tpu_optimizer, tensorflow.python.user_ops, tensorflow.python.user_ops.user_ops, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.ops.gen_audio_ops, tensorflow.python.ops.gen_boosted_trees_ops, tensorflow.python.ops.gen_cudnn_rnn_ops, tensorflow.python.training, tensorflow.python.training.training, tensorflow.python.lib.io, tensorflow.python.lib.io.python_io, tensorflow.python.platform, tensorflow.python.platform.app, tensorflow.python.platform.flags, tensorflow.python.platform.gfile, tensorflow.python.platform.tf_logging, tensorflow.python.platform.resource_loader, tensorflow.python.platform.sysconfig, tensorflow.python.platform.test, tensorflow.python.compat, tensorflow.python.compat.v2_compat, tensorflow.python.util.all_util, tensorflow.python.util.tf_export, tensorflow.python.eager.context, tensorflow.python.eager.remote, tensorflow.python.eager.def_function, tensorflow.python.framework.ops, tensorflow.python.ops.rnn, tensorflow.python.ops.rnn_cell, tensorflow.python.compiler.xla, tensorflow.python.compiler.xla.jit, tensorflow.python.compiler.xla.xla
Analysis of zipfile (Stub) on depth 5 completed in 1.4 ms.
Analysis of importlib (Stub) on depth 4 completed in 0.3 ms.
Import: plotly._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/_version.py
Analysis of mmap (Compiled) on depth 5 completed in 2.92 ms.
Analysis of torch.nn.modules.linear (Library) queued. Dependencies: torch.nn.modules.linear, math, torch, torch.nn.parameter, torch.nn, torch.nn.functional, torch.nn.init, torch.nn.modules.module
Import: plotly._widget_version /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/_widget_version.py
Import: _pytest._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/_version.py
Analysis of site (Library) queued. Dependencies: site (stub), sys, os, _sitebuiltins, traceback, atexit, readline, rlcompleter, textwrap
Analysis of torch.nn.modules.normalization (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn
Analysis of site (Stub) queued. Dependencies: sys (stub)
Import: _pytest.assertion.rewrite /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/assertion/rewrite.py
Analysis of configparser (Stub) on depth 6 completed in 8.42 ms.
Import: _pytest.assertion.truncate /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/assertion/truncate.py
Analysis of email.contentmanager (Library) queued. Dependencies: email.contentmanager (stub), binascii, email, email.charset, email.message, email.errors, email.quoprimime
Import: _pytest.assertion.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/assertion/util.py
Import: py /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/__init__.py
Import: pluggy /Users/malmaud/anaconda3/lib/python3.7/site-packages/pluggy/__init__.py
Analysis of email.headerregistry (Library) queued. Dependencies: email.headerregistry (stub), types, email, email.utils, email.errors, email._header_value_parser
Import: _pytest._code /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/_code/__init__.py
Analysis of email.headerregistry (Stub) queued. Dependencies: datetime (stub), email.errors (stub), email.policy (stub)
Import: _pytest.hookspec /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/hookspec.py
Analysis of email.encoders (Library) queued. Dependencies: email.encoders (stub), base64, quopri
Analysis of email.encoders (Stub) queued. Dependencies: email.message (stub)
Import: _pytest.config.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/config/exceptions.py
Analysis of argparse (Stub) on depth 2 completed in 10.85 ms.
Import: _pytest.config.findpaths /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/config/findpaths.py
Analysis of inspect (Stub) on depth 3 completed in 14.17 ms.
Analysis of email.quoprimime (Library) queued. Dependencies: re, string
Import: _pytest.deprecated /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/deprecated.py
Analysis of tensorflow._api.v1.experimental (Library) queued. Dependencies: __future__, tensorflow.python.eager.context, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of email.base64mime (Library) queued. Dependencies: base64, binascii
Analysis of heapq (Stub) on depth 3 completed in 0.41 ms.
Analysis of linecache (Stub) on depth 4 completed in 0.31 ms.
Analysis of pandas._libs.join (Compiled) queued. Dependencies:
Import: _pytest.warnings /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/warnings.py
Analysis of _weakref (Stub) on depth 4 completed in 1.25 ms.
Analysis of tensorflow._api.v1.graph_util (Library) queued. Dependencies: __future__, tensorflow.lite.python.lite, tensorflow.python.framework.graph_util, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.feature_column (Library) queued. Dependencies: __future__, tensorflow.python.feature_column.feature_column, tensorflow.python.feature_column.feature_column_lib, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: _pytest.config.argparsing /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/config/argparsing.py
Analysis of opcode (Stub) on depth 5 completed in 0.45 ms.
Analysis of tensorflow._api.v1.gfile (Library) queued. Dependencies: __future__, tensorflow.python.lib.io.file_io, tensorflow.python.platform.gfile, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.initializers (Library) queued. Dependencies: __future__, tensorflow.python, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of statsmodels.api (Library) queued. Dependencies: statsmodels, statsmodels.iolib, statsmodels.datasets, statsmodels.tools, statsmodels.tools.tools, statsmodels.regression, statsmodels.regression.linear_model, statsmodels.regression.recursive_ls, statsmodels.regression.quantile_regression, statsmodels.regression.mixed_linear_model, statsmodels.genmod, statsmodels.genmod.api, statsmodels.robust, statsmodels.robust.robust_linear_model, statsmodels.discrete.discrete_model, statsmodels.discrete.count_model, statsmodels.tsa, statsmodels.tsa.api, statsmodels.duration.survfunc, statsmodels.duration.hazard_regression, statsmodels.imputation.mice, statsmodels.imputation.bayes_mi, statsmodels.nonparametric, statsmodels.nonparametric.api, statsmodels.distributions, statsmodels.version, statsmodels.info, statsmodels.graphics.gofplots, statsmodels.graphics, statsmodels.graphics.api, statsmodels.stats, statsmodels.stats.api, statsmodels.emplike, statsmodels.emplike.api, statsmodels.duration, statsmodels.duration.api, statsmodels.multivariate.pca, statsmodels.multivariate.manova, statsmodels.multivariate.factor, statsmodels.multivariate, statsmodels.multivariate.api, statsmodels.formula, statsmodels.formula.api, statsmodels.iolib.smpickle, statsmodels.tools.print_version, statsmodels.tools.web, os, subprocess
Analysis of tensorflow._api.v1.layers (Library) queued. Dependencies: __future__, tensorflow._api.v1.layers.experimental, tensorflow.python.keras.engine, tensorflow.python.layers.base, tensorflow.python.layers.convolutional, tensorflow.python.layers.core, tensorflow.python.layers.layers, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: _pytest.mark.legacy /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/mark/legacy.py
Analysis of pandas.core.indexes.numeric (Library) queued. Dependencies: warnings, numpy, pandas._libs, pandas._libs.index, pandas.util._decorators, pandas.core.dtypes.common, pandas, pandas.core, pandas.core.dtypes, pandas.core.dtypes.concat, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core.algorithms, pandas.core.common, pandas.core.indexes.base, pandas.core.ops, pandas.io.formats.format
Analysis of tensorflow._api.v1.lite (Library) queued. Dependencies: __future__, tensorflow._api.v1.lite.constants, tensorflow._api.v1.lite.experimental, tensorflow.lite.python.lite, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: _pytest.mark.structures /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/mark/structures.py
Analysis of tensorflow._api.v1.io (Library) queued. Dependencies: __future__, tensorflow._api.v1.io.gfile, tensorflow.python, tensorflow.python.framework.graph_io, tensorflow.python.lib.io.python_io, tensorflow.python.ops.gen_image_ops, tensorflow.python.ops.image_ops, tensorflow.python.training.input, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.manip (Library) queued. Dependencies: __future__, tensorflow.python, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.logging (Library) queued. Dependencies: __future__, tensorflow.python.platform.tf_logging, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.linalg (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.ops.linalg.linalg, tensorflow.python.ops.linalg.linear_operator_adjoint, tensorflow.python.ops.linalg.linear_operator_householder, tensorflow.python.ops.linalg.linear_operator_inversion, tensorflow.python.ops.nn, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of pandas.core.indexes.datetimelike (Library) queued. Dependencies: operator, warnings, numpy, pandas._libs, pandas._libs.lib, pandas._libs.algos, pandas.compat.numpy, pandas.compat.numpy.function, pandas.errors, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core, pandas.core.algorithms, pandas.core.ops, pandas.core.accessor, pandas.core.arrays, pandas.core.arrays.datetimelike, pandas, pandas.core.indexes, pandas.core.indexes.base, pandas.core.tools.timedeltas, pandas.io, pandas.io.formats, pandas.io.formats.printing, pandas.tseries.frequencies
Analysis of tensorflow._api.v1.image (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.ops.gen_image_ops, tensorflow.python.ops.image_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.lookup (Library) queued. Dependencies: __future__, tensorflow._api.v1.lookup.experimental, tensorflow.python.ops.lookup_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.losses (Library) queued. Dependencies: __future__, tensorflow.python.ops.losses.losses, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.nest (Library) queued. Dependencies: __future__, tensorflow.python.util.nest, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of pandas.core.ops.missing (Library) queued. Dependencies: operator, numpy, pandas.core.dtypes.common, pandas.core.ops.roperator
Analysis of difflib (Stub) on depth 4 completed in 27.9 ms.
Analysis of tensorflow._api.v1.profiler (Library) queued. Dependencies: __future__, tensorflow.python.profiler.model_analyzer, tensorflow.python.profiler.option_builder, tensorflow.python.profiler.profiler, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.quantization (Library) queued. Dependencies: __future__, tensorflow.python, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of hashlib (Stub) on depth 3 completed in 1.11 ms.
Analysis of statsmodels (Library) queued. Dependencies: __future__, distutils.version, os, sys, warnings, statsmodels.tools.sm_exceptions, pytest, statsmodels.version
Analysis of tensorflow._api.v1.queue (Library) queued. Dependencies: __future__, tensorflow.python, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of optparse (Stub) on depth 4 completed in 23.56 ms.
Analysis of stat (Stub) on depth 3 completed in 0.84 ms.
Analysis of tensorflow._api.v1.python_io (Library) queued. Dependencies: __future__, tensorflow.python.lib.io.python_io, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.ragged (Library) queued. Dependencies: __future__, tensorflow.python.ops.ragged.ragged_array_ops, tensorflow.python.ops.ragged.ragged_factory_ops, tensorflow.python.ops.ragged.ragged_functional_ops, tensorflow.python.ops.ragged.ragged_math_ops, tensorflow.python.ops.ragged.ragged_tensor_value, tensorflow.python.ops.ragged.segment_id_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.random (Library) queued. Dependencies: __future__, tensorflow._api.v1.random.experimental, tensorflow.python, tensorflow.python.ops.candidate_sampling_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.resource_loader (Library) queued. Dependencies: __future__, tensorflow.python.platform.resource_loader, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tempfile (Stub) on depth 4 completed in 1.69 ms.
Analysis of tensorflow._api.v1.metrics (Library) queued. Dependencies: __future__, tensorflow.python.ops.metrics, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of subprocess (Stub) on depth 3 completed in 7.48 ms.
Analysis of posixpath (Stub) on depth 3 completed in 0.81 ms.
Import: _pytest.runner /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/runner.py
Analysis of pprint (Stub) on depth 3 completed in 6.08 ms.
Analysis of ntpath (Stub) on depth 3 completed in 6.58 ms.
Import: more_itertools /Users/malmaud/anaconda3/lib/python3.7/site-packages/more_itertools/__init__.py
Analysis of tensorflow._api.v1.sets (Library) queued. Dependencies: __future__, tensorflow.python.ops.sets, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: py._code.code /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/_code/code.py
Analysis of contextlib (Stub) on depth 5 completed in 7.35 ms.
Analysis of tensorflow._api.v1.saved_model (Library) queued. Dependencies: __future__, tensorflow._api.v1.saved_model.builder, tensorflow._api.v1.saved_model.constants, tensorflow._api.v1.saved_model.experimental, tensorflow._api.v1.saved_model.loader, tensorflow._api.v1.saved_model.main_op, tensorflow._api.v1.saved_model.signature_constants, tensorflow._api.v1.saved_model.signature_def_utils, tensorflow._api.v1.saved_model.tag_constants, tensorflow._api.v1.saved_model.utils, tensorflow.lite.python.lite, tensorflow.python.saved_model.builder, tensorflow.python.saved_model.constants, tensorflow.python.saved_model.loader, tensorflow.python.saved_model.main_op, tensorflow.python.saved_model.save, tensorflow.python.saved_model.saved_model, tensorflow.python.saved_model.signature_constants, tensorflow.python.saved_model.signature_def_utils, tensorflow.python.saved_model.tag_constants, tensorflow.python.saved_model.utils, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of sre_compile (Stub) on depth 3 completed in 8.15 ms.
Analysis of tensorflow._api.v1.signal (Library) queued. Dependencies: __future__, tensorflow.python.ops.gen_spectral_ops, tensorflow.python.ops.signal.dct_ops, tensorflow.python.ops.signal.fft_ops, tensorflow.python.ops.signal.mel_ops, tensorflow.python.ops.signal.mfcc_ops, tensorflow.python.ops.signal.reconstruction_ops, tensorflow.python.ops.signal.shape_ops, tensorflow.python.ops.signal.signal, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of pandas.core.ops.docstrings (Library) queued. Dependencies:
Analysis of tensorflow._api.v1.nn (Library) queued. Dependencies: __future__, tensorflow._api.v1.nn.rnn_cell, tensorflow.python, tensorflow.python.ops.candidate_sampling_ops, tensorflow.python.ops.ctc_ops, tensorflow.python.ops.embedding_ops, tensorflow.python.ops.gen_nn_ops, tensorflow.python.ops.nn, tensorflow.python.ops.rnn, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of functools (Stub) on depth 3 completed in 7.81 ms.
Analysis of _random (Stub) on depth 3 completed in 0.32 ms.
Analysis of shutil (Stub) on depth 4 completed in 22.67 ms.
Analysis of attr (Stub) queued. Dependencies: attr.exceptions, attr.filters, attr.converters, attr.validators
Import: _pytest._code.code /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/_code/code.py
Analysis of math (Stub) on depth 2 completed in 6.8 ms.
Analysis of mimetypes (Stub) on depth 6 completed in 0.87 ms.
Analysis of tensorflow._api.v1.sysconfig (Library) queued. Dependencies: __future__, tensorflow.python.framework.versions, tensorflow.python.platform.sysconfig, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.summary (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.ops.summary_ops_v2, tensorflow.python.summary.summary, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.test (Library) queued. Dependencies: __future__, tensorflow.python.framework.test_util, tensorflow.python.ops.gradient_checker, tensorflow.python.platform.benchmark, tensorflow.python.platform.googletest, tensorflow.python.platform.test, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of shlex (Stub) on depth 5 completed in 7.1 ms.
Analysis of tensorflow._api.v1.user_ops (Library) queued. Dependencies: __future__, tensorflow.python.user_ops.user_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of glob (Stub) on depth 4 completed in 0.23 ms.
Analysis of tensorflow._api.v1.spectral (Library) queued. Dependencies: __future__, tensorflow.python.ops.gen_spectral_ops, tensorflow.python.ops.signal.dct_ops, tensorflow.python.ops.signal.fft_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.version (Library) queued. Dependencies: __future__, tensorflow.python.framework.versions, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of traceback (Stub) on depth 3 completed in 8.85 ms.
Analysis of tensorflow._api.v1.xla (Library) queued. Dependencies: __future__, tensorflow._api.v1.xla.experimental, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of __future__ (Stub) on depth 3 completed in 5.68 ms.
Analysis of py_compile (Stub) on depth 6 completed in 5.87 ms.
Analysis of tensorflow._api.v1.sparse (Library) queued. Dependencies: __future__, tensorflow.python, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.compat.v2_compat (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.tf2, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.variable_scope, tensorflow.python.util.tf_export
Analysis of numbers (Stub) on depth 3 completed in 15.97 ms.
Analysis of tensorflow._api.v1.tpu (Library) queued. Dependencies: __future__, tensorflow._api.v1.tpu.experimental, tensorflow.python.tpu.bfloat16, tensorflow.python.tpu.ops.tpu_ops, tensorflow.python.tpu.tpu, tensorflow.python.tpu.tpu_optimizer, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.framework.constant_op (Library) queued. Dependencies: __future__, numpy, six, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.types_pb2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.util.tf_export
Analysis of pathlib (Stub) on depth 2 completed in 30.55 ms.
Import: more_itertools.more /Users/malmaud/anaconda3/lib/python3.7/site-packages/more_itertools/more.py
Analysis of tensorflow._api.v1.math (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.ops.confusion_matrix, tensorflow.python.ops.gen_nn_ops, tensorflow.python.ops.nn, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of locale (Stub) on depth 4 completed in 32.86 ms.
Analysis of _pytest._code.code (Library) queued. Dependencies: __future__, inspect, pprint, re, sys, traceback, weakref, attr, pluggy, py, six, _pytest, _pytest.compat, _pytest._code._py2traceback, _pytest._code, _pytest._code.source
Analysis of tensorflow.python.framework.dtypes (Library) queued. Dependencies: __future__, numpy, six, tensorflow.core.framework, tensorflow.core.framework.types_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.util.tf_export
Analysis of pandas.core.ops.roperator (Library) queued. Dependencies: operator
Analysis of tensorflow.python.framework.tensor_spec (Library) queued. Dependencies: __future__, numpy, tensorflow.python.framework, tensorflow.python.framework.common_shapes, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.util.tf_export
Analysis of tracemalloc (Stub) on depth 4 completed in 38.59 ms.
Analysis of encodings (Stub) on depth 4 completed in 0.13 ms.
Analysis of tensorflow.python.module.module (Library) queued. Dependencies: __future__, re, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.variables, tensorflow.python.training.tracking, tensorflow.python.training.tracking.tracking, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_export
Analysis of tensorflow._api.v1.train (Library) queued. Dependencies: __future__, tensorflow._api.v1.train.experimental, tensorflow._api.v1.train.queue_runner, tensorflow.python, tensorflow.python.distribute.cluster_resolver.cluster_resolver, tensorflow.python.eager.remote, tensorflow.python.framework.convert_to_constants, tensorflow.python.framework.graph_io, tensorflow.python.ops.gen_sdca_ops, tensorflow.python.pywrap_tensorflow, tensorflow.python.summary.summary_iterator, tensorflow.python.training.adadelta, tensorflow.python.training.adagrad, tensorflow.python.training.adagrad_da, tensorflow.python.training.adam, tensorflow.python.training.basic_loops, tensorflow.python.training.basic_session_run_hooks, tensorflow.python.training.checkpoint_management, tensorflow.python.training.checkpoint_utils, tensorflow.python.training.coordinator, tensorflow.python.training.device_setter, tensorflow.python.training.ftrl, tensorflow.python.training.gradient_descent, tensorflow.python.training.input, tensorflow.python.training.learning_rate_decay, tensorflow.python.training.momentum, tensorflow.python.training.monitored_session, tensorflow.python.training.moving_averages, tensorflow.python.training.optimizer, tensorflow.python.training.proximal_adagrad, tensorflow.python.training.proximal_gradient_descent, tensorflow.python.training.queue_runner, tensorflow.python.training.rmsprop, tensorflow.python.training.saver, tensorflow.python.training.server_lib, tensorflow.python.training.session_manager, tensorflow.python.training.session_run_hook, tensorflow.python.training.supervisor, tensorflow.python.training.sync_replicas_optimizer, tensorflow.python.training.tracking.util, tensorflow.python.training.training, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.lite.python.lite (Library) queued. Dependencies: __future__, warnings, enum, six, google.protobuf, google.protobuf.text_format, google.protobuf.message, tensorflow.core.framework, tensorflow.core.framework.graph_pb2, tensorflow.lite.experimental.examples.lstm.rnn, tensorflow.lite.experimental.examples.lstm.rnn_cell, tensorflow.lite.experimental.tensorboard.ops_util, tensorflow.lite.python, tensorflow.lite.python.lite_constants, tensorflow.lite.python.convert, tensorflow.lite.python.convert_saved_model, tensorflow.lite.python.interpreter, tensorflow.lite.python.op_hint, tensorflow.lite.python.optimize, tensorflow.lite.python.optimize.calibrator, tensorflow.lite.python.util, tensorflow.python, tensorflow.python.keras, tensorflow.python.client, tensorflow.python.client.session, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.def_function, tensorflow.python.eager.function, tensorflow.python.framework, tensorflow.python.framework.convert_to_constants, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.errors_impl, tensorflow.python.framework.importer, tensorflow.python.keras.saving, tensorflow.python.keras.saving.saving_utils, tensorflow.python.lib.io, tensorflow.python.lib.io.file_io, tensorflow.python.saved_model, tensorflow.python.saved_model.signature_constants, tensorflow.python.saved_model.tag_constants, tensorflow.python.saved_model.load, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of tensorboard.summary.writer.record_writer (Library) queued. Dependencies: struct, tensorboard.compat.tensorflow_stub.pywrap_tensorflow
Analysis of tensorflow._api.v1.strings (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.ops.ragged.ragged_string_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.ops.confusion_matrix (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.sparse_ops, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.control_flow_grad (Library) queued. Dependencies: __future__, six, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.control_flow_util, tensorflow.python.ops.math_ops
Analysis of tensorflow.python.eager.wrap_function (Library) queued. Dependencies: __future__, weakref, tensorflow.core.protobuf, tensorflow.core.protobuf.meta_graph_pb2, tensorflow.python.eager, tensorflow.python.eager.function, tensorflow.python.eager.lift_to_graph, tensorflow.python.framework, tensorflow.python.framework.func_graph, tensorflow.python.framework.importer, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.variable_scope, tensorflow.python.training.tracking, tensorflow.python.training.tracking.data_structures, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Analysis of plotly.subplots (Library) queued. Dependencies: __future__, collections, plotly, plotly.graph_objs, plotly.validators
Analysis of tensorflow.python.framework.versions (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.util.tf_export
Analysis of pdb (Stub) on depth 4 completed in 0.4 ms.
Analysis of tensorflow.python.ops.ragged.ragged_squeeze_op (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_tensor, tensorflow.python.ops.ragged.ragged_util
Analysis of tensorflow.python.ops.map_fn (Library) queued. Dependencies: __future__, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.tensor_array_ops, tensorflow.python.ops.variable_scope, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Analysis of ctypes (Stub) on depth 4 completed in 106.04 ms.
Analysis of tensorflow.python.framework.tensor_shape (Library) queued. Dependencies: __future__, tensorflow.core.framework, tensorflow.core.framework.tensor_shape_pb2, tensorflow.python, tensorflow.python.tf2, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.tf_export
Analysis of platform (Stub) on depth 4 completed in 17.49 ms.
Analysis of warnings (Stub) on depth 3 completed in 8.1 ms.
Analysis of select (Stub) on depth 4 completed in 8.8 ms.
Analysis of tarfile (Stub) on depth 5 completed in 10.13 ms.
Analysis of urllib.response (Stub) on depth 6 completed in 1 ms.
Analysis of pipes (Stub) on depth 7 completed in 0.38 ms.
Analysis of urllib.parse (Stub) on depth 3 completed in 65.2 ms.
Analysis of _compression (Stub) on depth 6 completed in 0.4 ms.
Analysis of tensorflow_estimator.python.estimator.api._v1 (Library) queued. Dependencies: __future__, tensorflow_estimator.python.estimator.api._v1.estimator
Analysis of socket (Stub) on depth 5 completed in 19.64 ms.
Analysis of tensorflow.python.ops.ragged.ragged_string_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_string_ops, tensorflow.python.ops.string_ops, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_array_ops, tensorflow.python.ops.ragged.ragged_tensor, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.state_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_math_ops, tensorflow.python.ops.gen_resource_variable_ops, tensorflow.python.ops.gen_state_ops, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of tensorflow.python.keras.api._v1 (Library) queued. Dependencies: __future__, tensorflow.python.keras.api._v1.keras, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of signal (Stub) on depth 4 completed in 1.82 ms.
Analysis of http (Stub) on depth 5 completed in 1.17 ms.
Analysis of torch.utils.data.sampler (Stub) queued. Dependencies:
Analysis of plistlib (Stub) on depth 5 completed in 0.89 ms.
Analysis of tensorflow.python.ops.array_ops (Library) queued. Dependencies: __future__, sys, numpy, six, tensorflow.python.compat, tensorflow.python.compat.compat, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.common_shapes, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.gen_array_ops, tensorflow.python.ops.gen_math_ops, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.dispatch, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Analysis of struct (Stub) on depth 3 completed in 8.34 ms.
Analysis of tensorflow.python.platform.tf_logging (Library) queued. Dependencies: __future__, logging, os, sys, time, traceback, threading, six, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.script_ops (Library) queued. Dependencies: __future__, threading, traceback, weakref, numpy, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.backprop, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.function, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_script_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Analysis of tensorflow.python.framework.tensor_util (Library) queued. Dependencies: __future__, numpy, six, tensorflow.core.framework, tensorflow.core.framework.tensor_pb2, tensorflow.core.framework.tensor_shape_pb2, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.framework.fast_tensor_util, tensorflow.python.framework.dtypes, tensorflow.python.util.tf_export
Analysis of _plotly_utils.basevalidators (Library) queued. Dependencies: __future__, base64, numbers, textwrap, uuid, importlib, copy, io, re, sys, six, _plotly_utils.optional_imports, inspect, itertools, plotly, plotly.colors, plotly.graph_objs, plotly.io
Analysis of tensorflow.python.platform (Library) queued. Dependencies:
Analysis of tensorflow.python.keras.api._v1.keras (Library) queued. Dependencies: __future__, tensorflow.python.keras, tensorflow.python.keras.api._v1.keras.activations, tensorflow.python.keras.api._v1.keras.applications, tensorflow.python.keras.api._v1.keras.backend, tensorflow.python.keras.api._v1.keras.callbacks, tensorflow.python.keras.api._v1.keras.constraints, tensorflow.python.keras.api._v1.keras.datasets, tensorflow.python.keras.api._v1.keras.estimator, tensorflow.python.keras.api._v1.keras.experimental, tensorflow.python.keras.api._v1.keras.initializers, tensorflow.python.keras.api._v1.keras.layers, tensorflow.python.keras.api._v1.keras.losses, tensorflow.python.keras.api._v1.keras.metrics, tensorflow.python.keras.api._v1.keras.mixed_precision, tensorflow.python.keras.api._v1.keras.models, tensorflow.python.keras.api._v1.keras.optimizers, tensorflow.python.keras.api._v1.keras.preprocessing, tensorflow.python.keras.api._v1.keras.regularizers, tensorflow.python.keras.api._v1.keras.utils, tensorflow.python.keras.api._v1.keras.wrappers, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.util.lazy_loader (Library) queued. Dependencies: __future__, importlib, types, tensorflow.python.platform, tensorflow.python.platform.tf_logging
Analysis of torch.utils.tensorboard.writer (Library) queued. Dependencies: __future__, os, six, time, torch, tensorboard.compat.proto.event_pb2, tensorboard.compat.proto, tensorboard.summary.writer.event_file_writer, torch.utils.tensorboard._convert_np, torch.utils.tensorboard._embedding, torch.utils.tensorboard._onnx_graph, torch.utils.tensorboard._pytorch_graph, torch.utils.tensorboard._utils, torch.utils.tensorboard.summary, socket, datetime, caffe2.proto, caffe2.proto.caffe2_pb2, caffe2.python, caffe2.python.core, torch.utils.tensorboard._caffe2_graph
Analysis of tensorflow.python.framework (Library) queued. Dependencies:
Analysis of tensorflow.python.platform.flags (Library) queued. Dependencies: __future__, logging, sys, absl.flags, six, tensorflow.python.util, tensorflow.python.util.tf_decorator
Analysis of tensorflow.python.lib.io (Library) queued. Dependencies:
Analysis of plotly.express._doc (Library) queued. Dependencies: inspect
Analysis of tensorflow.python.util (Library) queued. Dependencies:
Analysis of _sentencepiece (Compiled) queued. Dependencies:
Analysis of torch.utils.data.distributed (Stub) queued. Dependencies: torch.utils.data
Analysis of tokenize (Stub) on depth 4 completed in 28.89 ms.
Analysis of tensorflow.python.util.deprecation_wrapper (Library) queued. Dependencies: __future__, sys, types, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_stack, tensorflow.tools.compatibility, tensorflow.tools.compatibility.all_renames_v2
Analysis of plotly.io.orca (Library) queued. Dependencies: plotly.io._orca
Analysis of _plotly_utils.utils (Library) queued. Dependencies: decimal, json, sys, re, _plotly_utils.optional_imports
Analysis of tensorflow.python.framework.load_library (Library) queued. Dependencies: __future__, errno, hashlib, imp, os, platform, sys, threading, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.core.lib.core, tensorflow.core.lib.core.error_codes_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.lib.io, tensorflow.python.lib.io.file_io, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of lib2to3.btm_matcher (Library) queued. Dependencies: logging, itertools, collections, lib2to3, lib2to3.pytree, lib2to3.btm_utils, lib2to3.pygram
Analysis of plotly.io._json (Library) queued. Dependencies: __future__, six, json, plotly.io._utils, _plotly_utils.utils
Analysis of email.policy (Stub) on depth 7 completed in 55.35 ms.
Analysis of _csv (Compiled) on depth 5 completed in 31.5 ms.
Analysis of dis (Stub) on depth 4 completed in 10.1 ms.
Analysis of _plotly_utils.colors (Library) queued. Dependencies: __future__, decimal, numbers, six, _plotly_utils, _plotly_utils.exceptions, _plotly_utils.colors.qualitative, _plotly_utils.colors.sequential, _plotly_utils.colors.diverging, _plotly_utils.colors.cyclical, _plotly_utils.colors.cmocean, _plotly_utils.colors.colorbrewer, _plotly_utils.colors.carto, _plotly_utils.colors.plotlyjs
Analysis of zlib (Compiled) on depth 4 completed in 31.26 ms.
Analysis of importlib.util (Stub) on depth 5 completed in 1.88 ms.
Analysis of importlib.machinery (Stub) on depth 4 completed in 3.22 ms.
Analysis of random (Stub) on depth 2 completed in 22.26 ms.
Analysis of plotly.offline.offline (Library) queued. Dependencies: __future__, os, warnings, pkgutil, plotly, plotly.tools, plotly.optional_imports, plotly.offline._plotlyjs_version, plotly.io
Analysis of tensorflow.python.ops.logging_ops (Library) queued. Dependencies: __future__, os, pprint, random, sys, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.compat, tensorflow.python.compat.compat, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.gen_logging_ops, tensorflow.python.ops.string_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of lib2to3.pygram (Library) queued. Dependencies: lib2to3.pygram (stub), os, lib2to3.pgen2, lib2to3.pgen2.token, lib2to3.pgen2.driver, lib2to3, lib2to3.pytree
Analysis of _random (Compiled) on depth 2 completed in 0.63 ms.
Analysis of plotly.io.base_renderers (Library) queued. Dependencies: plotly.io._base_renderers
Analysis of plotly.io._orca (Library) queued. Dependencies: __future__, atexit, json, os, socket, subprocess, sys, threading, warnings, copy, contextlib, retrying, six, _plotly_utils, _plotly_utils.utils, plotly, plotly.files, plotly.io._utils, plotly.optional_imports, shutil, requests
Analysis of plotly.exceptions (Library) queued. Dependencies: __future__, _plotly_utils.exceptions
Analysis of datetime (Stub) on depth 3 completed in 35.59 ms.
Analysis of torch.utils.data.dataset (Stub) queued. Dependencies: torch
Analysis of tensorflow.python.ops.check_ops (Library) queued. Dependencies: __future__, numpy, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of plotly.graph_objs.graph_objs (Library) queued. Dependencies: plotly.graph_objs
Analysis of lib2to3.pygram (Stub) queued. Dependencies: lib2to3.pgen2.grammar (stub)
Analysis of logging (Stub) on depth 3 completed in 45.4 ms.
Analysis of plotly.io._html (Library) queued. Dependencies: uuid, json, os, webbrowser, six, plotly.io._utils, plotly.offline.offline, plotly, plotly.utils
Analysis of plotly._version (Library) queued. Dependencies: json
Analysis of plotly.files (Library) queued. Dependencies: __future__, _plotly_utils.files
Analysis of plotly.io._templates (Library) queued. Dependencies: __future__, textwrap, pkgutil, copy, os, json, functools, math, fractions, plotly.graph_objs.layout, plotly.validators.layout, _plotly_utils.basevalidators, plotly.basedatatypes, plotly.graph_objs
Analysis of numbers (Library) on depth 2 completed in 21.74 ms.
Analysis of opcode (Library) on depth 4 completed in 42.08 ms.
Analysis of tensorflow_estimator.python.estimator.api._v1.estimator (Library) queued. Dependencies: __future__, tensorflow_estimator.python.estimator.api._v1.estimator.experimental, tensorflow_estimator.python.estimator.api._v1.estimator.export, tensorflow_estimator.python.estimator.api._v1.estimator.inputs, tensorflow_estimator.python.estimator.canned.baseline, tensorflow_estimator.python.estimator.canned.boosted_trees, tensorflow_estimator.python.estimator.canned.dnn, tensorflow_estimator.python.estimator.canned.dnn_linear_combined, tensorflow_estimator.python.estimator.canned.linear, tensorflow_estimator.python.estimator.canned.parsing_utils, tensorflow_estimator.python.estimator.estimator, tensorflow_estimator.python.estimator.estimator_lib, tensorflow_estimator.python.estimator.exporter, tensorflow_estimator.python.estimator.hooks.basic_session_run_hooks, tensorflow_estimator.python.estimator.hooks.session_run_hook
Analysis of torch.utils.data.dataloader (Stub) queued. Dependencies: torch.utils.data
Analysis of tensorflow.python.ops.variable_scope (Library) queued. Dependencies: __future__, collections, copy, enum, functools, sys, threading, traceback, six, tensorflow.python, tensorflow.python.tf2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.function_utils, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_export
Analysis of select (Compiled) on depth 3 completed in 49.37 ms.
Analysis of plotly._widget_version (Library) queued. Dependencies:
Analysis of _pytest._version (Library) queued. Dependencies:
Analysis of encodings (Library) on depth 3 completed in 28.14 ms.
Analysis of urllib.error (Stub) on depth 6 completed in 0.44 ms.
Analysis of tensorflow.python.lib.io.file_io (Library) queued. Dependencies: __future__, binascii, os, uuid, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.framework, tensorflow.python.framework.c_api_util, tensorflow.python.framework.errors, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of plotly.io._renderers (Library) queued. Dependencies: __future__, textwrap, copy, six, os, distutils.version, plotly, plotly.optional_imports, plotly.io._base_renderers, plotly.io._utils, plotly.io.orca, webbrowser
Analysis of numpy.fft.info (Library) on depth 3 completed in 2.81 ms.
Analysis of plotly.graph_objects (Library) on depth 1 completed in 0.11 ms.
Analysis of torch.utils (Library) on depth 1 completed in 0.1 ms.
Analysis of scipy.sparse.extract (Library) on depth 4 completed in 0.54 ms.
Analysis of _compression (Library) on depth 5 completed in 2.11 ms.
Analysis of _pytest.assertion.truncate (Library) queued. Dependencies: __future__, os, six
Analysis of gzip (Stub) on depth 5 completed in 1.78 ms.
Analysis of pandas.core.internals.blocks (Library) queued. Dependencies: datetime, functools, inspect, re, warnings, numpy, pandas._libs, pandas._libs.lib, pandas._libs.tslib, pandas._libs.tslibs, pandas, pandas._libs.internals, pandas._libs.tslibs.conversion, pandas._libs.tslibs.timezones, pandas.util._validators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core, pandas.core.dtypes, pandas.core.dtypes.concat, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core.algorithms, pandas.core.arrays, pandas.core.base, pandas.core.common, pandas.core.indexers, pandas.core.internals.arrays, pandas.core.missing, pandas.core.nanops, pandas.io.formats.printing, pandas.core.computation, pandas.core.computation.expressions, pandas.io.formats.format, pandas.core.arrays.categorical, pandas.core.internals
Analysis of weakref (Stub) on depth 3 completed in 87.99 ms.
Analysis of _pytest.assertion.rewrite (Library) queued. Dependencies: __future__, ast, errno, imp, itertools, marshal, os, re, string, struct, sys, types, atomicwrites, py, six, _pytest.assertion, _pytest.assertion.util, _pytest.compat, _pytest.pathlib, _pytest.warning_types, _pytest.warnings, pkg_resources, warnings
Analysis of lib2to3.pytree (Library) queued. Dependencies: lib2to3.pytree (stub), sys, io, lib2to3.pygram
Analysis of pandas.core.internals.managers (Library) queued. Dependencies: collections, functools, itertools, operator, re, numpy, pandas._libs, pandas._libs.internals, pandas._libs.lib, pandas.util._validators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas, pandas.core, pandas.core.dtypes, pandas.core.dtypes.concat, pandas.core.dtypes.dtypes, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.core.algorithms, pandas.core.base, pandas.core.index, pandas.core.indexers, pandas.io.formats.printing, pandas.core.internals.blocks, pandas.core.internals.concat
Analysis of ssl (Stub) on depth 6 completed in 21.02 ms.
Analysis of plotly.basedatatypes (Library) queued. Dependencies: __future__, collections, re, six, warnings, contextlib, copy, _plotly_utils.utils, plotly.subplots, plotly.optional_imports, _plotly_utils.basevalidators, plotly, plotly.animation, plotly.callbacks, plotly.utils, plotly.validators, plotly.offline.offline, plotly.io, types
Analysis of spacy.lang.en (Library) on depth 3 completed in 49.11 ms.
Analysis of py (Library) queued. Dependencies: py._error, py._vendored_packages, py._vendored_packages.apipkg, py._version
Analysis of pluggy (Library) queued. Dependencies: pluggy._version, pluggy.manager, pluggy.callers, pluggy.hooks
Analysis of _pytest.assertion.util (Library) queued. Dependencies: __future__, pprint, py, six, _pytest, _pytest._code, _pytest.compat, difflib
Analysis of torch.utils.throughput_benchmark (Library) queued. Dependencies: __future__, torch, torch._C
Analysis of torch.nn.modules.adaptive (Stub) queued. Dependencies: torch, torch.nn.modules.module, torch.nn.modules.linear, collections, torch.nn.modules.container
Analysis of dateutil.relativedelta (Stub) on depth 5 completed in 1.39 ms.
Analysis of tensorflow.python.ops.gen_spectral_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of plotly (Library) on depth 1 completed in 0.25 ms.
Analysis of _pytest.hookspec (Library) queued. Dependencies: pluggy, _pytest.deprecated
Analysis of torch.nn.modules.adaptive (Library) queued. Dependencies: torch.nn.modules.adaptive, collections, torch, torch.nn.modules, torch.nn.modules.module, torch.nn.functional
Analysis of numpy.polynomial.polyutils (Library) on depth 4 completed in 9.04 ms.
Analysis of _pytest.config.exceptions (Library) queued. Dependencies:
Analysis of selectors (Stub) on depth 4 completed in 36.57 ms.
Analysis of plotly.express.data (Library) on depth 2 completed in 8.26 ms.
Analysis of plotly.express.colors (Library) on depth 2 completed in 0.1 ms.
Analysis of _pytest.deprecated (Library) queued. Dependencies: __future__, _pytest.warning_types
Analysis of pytz (Stub) on depth 5 completed in 0.97 ms.
Analysis of _pytest.config.findpaths (Library) queued. Dependencies: os, py, _pytest.config.exceptions, _pytest.deprecated, _pytest.warnings, _pytest.warning_types
Analysis of torch.nn.modules.batchnorm (Library) queued. Dependencies: torch.nn.modules.batchnorm, __future__, torch, torch.nn.modules._functions, torch.nn.modules.module, torch.nn.parameter, torch.nn, torch.nn.functional, torch.nn.init
Analysis of _pytest._code (Library) queued. Dependencies: __future__, _pytest._code.code, _pytest._code.source
Analysis of email.utils (Stub) on depth 6 completed in 0.99 ms.
Analysis of tensorflow.python.framework.ops (Library) queued. Dependencies: __future__, collections, copy, re, sys, threading, numpy, six, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.function_pb2, tensorflow.core.framework.graph_pb2, tensorflow.core.framework.node_def_pb2, tensorflow.core.framework.op_def_pb2, tensorflow.core.framework.versions_pb2, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.tf2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.tape, tensorflow.python.framework, tensorflow.python.framework.c_api_util, tensorflow.python.framework.composite_tensor, tensorflow.python.framework.device, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.registry, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.traceable_stack, tensorflow.python.framework.versions, tensorflow.python.ops, tensorflow.python.ops.control_flow_util, tensorflow.python.platform, tensorflow.python.platform.app, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.decorator_utils, tensorflow.python.util.deprecation, tensorflow.python.util.function_utils, tensorflow.python.util.lock_util, tensorflow.python.util.memory, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_stack, tensorflow.python.util.lazy_loader, tensorflow.python.util.tf_export
Analysis of _pytest.warnings (Library) queued. Dependencies: __future__, sys, warnings, contextlib, pytest, _pytest, _pytest.compat
Analysis of _pytest.mark.legacy (Library) queued. Dependencies: keyword, attr, _pytest.config, pytest
Analysis of more_itertools (Library) queued. Dependencies: more_itertools.more, more_itertools.recipes
Analysis of torch.nn.modules.conv (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn.common_types
Analysis of _pytest.config.argparsing (Library) queued. Dependencies: argparse, sys, warnings, gettext, py, six, _pytest.main, _pytest._argcomplete
Analysis of torch.nn.modules.distance (Stub) queued. Dependencies: torch, torch.nn.modules.module
Analysis of torch.nn.modules.distance (Library) queued. Dependencies: torch.nn.modules.distance, torch.nn.modules.module, torch.nn, torch.nn.functional
Analysis of torch.nn.modules.fold (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn.common_types
Analysis of torch.nn.modules.instancenorm (Stub) queued. Dependencies: torch, torch.nn.modules.batchnorm
Analysis of lib2to3.pytree (Stub) queued. Dependencies: sys (stub), lib2to3.pgen2.grammar (stub)
Analysis of torch.nn.modules.pixelshuffle (Stub) queued. Dependencies: torch.nn.modules.module, torch
Analysis of torch.nn.modules.padding (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn.common_types
Analysis of torch.nn.modules.batchnorm (Stub) queued. Dependencies: torch, torch.nn, torch.nn.modules.module
Analysis of _pytest.runner (Library) queued. Dependencies: __future__, bdb, os, sys, time, six, _pytest.reports, _pytest._code.code, _pytest.outcomes, _pytest, _pytest.nose
Analysis of torch.nn.modules.instancenorm (Library) queued. Dependencies: torch.nn.modules.instancenorm, torch.nn.modules.batchnorm, torch.nn, torch.nn.functional
Analysis of calendar (Stub) on depth 6 completed in 36.35 ms.
Analysis of py._code.code (Library) queued. Dependencies: py, sys, inspect, traceback, py._code._py2traceback, py._code, py._code.source, py._code.assertion
Analysis of torch.nn.modules.conv (Library) queued. Dependencies: torch.nn.modules.conv, math, torch, torch.nn.parameter, torch.nn, torch.nn.functional, torch.nn.init, torch.nn.modules.module, torch.nn.modules.utils, torch._jit_internal
Analysis of _pytest.mark.structures (Library) queued. Dependencies: inspect, warnings, collections, functools, operator, attr, six, _pytest.compat, _pytest.deprecated, _pytest.outcomes, _pytest.nodes
Analysis of torch.nn.modules.loss (Stub) queued. Dependencies: torch.nn.modules.module, torch
Analysis of csv (Stub) on depth 5 completed in 7.28 ms.
Analysis of pytz.lazy (Stub) on depth 6 completed in 0.34 ms.
Analysis of email (Stub) on depth 6 completed in 0.22 ms.
Analysis of email.feedparser (Stub) on depth 7 completed in 0.29 ms.
Analysis of torch.nn.modules.loss (Library) queued. Dependencies: torch.nn.modules.loss, warnings, torch.nn.modules.module, torch.nn, torch.nn.functional, torch.nn._reduction
Analysis of pkg_resources (Stub) on depth 6 completed in 14.52 ms.
Analysis of tensorflow._api.v1.raw_ops (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.ops.array_ops, tensorflow.python.ops.bitwise_ops, tensorflow.python.ops.control_flow_grad, tensorflow.python.ops.data_flow_ops, tensorflow.python.ops.gen_audio_ops, tensorflow.python.ops.gen_boosted_trees_ops, tensorflow.python.ops.gen_candidate_sampling_ops, tensorflow.python.ops.gen_checkpoint_ops, tensorflow.python.ops.gen_collective_ops, tensorflow.python.ops.gen_ctc_ops, tensorflow.python.ops.gen_cudnn_rnn_ops, tensorflow.python.ops.gen_data_flow_ops, tensorflow.python.ops.gen_dataset_ops, tensorflow.python.ops.gen_decode_proto_ops, tensorflow.python.ops.gen_encode_proto_ops, tensorflow.python.ops.gen_experimental_dataset_ops, tensorflow.python.ops.gen_functional_ops, tensorflow.python.ops.gen_image_ops, tensorflow.python.ops.gen_io_ops, tensorflow.python.ops.gen_list_ops, tensorflow.python.ops.gen_logging_ops, tensorflow.python.ops.gen_lookup_ops, tensorflow.python.ops.gen_manip_ops, tensorflow.python.ops.gen_nccl_ops, tensorflow.python.ops.gen_nn_ops, tensorflow.python.ops.gen_ragged_array_ops, tensorflow.python.ops.gen_ragged_conversion_ops, tensorflow.python.ops.gen_ragged_math_ops, tensorflow.python.ops.gen_resource_variable_ops, tensorflow.python.ops.gen_script_ops, tensorflow.python.ops.gen_sdca_ops, tensorflow.python.ops.gen_set_ops, tensorflow.python.ops.gen_spectral_ops, tensorflow.python.ops.gen_state_ops, tensorflow.python.ops.gen_stateful_random_ops, tensorflow.python.ops.gen_stateless_random_ops, tensorflow.python.ops.gen_summary_ops, tensorflow.python.ops.gen_tpu_ops, tensorflow.python.ops.gen_user_ops, tensorflow.python.training.gen_training_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of http.client (Stub) on depth 5 completed in 9.59 ms.
Analysis of email (Library) on depth 5 completed in 0.44 ms.
Analysis of email.parser (Stub) on depth 6 completed in 0.57 ms.
Analysis of http.cookiejar (Stub) on depth 6 completed in 4.08 ms.
Analysis of pdb (Library) on depth 3 completed in 28.51 ms.
Analysis of urllib.request (Stub) on depth 5 completed in 3.31 ms.
Analysis of numpy.polynomial._polybase (Library) on depth 4 completed in 8.79 ms.
Analysis of plotly.figure_factory (Library) on depth 1 completed in 4.46 ms.
Analysis of pytz.tzinfo (Library) on depth 5 completed in 5.33 ms.
Analysis of ftplib (Stub) on depth 6 completed in 2.16 ms.
Analysis of multiprocessing (Stub) on depth 5 completed in 3.56 ms.
Analysis of requests (Stub) on depth 4 completed in 0.41 ms.
Analysis of unittest (Stub) on depth 4 completed in 7.27 ms.
Analysis of six (Stub) on depth 4 completed in 1.05 ms.
Analysis of doctest (Stub) on depth 3 completed in 4.22 ms.
Analysis of weakref (Library) on depth 2 completed in 22.36 ms.
Analysis of selectors (Library) on depth 3 completed in 7.51 ms.
Analysis of genericpath (Library) on depth 3 completed in 2.06 ms.
Analysis of tracemalloc (Library) on depth 3 completed in 10.37 ms.
Analysis of shlex (Library) on depth 4 completed in 0.89 ms.
Analysis of string (Library) on depth 3 completed in 11.41 ms.
Analysis of textwrap (Library) on depth 2 completed in 1.16 ms.
Analysis of signal (Library) on depth 3 completed in 0.56 ms.
Analysis of unittest.signals (Library) on depth 4 completed in 0.51 ms.
Analysis of locale (Library) on depth 3 completed in 13.32 ms.
Analysis of gettext (Library) on depth 2 completed in 6.62 ms.
Analysis of traceback (Library) on depth 2 completed in 2.35 ms.
Analysis of unittest.util (Library) on depth 5 completed in 5.15 ms.
Analysis of contextlib (Library) on depth 4 completed in 12.41 ms.
Analysis of difflib (Library) on depth 3 completed in 11.39 ms.
Analysis of unittest.case (Library) on depth 4 completed in 23.81 ms.
Analysis of unittest.loader (Library) on depth 4 completed in 11.02 ms.
Analysis of unittest.main (Library) on depth 4 completed in 5.85 ms.
Analysis of unittest.runner (Library) on depth 4 completed in 4.6 ms.
Analysis of unittest.suite (Library) on depth 4 completed in 2.2 ms.
Import: botocore.vendored.requests.packages.urllib3.contrib /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/contrib/__init__.py
Import: botocore.vendored.requests.packages.urllib3.contrib.pyopenssl /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/contrib/pyopenssl.py
Analysis of unittest.result (Library) on depth 4 completed in 1.38 ms.
Analysis of numpy.testing._private.parameterized (Library) on depth 4 completed in 3.62 ms.
Import: botocore.vendored.requests.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/utils.py
Import: botocore.vendored.requests.models /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/models.py
Analysis of bs4 (Library) on depth 1 completed in 2.57 ms.
Import: botocore.vendored.requests.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/api.py
Import: botocore.vendored.requests.sessions /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/sessions.py
Import: botocore.vendored.requests.status_codes /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/status_codes.py
Import: botocore.vendored.requests.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/exceptions.py
Analysis of getpass (Library) on depth 5 completed in 7.13 ms.
Import: botocore.vendored.requests.packages.urllib3.connectionpool /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/connectionpool.py
Import: botocore.vendored.requests.packages.urllib3.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/exceptions.py
Import: botocore.vendored.requests.packages.urllib3.filepost /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/filepost.py
Import: botocore.vendored.requests.packages.urllib3.poolmanager /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/poolmanager.py
Import: botocore.vendored.requests.packages.urllib3.response /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/response.py
Import: botocore.vendored.requests.packages.urllib3.util.request /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/util/request.py
Import: botocore.vendored.requests.packages.urllib3.util.url /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/util/url.py
Import: botocore.vendored.requests.packages.urllib3.util.timeout /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/util/timeout.py
Analysis of plistlib (Library) on depth 4 completed in 5.44 ms.
Import: botocore.vendored.requests.packages.urllib3.util.retry /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/util/retry.py
Import: _pytest.pathlib /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/pathlib.py
Import: tqdm._utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tqdm/_utils.py
Analysis of netrc (Library) on depth 6 completed in 1.96 ms.
Import: urllib3.connectionpool /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/connectionpool.py
Import: urllib3.filepost /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/filepost.py
Analysis of http (Library) on depth 4 completed in 4.8 ms.
Import: urllib3.poolmanager /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/poolmanager.py
Import: urllib3.response /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/response.py
Import: urllib3.util.request /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/util/request.py
Import: urllib3.util.url /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/util/url.py
Import: urllib3.util.timeout /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/util/timeout.py
Import: urllib3.util.retry /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/util/retry.py
Import: ipywidgets /Users/malmaud/anaconda3/lib/python3.7/site-packages/ipywidgets/__init__.py
Import: IPython.html /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/html.py
Import: IPython.display /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/display.py
Import: html /Users/malmaud/anaconda3/lib/python3.7/html/__init__.py
Import: cgi /Users/malmaud/anaconda3/lib/python3.7/cgi.py
Import: chardet.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/compat.py
Import: chardet.universaldetector /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/universaldetector.py
Import: chardet.version /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/version.py
Import: pandas.core.groupby.generic /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/groupby/generic.py
Import: pandas.core.groupby.grouper /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/groupby/grouper.py
Import: pandas.plotting._matplotlib.boxplot /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/boxplot.py
Import: pandas.plotting._matplotlib.converter /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/converter.py
Import: pandas.plotting._matplotlib.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/core.py
Import: pandas.plotting._matplotlib.hist /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/hist.py
Import: pandas.plotting._matplotlib.misc /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/misc.py
Import: pandas.plotting._matplotlib.timeseries /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/timeseries.py
Import: pandas.plotting._matplotlib.tools /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/tools.py
Import: pandas.core.computation.engines /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/engines.py
Import: pandas.core.computation.scope /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/scope.py
Import: pandas.core.computation.expr /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/expr.py
Import: pandas.core.reshape.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/reshape/util.py
Import: OpenSSL /Users/malmaud/anaconda3/lib/python3.7/site-packages/OpenSSL/__init__.py
Import: OpenSSL.SSL /Users/malmaud/anaconda3/lib/python3.7/site-packages/OpenSSL/SSL.py
Import: cryptography.x509 /Users/malmaud/anaconda3/lib/python3.7/site-packages/cryptography/x509/__init__.py
Analysis of socket (Library) on depth 4 completed in 33.71 ms.
Import: cryptography.hazmat.backends.openssl /Users/malmaud/anaconda3/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py
Import: cryptography.hazmat.backends.openssl.backend /Users/malmaud/anaconda3/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/backend.py
Import: cryptography.hazmat.backends.openssl.x509 /Users/malmaud/anaconda3/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/x509.py
Analysis of sentencepiece (Library) on depth 3 completed in 3.02 ms.
Import: urllib3.packages.backports.makefile /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/packages/backports/makefile.py
Import: urllib3.packages /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/packages/__init__.py
Analysis of bz2 (Library) on depth 4 completed in 1.25 ms.
Import: urllib3.packages.six /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/packages/six.py
Import: urllib3.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/util/__init__.py
Import: cryptography.x509.extensions /Users/malmaud/anaconda3/lib/python3.7/site-packages/cryptography/x509/extensions.py
Import: OpenSSL.crypto /Users/malmaud/anaconda3/lib/python3.7/site-packages/OpenSSL/crypto.py
Analysis of gzip (Library) on depth 4 completed in 6.06 ms.
Import: idna /Users/malmaud/anaconda3/lib/python3.7/site-packages/idna/__init__.py
Import: pandas.util._exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/util/_exceptions.py
Import: cryptography.__about__ /Users/malmaud/anaconda3/lib/python3.7/site-packages/cryptography/__about__.py
Create compiled (scraped): numpy.linalg.lapack_lite /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/linalg/lapack_lite.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Create compiled (scraped): numpy.linalg._umath_linalg /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/linalg/_umath_linalg.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: botocore /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/__init__.py
Import: botocore.session /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/session.py
Import: botocore.client /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/client.py
Analysis of numpy.polynomial.laguerre (Library) on depth 3 completed in 5.26 ms.
Import: boto3.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/boto3/utils.py
Import: boto3.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/boto3/exceptions.py
Import: boto3.resources.factory /Users/malmaud/anaconda3/lib/python3.7/site-packages/boto3/resources/factory.py
Analysis of pytz.tzfile (Library) on depth 5 completed in 1.41 ms.
Import: requests.certs /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/certs.py
Import: requests._internal_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/_internal_utils.py
Import: requests.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/compat.py
Import: requests.cookies /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/cookies.py
Import: requests.structures /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/structures.py
Import: encodings.idna /Users/malmaud/anaconda3/lib/python3.7/encodings/idna.py
Import: urllib3.fields /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/fields.py
Import: requests.hooks /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/hooks.py
Import: requests.auth /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/auth.py
Import: botocore.vendored.six /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/six.py
Analysis of csv (Library) on depth 4 completed in 5.21 ms.
Import: xml /Users/malmaud/anaconda3/lib/python3.7/xml/__init__.py
Analysis of distutils.version (Library) on depth 3 completed in 0.66 ms.
Import: xml.etree /Users/malmaud/anaconda3/lib/python3.7/xml/etree/__init__.py
Analysis of nose.tools.trivial (Library) on depth 6 completed in 0.59 ms.
Import: xml.etree.cElementTree /Users/malmaud/anaconda3/lib/python3.7/xml/etree/cElementTree.py
Import: requests.adapters /Users/malmaud/anaconda3/lib/python3.7/site-packages/requests/adapters.py
Import: botocore.awsrequest /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/awsrequest.py
Import: botocore.httpsession /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/httpsession.py
Import: botocore.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/utils.py
Import: botocore.hooks /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/hooks.py
Import: botocore.history /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/history.py
Import: botocore.response /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/response.py
Analysis of calendar (Library) on depth 5 completed in 8.84 ms.
Import: botocore.parsers /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/parsers.py
Import: joblib.memory /Users/malmaud/anaconda3/lib/python3.7/site-packages/joblib/memory.py
Analysis of regex (Library) on depth 3 completed in 2.45 ms.
Import: joblib.logger /Users/malmaud/anaconda3/lib/python3.7/site-packages/joblib/logger.py
Import: joblib.hashing /Users/malmaud/anaconda3/lib/python3.7/site-packages/joblib/hashing.py
Import: joblib.numpy_pickle /Users/malmaud/anaconda3/lib/python3.7/site-packages/joblib/numpy_pickle.py
Analysis of pytz.lazy (Library) on depth 5 completed in 4.05 ms.
Import: joblib.compressor /Users/malmaud/anaconda3/lib/python3.7/site-packages/joblib/compressor.py
Import: joblib.parallel /Users/malmaud/anaconda3/lib/python3.7/site-packages/joblib/parallel.py
Import: joblib.externals.loky /Users/malmaud/anaconda3/lib/python3.7/site-packages/joblib/externals/loky/__init__.py
Import: numpy.lib._datasource /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/_datasource.py
Analysis of lzma (Library) on depth 4 completed in 3.16 ms.
Analysis of distutils.dep_util (Library) on depth 6 completed in 0.16 ms.
Import: numpy.lib._iotools /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/lib/_iotools.py
Analysis of distutils.debug (Library) on depth 5 completed in 0.4 ms.
Analysis of scipy.__config__ (Library) on depth 3 completed in 0.5 ms.
Import: _plotly_utils.optional_imports /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/optional_imports.py
Analysis of IPython (Library) on depth 4 completed in 0.46 ms.
Import: multiprocessing.util /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/util.py
Import: multiprocessing.dummy /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/dummy/__init__.py
Analysis of nose.tools.nontrivial (Library) on depth 6 completed in 0.74 ms.
Import: plotly.figure_factory.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/figure_factory/utils.py
Import: plotly.validators.heatmap /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/heatmap/__init__.py
Import: plotly.validators.layout /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/layout/__init__.py
Analysis of requests.compat (Stub) queued. Dependencies: collections (stub)
Analysis of yaml.representer (Library) on depth 3 completed in 4.74 ms.
Import: plotly.validators /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/__init__.py
Import: plotly.validators.waterfall /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/waterfall/__init__.py
Import: plotly.validators.volume /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/volume/__init__.py
Analysis of platform (Library) on depth 3 completed in 5.27 ms.
Import: plotly.validators.violin /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/violin/__init__.py
Analysis of requests.cookies (Stub) queued. Dependencies: sys (stub), collections (stub), requests (stub), requests.compat (stub), http.cookiejar (stub)
Analysis of requests.hooks (Stub) queued. Dependencies:
Import: plotly.validators.table /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/table/__init__.py
Import: plotly.validators.surface /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/surface/__init__.py
Analysis of torch.nn.modules.pooling (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn.common_types
Import: plotly.validators.sunburst /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/sunburst/__init__.py
Import: plotly.validators.streamtube /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/streamtube/__init__.py
Import: plotly.validators.splom /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/splom/__init__.py
Import: plotly.validators.scatterternary /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/scatterternary/__init__.py
Analysis of more_itertools.more (Library) queued. Dependencies: __future__, collections, functools, heapq, itertools, operator, sys, collections.abc, six, more_itertools.recipes
Import: plotly.validators.scatterpolargl /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/scatterpolargl/__init__.py
Analysis of requests.auth (Stub) queued. Dependencies: requests (stub), requests.compat (stub), requests.cookies (stub), requests.models (stub), requests.utils (stub), requests.status_codes (stub)
Import: plotly.validators.scatterpolar /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/scatterpolar/__init__.py
Analysis of torch.nn.modules.rnn (Stub) queued. Dependencies: torch.nn.parameter, torch.nn.modules.module, torch
Import: plotly.validators.scattermapbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/scattermapbox/__init__.py
Analysis of requests.structures (Stub) queued. Dependencies:
Import: plotly.validators.scattergl /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/scattergl/__init__.py
Import: plotly.validators.scattergeo /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/scattergeo/__init__.py
Import: plotly.validators.scattercarpet /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/scattercarpet/__init__.py
Analysis of torch.nn.modules.rnn (Library) queued. Dependencies: torch.nn.modules.rnn, math, torch, warnings, numbers, torch.nn.modules.module, torch.nn.parameter, torch.nn.utils.rnn, torch.nn, torch.nn.init, torch.nn._VF, torch._jit_internal, torch.backends, torch.backends.cudnn, torch.backends.cudnn.rnn
Import: plotly.validators.scatter3d /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/scatter3d/__init__.py
Analysis of torch.nn.modules.sparse (Stub) queued. Dependencies: torch.nn.modules.module, torch.nn, torch
Analysis of psutil (Library) on depth 4 completed in 30.11 ms.
Import: plotly.validators.scatter /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/scatter/__init__.py
Analysis of torch.nn.modules.upsampling (Stub) queued. Dependencies: torch, torch.nn.modules.module, torch.nn.common_types
Import: plotly.validators.sankey /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/sankey/__init__.py
Analysis of torch.nn.modules.upsampling (Library) queued. Dependencies: torch.nn.modules.upsampling, torch.nn.modules.module, torch.nn, torch.nn.functional
Analysis of mimetypes (Library) on depth 5 completed in 1.83 ms.
Analysis of nturl2path (Library) on depth 5 completed in 0.09 ms.
Import: plotly.validators.pointcloud /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/pointcloud/__init__.py
Analysis of pandas.compat._optional (Library) on depth 3 completed in 1.09 ms.
Import: plotly.validators.pie /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/pie/__init__.py
Analysis of distutils.versionpredicate (Library) on depth 6 completed in 1.04 ms.
Analysis of requests.adapters (Stub) queued. Dependencies: requests (stub), requests.models (stub), requests.compat (stub), requests.utils (stub), requests.structures (stub), requests.cookies (stub), requests.exceptions (stub), requests.auth (stub)
Import: plotly.validators.parcoords /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/parcoords/__init__.py
Analysis of torch.nn.common_types (Stub) queued. Dependencies: torch
Import: plotly.validators.parcats /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/parcats/__init__.py
Import: plotly.validators.ohlc /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/ohlc/__init__.py
Import: plotly.validators.mesh3d /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/mesh3d/__init__.py
Import: plotly.validators.isosurface /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/isosurface/__init__.py
Import: plotly.validators.indicator /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/indicator/__init__.py
Import: plotly.validators.histogram2dcontour /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/histogram2dcontour/__init__.py
Import: plotly.validators.histogram2d /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/histogram2d/__init__.py
Import: plotly.validators.histogram /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/histogram/__init__.py
Import: plotly.validators.heatmapgl /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/heatmapgl/__init__.py
Import: plotly.validators.funnelarea /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/funnelarea/__init__.py
Analysis of ssl (Library) on depth 5 completed in 14.61 ms.
Import: plotly.validators.funnel /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/funnel/__init__.py
Import: plotly.validators.densitymapbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/densitymapbox/__init__.py
Import: plotly.validators.contourcarpet /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/contourcarpet/__init__.py
Analysis of email._parseaddr (Library) on depth 6 completed in 5.51 ms.
Import: plotly.validators.contour /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/contour/__init__.py
Analysis of distutils.file_util (Library) on depth 5 completed in 1.81 ms.
Import: plotly.validators.cone /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/cone/__init__.py
Import: plotly.validators.choroplethmapbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/choroplethmapbox/__init__.py
Import: plotly.validators.choropleth /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/choropleth/__init__.py
Analysis of distutils.filelist (Library) on depth 6 completed in 2.23 ms.
Analysis of nose.tools (Library) on depth 5 completed in 0.18 ms.
Analysis of pandas.compat (Library) on depth 4 completed in 0.5 ms.
Import: plotly.validators.carpet /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/carpet/__init__.py
Analysis of numexpr (Library) on depth 4 completed in 0.7 ms.
Import: plotly.validators.candlestick /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/candlestick/__init__.py
Import: plotly.validators.box /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/box/__init__.py
Analysis of scipy._lib._testutils (Library) on depth 3 completed in 1.69 ms.
Import: plotly.validators.barpolar /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/barpolar/__init__.py
Import: plotly.validators.bar /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/bar/__init__.py
Import: plotly.validators.area /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/area/__init__.py
Import: plotly.validators.frame /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/validators/frame/__init__.py
Import: plotly.graph_objs.waterfall /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/waterfall/__init__.py
Analysis of numpy.polynomial.polynomial (Library) on depth 3 completed in 5.3 ms.
Import: plotly.graph_objs.volume /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/volume/__init__.py
Import: plotly.graph_objs.violin /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/violin/__init__.py
Import: plotly.graph_objs.table /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/table/__init__.py
Import: plotly.graph_objs.surface /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/surface/__init__.py
Analysis of numpy.polynomial.chebyshev (Library) on depth 3 completed in 16.38 ms.
Import: plotly.graph_objs.sunburst /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/sunburst/__init__.py
Import: plotly.graph_objs.streamtube /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/streamtube/__init__.py
Import: plotly.graph_objs.splom /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/splom/__init__.py
Import: plotly.graph_objs.scatterternary /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/scatterternary/__init__.py
Import: plotly.graph_objs.scatterpolargl /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/scatterpolargl/__init__.py
Analysis of numpy.polynomial.legendre (Library) on depth 3 completed in 9.01 ms.
Import: plotly.graph_objs.scatterpolar /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/scatterpolar/__init__.py
Import: plotly.graph_objs.scattermapbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/scattermapbox/__init__.py
Import: plotly.graph_objs.scattergl /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/scattergl/__init__.py
Analysis of numpy.polynomial.hermite (Library) on depth 3 completed in 4.37 ms.
Import: plotly.graph_objs.scattergeo /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/scattergeo/__init__.py
Import: plotly.graph_objs.scattercarpet /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/scattercarpet/__init__.py
Import: plotly.graph_objs.scatter3d /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/scatter3d/__init__.py
Analysis of numpy.polynomial.hermite_e (Library) on depth 3 completed in 6.39 ms.
Analysis of pandas.io.s3 (Library) on depth 5 completed in 0.4 ms.
Analysis of pandas.io.gcs (Library) on depth 5 completed in 0.14 ms.
Analysis of pandas.core.computation.check (Library) on depth 4 completed in 0.12 ms.
Import: plotly.graph_objs.scatter /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/scatter/__init__.py
Import: plotly.graph_objs.sankey /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/sankey/__init__.py
Import: plotly.graph_objs.pointcloud /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/pointcloud/__init__.py
Analysis of ftplib (Library) on depth 5 completed in 4.92 ms.
Import: plotly.graph_objs.pie /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/pie/__init__.py
Import: plotly.graph_objs.parcoords /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/parcoords/__init__.py
Import: plotly.graph_objs.parcats /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/parcats/__init__.py
Import: plotly.graph_objs.ohlc /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/ohlc/__init__.py
Analysis of importlib.abc (Library) on depth 5 completed in 7.52 ms.
Analysis of pandas._libs.indexing (Compiled) queued. Dependencies:
Import: plotly.graph_objs.mesh3d /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/mesh3d/__init__.py
Import: plotly.graph_objs.isosurface /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/isosurface/__init__.py
Analysis of cmd (Stub) queued. Dependencies:
Import: plotly.graph_objs.indicator /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/indicator/__init__.py
Import: plotly.graph_objs.histogram2dcontour /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py
Analysis of cmd (Library) queued. Dependencies: cmd (stub), string, sys, readline
Import: plotly.graph_objs.histogram2d /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/histogram2d/__init__.py
Import: plotly.graph_objs.histogram /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
Analysis of bdb (Library) queued. Dependencies: fnmatch, sys, os, inspect, linecache, reprlib
Import: plotly.graph_objs.heatmapgl /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/heatmapgl/__init__.py
Import: plotly.graph_objs.heatmap /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/heatmap/__init__.py
Import: plotly.graph_objs.funnelarea /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/funnelarea/__init__.py
Analysis of tarfile (Library) on depth 4 completed in 30.13 ms.
Analysis of scipy.sparse.csgraph (Library) on depth 4 completed in 0.33 ms.
Analysis of scipy._lib (Library) on depth 4 completed in 0.08 ms.
Analysis of pandas._config.config (Library) on depth 3 completed in 4.54 ms.
Import: plotly.graph_objs.funnel /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/funnel/__init__.py
Analysis of numpy.core._dtype (Library) on depth 3 completed in 0.99 ms.
Analysis of scipy._lib._ccallback_c (Compiled) on depth 4 completed in 0.25 ms.
Import: plotly.graph_objs.densitymapbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/densitymapbox/__init__.py
Analysis of scipy._lib.six (Library) on depth 4 completed in 1.9 ms.
Analysis of code (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of importlib.util (Library) on depth 4 completed in 5.58 ms.
Import: plotly.graph_objs.contourcarpet /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/contourcarpet/__init__.py
Analysis of scipy.sparse (Library) on depth 3 completed in 0.73 ms.
Analysis of pandas._config.localization (Library) on depth 4 completed in 0.95 ms.
Import: plotly.graph_objs.contour /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/contour/__init__.py
Analysis of code (Library) queued. Dependencies: code (stub), sys, traceback, codeop, readline, argparse
Analysis of scipy._lib._ccallback (Library) on depth 3 completed in 1.44 ms.
Import: plotly.graph_objs.cone /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/cone/__init__.py
Analysis of scipy._lib._version (Library) on depth 3 completed in 0.83 ms.
Analysis of readline (Stub) queued. Dependencies: sys (stub)
Import: plotly.graph_objs.choroplethmapbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py
Analysis of py_compile (Library) on depth 5 completed in 4.57 ms.
Analysis of matplotlib._version (Library) on depth 5 completed in 0.23 ms.
Import: plotly.graph_objs.choropleth /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/choropleth/__init__.py
Import: plotly.graph_objs.carpet /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/carpet/__init__.py
Analysis of lib2to3.refactor (Library) on depth 6 completed in 5.28 ms.
Import: plotly.graph_objs.candlestick /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/candlestick/__init__.py
Analysis of readline (Compiled) queued. Dependencies: readline (stub)
Import: plotly.graph_objs.box /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/box/__init__.py
Import: plotly.graph_objs.barpolar /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/barpolar/__init__.py
Analysis of runpy (Stub) queued. Dependencies:
Import: plotly.graph_objs.bar /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/bar/__init__.py
Import: plotly.graph_objs.area /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/area/__init__.py
Import: plotly.graph_objs.layout /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/layout/__init__.py
Import: plotly.graph_objs._figure /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/_figure.py
Analysis of zipfile (Library) on depth 4 completed in 31.98 ms.
Import: plotly.graph_objs._figurewidget /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/_figurewidget.py
Analysis of pipes (Library) on depth 6 completed in 1.7 ms.
Analysis of six (Library) on depth 3 completed in 22.81 ms.
Analysis of runpy (Library) queued. Dependencies: runpy (stub), sys, importlib, importlib.machinery, importlib.util, types, pkgutil, warnings
Import: plotly.graph_objs._deprecations /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/graph_objs/_deprecations.py
Analysis of pandas.core.computation.common (Library) queued. Dependencies: functools, numpy, pandas
Import: multiprocessing.process /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/process.py
Analysis of botocore.vendored.requests.packages.urllib3.contrib (Library) queued. Dependencies:
Import: multiprocessing.reduction /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/reduction.py
Import: multiprocessing.managers /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/managers.py
Analysis of pandas.io.formats.csvs (Library) queued. Dependencies: csv, io, os, warnings, zipfile, numpy, pandas._libs, pandas._libs.writers, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas.io.common, pandas
Import: multiprocessing.connection /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/connection.py
Import: multiprocessing.synchronize /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/synchronize.py
Analysis of pandas.io.formats.excel (Library) queued. Dependencies: functools, itertools, re, warnings, numpy, pandas.core.dtypes, pandas.core.dtypes.missing, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas, pandas.core, pandas.core.common, pandas.io.formats.css, pandas.io.formats.format, pandas.io.formats.printing, pandas.io.excel, pandas.io.common
Import: multiprocessing.queues /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/queues.py
Import: multiprocessing.sharedctypes /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/sharedctypes.py
Import: multiprocessing.spawn /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/spawn.py
Analysis of queue (Library) on depth 3 completed in 10.13 ms.
Import: multiprocessing.forkserver /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/forkserver.py
Analysis of pandas.core.resample (Library) queued. Dependencies: copy, datetime, textwrap, warnings, numpy, pandas._libs, pandas._libs.lib, pandas._libs.tslibs, pandas._libs.tslibs.frequencies, pandas._libs.tslibs.period, pandas.compat.numpy, pandas.compat.numpy.function, pandas.errors, pandas.util._decorators, pandas.core.dtypes.generic, pandas, pandas.core, pandas.core.algorithms, pandas.core.generic, pandas.core.groupby.base, pandas.core.groupby.generic, pandas.core.groupby.groupby, pandas.core.groupby.grouper, pandas.core.groupby.ops, pandas.core.indexes.datetimes, pandas.core.indexes.period, pandas.core.indexes.timedeltas, pandas.tseries.frequencies, pandas.tseries.offsets, pandas.core.api
Import: multiprocessing.popen_fork /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/popen_fork.py
Import: multiprocessing.popen_spawn_posix /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/popen_spawn_posix.py
Analysis of pandas.core.groupby.groupby (Library) queued. Dependencies: collections, contextlib, datetime, functools, types, numpy, pandas._config.config, pandas._libs, pandas, pandas._libs.groupby, pandas.compat, pandas.compat.numpy, pandas.compat.numpy.function, pandas.errors, pandas.util._decorators, pandas.util._validators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas.api.types, pandas.core, pandas.core.algorithms, pandas.core.arrays, pandas.core.base, pandas.core.common, pandas.core.frame, pandas.core.generic, pandas.core.groupby, pandas.core.groupby.base, pandas.core.index, pandas.core.series, pandas.core.sorting, pandas.core.groupby.grouper, pandas.core.reshape.concat, pandas.core.resample, pandas.core.window, pandas.core.groupby.generic
Import: multiprocessing.popen_forkserver /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/popen_forkserver.py
Import: multiprocessing.popen_spawn_win32 /Users/malmaud/anaconda3/lib/python3.7/multiprocessing/popen_spawn_win32.py
Import: setuptools._deprecation_warning /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/_deprecation_warning.py
Import: setuptools.version /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/version.py
Import: setuptools.extension /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/extension.py
Analysis of email.utils (Library) on depth 5 completed in 2.48 ms.
Analysis of pandas._libs.hashing (Compiled) queued. Dependencies:
Import: setuptools.dist /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/dist.py
Analysis of torch.nn._reduction (Library) queued. Dependencies: warnings
Analysis of torch.nn._functions (Library) queued. Dependencies:
Analysis of torch.nn.modules.utils (Library) queued. Dependencies: torch._six, itertools
Analysis of torch.nn._functions.vision (Library) queued. Dependencies: torch, torch.backends, torch.backends.cudnn
Analysis of torch.nn._VF (Library) queued. Dependencies: torch, sys, types
Analysis of numexpr.__config__ (Library) queued. Dependencies: os, sys
Analysis of lib2to3 (Library) queued. Dependencies: lib2to3 (stub)
Analysis of numexpr.tests (Library) queued. Dependencies: numexpr.tests.test_numexpr
Analysis of lib2to3 (Stub) queued. Dependencies:
Analysis of botocore.vendored.requests.api (Library) queued. Dependencies: warnings, botocore.vendored.requests, botocore.vendored.requests.sessions
Analysis of torch.nn.grad (Library) queued. Dependencies: torch, torch.nn.modules.utils
Import: setuptools.depends /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/depends.py
Analysis of numexpr.interpreter (Compiled) queued. Dependencies: numexpr
Analysis of botocore.vendored.requests.packages.urllib3.contrib.pyopenssl (Library) queued. Dependencies: OpenSSL, OpenSSL.SSL, socket, ssl, select, botocore.vendored.requests.packages.urllib3, botocore.vendored.requests.packages.urllib3.connection, botocore.vendored.requests.packages.urllib3.util
Import: setuptools.monkey /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/monkey.py
Analysis of urllib.response (Library) on depth 5 completed in 10.73 ms.
Analysis of bs4.builder (Library) queued. Dependencies: collections, itertools, sys, bs4.element, bs4.builder._htmlparser, bs4.builder._html5lib, bs4.builder._lxml
Analysis of botocore.vendored.requests.status_codes (Library) queued. Dependencies: botocore.vendored.requests.structures
Analysis of numexpr.utils (Library) queued. Dependencies: os, subprocess, numexpr.interpreter, numexpr
Analysis of xml.parsers.expat (Stub) queued. Dependencies: pyexpat (stub), pyexpat.errors (stub), pyexpat.model (stub)
Analysis of lib2to3.fixer_util (Library) queued. Dependencies: lib2to3.pgen2, lib2to3.pgen2.token, lib2to3.pytree, lib2to3.pygram, lib2to3, lib2to3.patcomp
Analysis of dateutil._version (Library) queued. Dependencies:
Analysis of botocore.vendored.requests.packages.urllib3.exceptions (Library) queued. Dependencies:
Analysis of lib2to3.pgen2.token (Library) queued. Dependencies: lib2to3.pgen2.token (stub)
Analysis of botocore.vendored.requests.packages.urllib3.filepost (Library) queued. Dependencies: codecs, uuid, io, botocore.vendored.requests.packages.urllib3.packages, botocore.vendored.requests.packages.urllib3.packages.six, botocore.vendored.requests.packages.urllib3.fields
Analysis of numexpr.expressions (Library) queued. Dependencies: operator, sys, threading, numpy, distutils.version, numexpr, numexpr.interpreter
Import: distutils.command.bdist /Users/malmaud/anaconda3/lib/python3.7/distutils/command/bdist.py
Analysis of numexpr.version (Library) queued. Dependencies:
Analysis of xml.parsers.expat (Library) queued. Dependencies: xml.parsers.expat (stub), sys, pyexpat
Analysis of matplotlib.cbook.deprecation (Library) queued. Dependencies: functools, textwrap, warnings, matplotlib.cbook
Analysis of pandas.core.window (Library) queued. Dependencies: collections, datetime, textwrap, warnings, numpy, pandas, pandas._libs, pandas._libs.window, pandas.compat._optional, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas._typing, pandas.core.base, pandas.core, pandas.core.common, pandas.core.generic, pandas.core.groupby.base, pandas.core.index, scipy, scipy.signal, pandas.tseries.frequencies
Analysis of torch._jit_internal (Library) queued. Dependencies: inspect, weakref, torch, torch._C, torch._six, typing_extensions
Analysis of zipimport (Stub) queued. Dependencies: types (stub)
Import: setuptools.command.install_scripts /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/install_scripts.py
Analysis of botocore.vendored.requests.packages.urllib3.util.request (Library) queued. Dependencies: base64, botocore.vendored.requests.packages.urllib3.packages.six
Analysis of botocore.vendored.requests.packages.urllib3.util.url (Library) queued. Dependencies: collections, botocore.vendored.requests.packages.urllib3.exceptions
Import: distutils.command.config /Users/malmaud/anaconda3/lib/python3.7/distutils/command/config.py
Analysis of botocore.vendored.requests.packages.urllib3.poolmanager (Library) queued. Dependencies: logging, urllib.parse, botocore.vendored.requests.packages.urllib3._collections, botocore.vendored.requests.packages.urllib3.connectionpool, botocore.vendored.requests.packages.urllib3.exceptions, botocore.vendored.requests.packages.urllib3.request, botocore.vendored.requests.packages.urllib3.util.url, botocore.vendored.requests.packages.urllib3.util.retry
Analysis of bs4.dammit (Library) queued. Dependencies: codecs, html.entities, re, logging, string, chardet
Analysis of matplotlib.fontconfig_pattern (Library) queued. Dependencies: functools, re, pyparsing
Analysis of botocore.vendored.requests.packages.urllib3.util.timeout (Library) queued. Dependencies: socket, time, botocore.vendored.requests.packages.urllib3.exceptions
Analysis of botocore.vendored.requests.packages.urllib3.response (Library) queued. Dependencies: http, http.client, zlib, io, socket, botocore.vendored.requests.packages.urllib3._collections, botocore.vendored.requests.packages.urllib3.exceptions, botocore.vendored.requests.packages.urllib3.packages.six, botocore.vendored.requests.packages.urllib3.connection, botocore.vendored.requests.packages.urllib3.util.response
Import: numpy.distutils.mingw32ccompiler /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/mingw32ccompiler.py
Analysis of botocore.vendored.requests.packages.urllib3.util.retry (Library) queued. Dependencies: time, logging, botocore.vendored.requests.packages.urllib3.exceptions, botocore.vendored.requests.packages.urllib3.packages, botocore.vendored.requests.packages.urllib3.packages.six
Analysis of sklearn.utils (Library) queued. Dependencies: collections.abc, contextlib, numbers, platform, struct, timeit, warnings, numpy, scipy.sparse, sklearn.utils.murmurhash, sklearn.utils.class_weight, sklearn.utils._joblib, sklearn.exceptions, sklearn.utils.deprecation, sklearn.utils.validation, sklearn, matplotlib
Analysis of sklearn.utils.fixes (Library) queued. Dependencies: distutils.version, numpy, scipy, scipy.sparse, scipy.sparse.linalg, scipy.special, scipy.misc, sklearn.externals._scipy_linalg, scipy.linalg, numpy.ma, sklearn.utils, sklearn.utils._joblib
Analysis of _pytest.pathlib (Library) queued. Dependencies: atexit, errno, fnmatch, itertools, operator, os, shutil, sys, uuid, functools, posixpath, six, _pytest.compat, pathlib, pathlib2
Analysis of tqdm._utils (Library) queued. Dependencies: os, subprocess, platform, re, colorama, weakref, collections, ctypes, struct, sys, shlex, termios, fcntl, array
Analysis of urllib3.filepost (Library) queued. Dependencies: __future__, binascii, codecs, os, io, urllib3.packages, urllib3.packages.six, urllib3.fields
Import: numpy.distutils.command.autodist /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/command/autodist.py
Analysis of matplotlib._mathtext_data (Library) queued. Dependencies:
Analysis of sklearn.base (Library) queued. Dependencies: copy, warnings, collections, platform, inspect, re, numpy, sklearn, sklearn.utils, sklearn.utils._pprint, sklearn.metrics, sklearn.metrics.regression, sklearn.utils.validation
Create built-in compiled (scraped) module: marshal /Users/malmaud/anaconda3/bin/python
Analysis of botocore.vendored.requests.utils (Library) queued. Dependencies: cgi, codecs, collections, io, os, platform, re, sys, socket, struct, warnings, botocore.vendored.requests, botocore.vendored.requests.certs, botocore.vendored.requests.compat, botocore.vendored.requests.cookies, botocore.vendored.requests.structures, botocore.vendored.requests.exceptions, netrc
Analysis of logging.config (Stub) queued. Dependencies: sys (stub), configparser (stub)
Analysis of nose.ext.dtcompat (Library) on depth 6 completed in 94.92 ms.
Analysis of torch.nn.parameter (Stub) on depth 2 completed in 0.08 ms.
Import: setuptools.extern /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/extern/__init__.py
Analysis of urllib3.connectionpool (Library) queued. Dependencies: __future__, errno, logging, sys, warnings, socket, urllib3.exceptions, urllib3.packages.ssl_match_hostname, urllib3.packages, urllib3.packages.six, urllib3.connection, urllib3.request, urllib3.response, urllib3.util.connection, urllib3.util.request, urllib3.util.response, urllib3.util.retry, urllib3.util.timeout, urllib3.util.url, urllib3.util.queue
Analysis of urllib3.util.request (Library) queued. Dependencies: __future__, base64, urllib3.packages.six, urllib3.exceptions
Import: distutils.command.build_py /Users/malmaud/anaconda3/lib/python3.7/distutils/command/build_py.py
Analysis of nose.importer (Library) queued. Dependencies: logging, os, sys, nose.config, imp
Analysis of torch.optim.lr_scheduler (Stub) on depth 3 completed in 7.7 ms.
Analysis of sklearn.utils._joblib (Library) queued. Dependencies: os, warnings, joblib, joblib.logger
Analysis of torch.nn (Stub) on depth 1 completed in 0.03 ms.
Analysis of sklearn.utils.metaestimators (Library) queued. Dependencies: abc, operator, functools, numpy, sklearn.utils, sklearn.base
Analysis of lib2to3.pgen2.token (Stub) queued. Dependencies: sys (stub)
Analysis of _yaml (Compiled) on depth 3 completed in 72.88 ms.
Analysis of sklearn.exceptions (Library) queued. Dependencies:
Analysis of numexpr.necompiler (Library) queued. Dependencies: __future__, sys, numpy, threading, numexpr, numexpr.interpreter, numexpr.expressions, numexpr.utils
Analysis of sklearn.utils.multiclass (Library) queued. Dependencies: collections.abc, itertools, scipy.sparse, scipy.sparse.base, numpy, sklearn.utils.validation
Analysis of sklearn.utils.validation (Library) queued. Dependencies: warnings, numbers, numpy, scipy, scipy.sparse, distutils.version, inspect, numpy.core.numeric, sklearn.utils.fixes, sklearn, sklearn.exceptions, sklearn.utils._joblib, sklearn.utils.extmath
Analysis of sklearn.preprocessing (Library) queued. Dependencies: sklearn.preprocessing._function_transformer, sklearn.preprocessing.data, sklearn.preprocessing._encoders, sklearn.preprocessing.label, sklearn.preprocessing._discretization, sklearn.preprocessing.imputation
Analysis of botocore.vendored.requests.packages.urllib3.connectionpool (Library) queued. Dependencies: errno, logging, sys, warnings, socket, queue, botocore.vendored.requests.packages.urllib3.exceptions, botocore.vendored.requests.packages.urllib3.packages.ssl_match_hostname, botocore.vendored.requests.packages.urllib3.packages, botocore.vendored.requests.packages.urllib3.packages.six, botocore.vendored.requests.packages.urllib3.connection, botocore.vendored.requests.packages.urllib3.request, botocore.vendored.requests.packages.urllib3.response, botocore.vendored.requests.packages.urllib3.util.connection, botocore.vendored.requests.packages.urllib3.util.retry, botocore.vendored.requests.packages.urllib3.util.timeout, botocore.vendored.requests.packages.urllib3.util.url
Analysis of urllib3.poolmanager (Library) queued. Dependencies: __future__, collections, functools, logging, urllib3._collections, urllib3.connectionpool, urllib3.exceptions, urllib3.request, urllib3.util.url, urllib3.util.retry
Analysis of lib2to3.pgen2.tokenize (Library) queued. Dependencies: lib2to3.pgen2.tokenize (stub), string, re, codecs, lib2to3.pgen2.token, lib2to3.pgen2, sys
Analysis of botocore.vendored.requests.models (Library) queued. Dependencies: collections, datetime, io, botocore.vendored.requests.hooks, botocore.vendored.requests.structures, botocore.vendored.requests.auth, botocore.vendored.requests.cookies, botocore.vendored.requests.packages.urllib3.fields, botocore.vendored.requests.packages.urllib3.filepost, botocore.vendored.requests.packages.urllib3.util, botocore.vendored.requests.packages.urllib3.exceptions, botocore.vendored.requests.exceptions, botocore.vendored.requests.utils, botocore.vendored.requests.compat, botocore.vendored.requests.status_codes
Analysis of botocore.vendored.requests.sessions (Library) queued. Dependencies: os, collections, datetime, botocore.vendored.requests.auth, botocore.vendored.requests.compat, botocore.vendored.requests.cookies, botocore.vendored.requests.models, botocore.vendored.requests.hooks, botocore.vendored.requests.utils, botocore.vendored.requests.exceptions, botocore.vendored.requests.packages.urllib3._collections, botocore.vendored.requests.structures, botocore.vendored.requests.adapters, botocore.vendored.requests.status_codes
Analysis of lib2to3.pgen2.tokenize (Stub) queued. Dependencies: lib2to3.pgen2.token (stub)
Analysis of pkgutil (Stub) queued. Dependencies: sys (stub), importlib.abc (stub)
Analysis of uuid (Stub) queued. Dependencies: sys (stub)
Analysis of sklearn.metrics.scorer (Library) queued. Dependencies: abc, collections.abc, numpy, sklearn.metrics, sklearn.metrics.cluster, sklearn.utils.multiclass, sklearn.base
Analysis of sysconfig (Stub) queued. Dependencies:
Analysis of urllib3.response (Library) queued. Dependencies: __future__, contextlib, zlib, io, logging, socket, urllib3._collections, urllib3.exceptions, urllib3.packages.six, urllib3.connection, urllib3.util.response
Analysis of urllib3.util.url (Library) queued. Dependencies: __future__, collections, urllib3.exceptions
Analysis of ipywidgets (Library) queued. Dependencies: os, IPython, ipywidgets._version, ipywidgets.widgets, traitlets
Analysis of IPython.display (Library) queued. Dependencies: IPython.core.display, IPython.lib.display
Analysis of urllib3.util.timeout (Library) queued. Dependencies: __future__, socket, time, urllib3.exceptions
Analysis of IPython.html (Library) queued. Dependencies: sys, warnings, IPython.utils.shimmodule, notebook
Analysis of urllib.error (Library) on depth 5 completed in 39.2 ms.
Analysis of nose.case (Library) queued. Dependencies: logging, sys, unittest, inspect, nose.config, nose.failure, nose.util
Analysis of html (Stub) queued. Dependencies:
Analysis of uuid (Library) queued. Dependencies: uuid (stub), os, sys, enum, shutil, subprocess, socket, re, ctypes, _uuid, ctypes.util, warnings, random, time, hashlib
Analysis of matplotlib._image (Compiled) queued. Dependencies:
Analysis of nose.selector (Library) queued. Dependencies: logging, os, unittest, nose.config, nose.util
Analysis of html (Library) queued. Dependencies: html (stub), re, html.entities
Analysis of sklearn.utils.random (Library) queued. Dependencies: numpy, scipy, scipy.sparse, array, sklearn.utils, sklearn.utils._random
Analysis of chardet.compat (Library) queued. Dependencies: sys
Analysis of pkg_resources.py31compat (Library) queued. Dependencies: os, errno, sys, pkg_resources.extern
Analysis of pandas.core.indexes.range (Library) queued. Dependencies: datetime, operator, sys, warnings, numpy, pandas._libs, pandas._libs.index, pandas, pandas.compat, pandas.compat.numpy, pandas.compat.numpy.function, pandas.util._decorators, pandas.core.dtypes, pandas.core.dtypes.concat, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core, pandas.core.ops, pandas.core.common, pandas.core.indexes, pandas.core.indexes.base, pandas.core.indexes.numeric, pandas.io.formats.printing
Analysis of cgi (Stub) queued. Dependencies: sys (stub)
Analysis of lib2to3.pgen2.driver (Library) queued. Dependencies: lib2to3.pgen2.driver (stub), codecs, io, os, logging, pkgutil, sys, lib2to3.pgen2, lib2to3.pgen2.grammar, lib2to3.pgen2.parse, lib2to3.pgen2.token, lib2to3.pgen2.tokenize, lib2to3.pgen2.pgen
Analysis of pkg_resources.extern (Library) queued. Dependencies: sys
Analysis of sysconfig (Library) queued. Dependencies: sysconfig (stub), os, sys, re, importlib, importlib.util, pprint, types, _osx_support, warnings
Analysis of pandas.core.indexes.frozen (Library) queued. Dependencies: warnings, numpy, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.base, pandas.io.formats.printing
Analysis of botocore.vendored.requests.exceptions (Library) queued. Dependencies: botocore.vendored.requests.packages.urllib3.exceptions
Analysis of urllib3.util.retry (Library) queued. Dependencies: __future__, time, logging, collections, itertools, email, re, urllib3.exceptions, urllib3.packages, urllib3.packages.six
Analysis of logging.config (Library) queued. Dependencies: logging.config (stub), errno, io, logging, logging.handlers, re, struct, sys, threading, traceback, socketserver, configparser, json, select
Analysis of pkgutil (Library) queued. Dependencies: pkgutil (stub), collections, functools, importlib, importlib.util, importlib.machinery, os, sys, types, warnings, marshal, inspect, zipimport
Analysis of chardet.universaldetector (Library) queued. Dependencies: codecs, logging, re, chardet.charsetgroupprober, chardet.enums, chardet.escprober, chardet.latin1prober, chardet.mbcsgroupprober, chardet.sbcsgroupprober
Analysis of chardet.version (Library) queued. Dependencies:
Analysis of nose.proxy (Library) queued. Dependencies: logging, nose.config, nose.plugins.skip
Analysis of cgi (Library) queued. Dependencies: cgi (stub), io, collections.abc, sys, os, urllib, urllib.parse, email.parser, email.message, warnings, html, locale, tempfile, traceback, re
Analysis of email._policybase (Library) on depth 6 completed in 49.53 ms.
Analysis of qa.baselines (User) on depth 0 completed in 59.1 ms.
Analysis of cycler (Library) on depth 5 completed in 67.56 ms.
Analysis of qa.constants (User) on depth 0 completed in 0.51 ms.
Analysis of matplotlib._png (Compiled) queued. Dependencies:
Analysis of pandas.plotting._matplotlib.boxplot (Library) queued. Dependencies: collections, warnings, matplotlib.artist, numpy, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas, pandas.io.formats.printing, pandas.plotting._matplotlib, pandas.plotting._matplotlib.converter, pandas.plotting._matplotlib.core, pandas.plotting._matplotlib.style, pandas.plotting._matplotlib.tools, matplotlib, matplotlib.pyplot
Analysis of _osx_support (Library) on depth 6 completed in 78.5 ms.
Analysis of bs4.element (Library) queued. Dependencies: collections.abc, collections, re, shlex, sys, warnings, bs4.dammit, bs4
Analysis of pandas.core.groupby.grouper (Library) queued. Dependencies: warnings, numpy, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas, pandas.core, pandas.core.algorithms, pandas.core.arrays, pandas.core.common, pandas.core.frame, pandas.core.groupby.ops, pandas.core.index, pandas.core.series, pandas.io.formats.printing, pandas.core.resample, pandas.core.groupby.categorical
Import: distutils.command.build /Users/malmaud/anaconda3/lib/python3.7/distutils/command/build.py
Analysis of lib2to3.pgen2.driver (Stub) queued. Dependencies: os (stub), sys (stub), logging (stub), lib2to3.pytree (stub), lib2to3.pgen2 (stub), lib2to3.pgen2.grammar (stub)
Analysis of PIL (Library) queued. Dependencies: PIL._version
Analysis of lib2to3.pgen2 (Library) queued. Dependencies: lib2to3.pgen2 (stub)
Analysis of torch.tensor (Library) on depth 1 completed in 22.24 ms.
Import: pandas.io.clipboard.clipboards /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/clipboard/clipboards.py
Analysis of torch.nn.functional (Stub) on depth 2 completed in 12.82 ms.
Analysis of lib2to3.pgen2 (Stub) queued. Dependencies: os (stub), sys (stub)
Import: pandas.io.clipboard.windows /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/clipboard/windows.py
Analysis of pandas.core.groupby.generic (Library) queued. Dependencies: collections, collections.abc, copy, functools, textwrap, warnings, numpy, pandas._libs, pandas._libs.lib, pandas.compat, pandas.errors, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas._typing, pandas, pandas.core, pandas.core.algorithms, pandas.core.base, pandas.core.common, pandas.core.frame, pandas.core.generic, pandas.core.groupby, pandas.core.groupby.base, pandas.core.groupby.groupby, pandas.core.index, pandas.core.indexes, pandas.core.indexes.base, pandas.core.internals, pandas.core.series, pandas.core.sparse.frame, pandas.plotting, pandas.core.reshape.concat, pandas.core.reshape.tile, pandas.core.reshape.merge
Analysis of psutil._psposix (Library) queued. Dependencies: errno, glob, os, sys, time, psutil._common, psutil._compat
Import: qtpy /Users/malmaud/anaconda3/lib/python3.7/site-packages/qtpy/__init__.py
Analysis of pandas.plotting._matplotlib.converter (Library) queued. Dependencies: datetime, warnings, dateutil.relativedelta, matplotlib, matplotlib.dates, matplotlib.ticker, matplotlib.transforms, matplotlib.units, numpy, pandas._libs, pandas._libs.lib, pandas._libs.tslibs, pandas._libs.tslibs.resolution, pandas._libs.tslibs.frequencies, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas, pandas.core, pandas.core.common, pandas.core.index, pandas.core.indexes.datetimes, pandas.core.indexes.period, pandas.core.tools, pandas.core.tools.datetimes
Analysis of numpy.core.arrayprint (Library) on depth 4 completed in 199.66 ms.
Analysis of pandas.plotting._matplotlib.hist (Library) queued. Dependencies: warnings, numpy, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas, pandas.core, pandas.core.common, pandas.io.formats.printing, pandas.plotting._matplotlib, pandas.plotting._matplotlib.converter, pandas.plotting._matplotlib.core, pandas.plotting._matplotlib.tools, scipy.stats, matplotlib, matplotlib.pyplot
Analysis of matplotlib.transforms (Library) queued. Dependencies: re, warnings, weakref, numpy, numpy.linalg, matplotlib._path, matplotlib, matplotlib.cbook, matplotlib.path
Analysis of matplotlib.backends.backend_agg (Library) queued. Dependencies: threading, dummy_threading, numpy, collections, math, matplotlib, matplotlib.cbook, matplotlib.backend_bases, matplotlib.font_manager, matplotlib.ft2font, matplotlib.mathtext, matplotlib.path, matplotlib.transforms, matplotlib.colors, matplotlib.backends._backend_agg, matplotlib._png, PIL, PIL.Image
Analysis of matplotlib.path (Library) queued. Dependencies: functools, weakref, numpy, matplotlib, matplotlib._path, matplotlib.cbook, copy, matplotlib.transforms, matplotlib.hatch
Analysis of matplotlib._layoutbox (Library) queued. Dependencies: itertools, kiwisolver, logging, numpy, warnings, matplotlib, matplotlib.backends.backend_agg, matplotlib.pyplot, matplotlib.patches
Import: PyQt5 /Users/malmaud/anaconda3/lib/python3.7/site-packages/PyQt5/__init__.py
Import: distutils.command.install /Users/malmaud/anaconda3/lib/python3.7/distutils/command/install.py
Analysis of pandas.plotting._matplotlib.core (Library) queued. Dependencies: re, warnings, numpy, pandas._config, pandas.errors, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.generic, pandas.core.dtypes.missing, pandas, pandas.core, pandas.core.common, pandas.io.formats.printing, pandas.plotting._matplotlib, pandas.plotting._matplotlib.converter, pandas.plotting._matplotlib.compat, pandas.plotting._matplotlib.style, pandas.plotting._matplotlib.tools, matplotlib, matplotlib.pyplot, matplotlib.axes, pandas.plotting, pandas.plotting._matplotlib.timeseries, matplotlib.ticker
Analysis of matplotlib.axes._subplots (Library) queued. Dependencies: functools, warnings, matplotlib, matplotlib.docstring, matplotlib.artist, matplotlib.axes._axes, matplotlib.gridspec, matplotlib._layoutbox, matplotlib.projections
Analysis of qtpy (Library) queued. Dependencies: distutils.version, os, platform, sys, warnings, qtpy._version, PyQt5.QtCore, sip
Analysis of PyQt5 (Library) queued. Dependencies:
Analysis of matplotlib._constrained_layout (Library) queued. Dependencies: numpy, logging, warnings, matplotlib.legend, matplotlib, matplotlib.transforms, matplotlib._layoutbox
Analysis of matplotlib.tight_layout (Library) queued. Dependencies: warnings, matplotlib, matplotlib.transforms, matplotlib.font_manager, matplotlib.backends.backend_agg
Analysis of matplotlib.tight_bbox (Library) queued. Dependencies: matplotlib.transforms
Import: distutils.command.build_scripts /Users/malmaud/anaconda3/lib/python3.7/distutils/command/build_scripts.py
Analysis of matplotlib.collections (Library) queued. Dependencies: math, numbers, warnings, numpy, matplotlib, matplotlib._path, matplotlib.artist, matplotlib.cbook, matplotlib.cm, matplotlib.colors, matplotlib.docstring, matplotlib.lines, matplotlib.path, matplotlib.transforms, matplotlib.patheffects
Import: setuptools.sandbox /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/sandbox.py
Analysis of pandas.plotting._matplotlib.misc (Library) queued. Dependencies: random, matplotlib, matplotlib.lines, matplotlib.patches, numpy, pandas.core.dtypes.missing, pandas.io.formats.printing, pandas.plotting._matplotlib.style, pandas.plotting._matplotlib.tools, scipy.stats, matplotlib.pyplot
Analysis of matplotlib.texmanager (Library) queued. Dependencies: copy, glob, hashlib, logging, os, pathlib, re, subprocess, numpy, matplotlib, matplotlib._png, matplotlib.cbook, matplotlib.dviread
Analysis of matplotlib.textpath (Library) queued. Dependencies: collections, functools, urllib, urllib.parse, warnings, numpy, matplotlib, matplotlib.cbook, matplotlib.dviread, matplotlib.font_manager, matplotlib.ft2font, matplotlib.mathtext, matplotlib.path, matplotlib.transforms, matplotlib.texmanager
Analysis of pandas.plotting._matplotlib.timeseries (Library) queued. Dependencies: functools, warnings, numpy, pandas._libs.tslibs.frequencies, pandas._libs.tslibs.period, pandas.core.dtypes.generic, pandas.io.formats.printing, pandas.plotting._matplotlib.converter, pandas, pandas.tseries, pandas.tseries.frequencies, pandas.tseries.offsets, matplotlib, matplotlib.pyplot, pandas.plotting._matplotlib, matplotlib.pylab
Analysis of PIL.Image (Library) queued. Dependencies: PIL, PIL._util, logging, warnings, math, PIL._imaging, PIL.ImageMode, PIL._binary, os, sys, io, struct, atexit, numbers, collections.abc, collections, cffi, pathlib, pathlib2, PIL.BmpImagePlugin, PIL.GifImagePlugin, PIL.JpegImagePlugin, PIL.PpmImagePlugin, PIL.PngImagePlugin, PIL.ImagePalette, tempfile, PIL.PyAccess, PIL.ImageFilter, PIL.ImageColor, PIL.ImageQt, PIL.ImageShow
Analysis of email.message (Library) on depth 5 completed in 93.11 ms.
Analysis of matplotlib.contour (Library) queued. Dependencies: numbers, warnings, numpy, numpy.ma, matplotlib, matplotlib._contour, matplotlib.path, matplotlib.ticker, matplotlib.cm, matplotlib.colors, matplotlib.collections, matplotlib.font_manager, matplotlib.text, matplotlib.cbook, matplotlib.mathtext, matplotlib.patches, matplotlib.texmanager, matplotlib.transforms, matplotlib.blocking_input
Import: setuptools.py27compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/py27compat.py
Analysis of distutils.command.install (Stub) queued. Dependencies:
Analysis of matplotlib.projections.geo (Library) queued. Dependencies: numpy, matplotlib, matplotlib.axes, matplotlib.axis, matplotlib.patches, matplotlib.path, matplotlib.spines, matplotlib.ticker, matplotlib.transforms
Import: setuptools.command.setopt /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/setopt.py
Analysis of matplotlib.blocking_input (Library) queued. Dependencies: logging, numbers, matplotlib, matplotlib.lines
Analysis of distutils.spawn (Library) on depth 6 completed in 9.74 ms.
Import: setuptools.archive_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/archive_util.py
Analysis of matplotlib.backend_tools (Library) queued. Dependencies: re, time, warnings, weakref, numpy, matplotlib, matplotlib._pylab_helpers, matplotlib.cbook
Import: setuptools.package_index /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/package_index.py
Analysis of distutils.command.build_scripts (Stub) queued. Dependencies:
Analysis of matplotlib.backends.backend_webagg (Library) queued. Dependencies: contextlib, errno, io, json, os, pathlib, random, sys, signal, socket, threading, tornado, tornado.web, tornado.ioloop, tornado.websocket, matplotlib, matplotlib.backend_bases, matplotlib._pylab_helpers, matplotlib.backends, matplotlib.backends.backend_webagg_core, tornado.template, webbrowser
Analysis of matplotlib.legend (Library) queued. Dependencies: logging, warnings, numpy, matplotlib, matplotlib.docstring, matplotlib.artist, matplotlib.cbook, matplotlib.colors, matplotlib.font_manager, matplotlib.lines, matplotlib.patches, matplotlib.collections, matplotlib.transforms, matplotlib.offsetbox, matplotlib.container, matplotlib.legend_handler, matplotlib.axes, matplotlib.figure
Import: setuptools.command.egg_info /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/egg_info.py
Analysis of matplotlib.projections.polar (Library) queued. Dependencies: collections, types, numpy, matplotlib.axes, matplotlib, matplotlib.axis, matplotlib.cbook, matplotlib.docstring, matplotlib.markers, matplotlib.patches, matplotlib.path, matplotlib.ticker, matplotlib.transforms, matplotlib.spines
Analysis of matplotlib._path (Compiled) queued. Dependencies:
Analysis of distutils.archive_util (Library) on depth 6 completed in 18.98 ms.
Analysis of matplotlib.tri (Library) queued. Dependencies: matplotlib.tri.triangulation, matplotlib.tri.tricontour, matplotlib.tri.tritools, matplotlib.tri.trifinder, matplotlib.tri.triinterpolate, matplotlib.tri.trirefine, matplotlib.tri.tripcolor, matplotlib.tri.triplot
Analysis of distutils.command.build_scripts (Library) queued. Dependencies: distutils.command.build_scripts (stub), os, re, stat, distutils, distutils.sysconfig, distutils.core, distutils.dep_util, distutils.util, distutils.log, tokenize
Analysis of pandas.core.computation.engines (Library) queued. Dependencies: abc, pandas.core.computation.align, pandas.core.computation.ops, pandas, pandas.io, pandas.io.formats, pandas.io.formats.printing, numexpr
Analysis of pandas.plotting._matplotlib.tools (Library) queued. Dependencies: math, warnings, matplotlib, matplotlib.table, matplotlib.ticker, numpy, pandas.core.dtypes.common, pandas.core.dtypes.generic, matplotlib.pyplot
Analysis of IPython.core.getipython (Library) queued. Dependencies: IPython.core.interactiveshell
Analysis of IPython.core (Library) queued. Dependencies:
Analysis of IPython.core.release (Library) queued. Dependencies:
Analysis of pandas.core.computation.scope (Library) queued. Dependencies: datetime, inspect, io, itertools, pprint, struct, sys, numpy, pandas._libs.tslibs, pandas.compat.chainmap, pandas.core.base, pandas, pandas.core, pandas.core.computation
Analysis of pandas.core.reshape.util (Library) queued. Dependencies: numpy, pandas.core.dtypes.common, pandas.core, pandas.core.common
Analysis of OpenSSL (Library) queued. Dependencies: OpenSSL.crypto, OpenSSL.SSL, OpenSSL.version
Analysis of IPython.terminal.embed (Library) queued. Dependencies: sys, warnings, IPython.core, IPython.core.ultratb, IPython.core.compilerop, IPython.core.magic_arguments, IPython.core.magic, IPython.core.interactiveshell, IPython.terminal.interactiveshell, IPython.terminal.ipapp, traitlets, IPython.utils.io
Analysis of IPython.testing (Library) queued. Dependencies: IPython.testing.iptestcontroller
Analysis of IPython.utils.frame (Library) queued. Dependencies: sys, IPython.utils, IPython.utils.py3compat
Analysis of cryptography.x509 (Library) queued. Dependencies: __future__, cryptography.x509.certificate_transparency, cryptography.x509.base, cryptography.x509.extensions, cryptography.x509.general_name, cryptography.x509.name, cryptography.x509.oid
Analysis of IPython.utils.sysinfo (Library) queued. Dependencies: os, platform, pprint, sys, subprocess, IPython.core, IPython.core.release, IPython.utils, IPython.utils._sysinfo, IPython.utils.encoding
Analysis of ipykernel.embed (Library) queued. Dependencies: sys, IPython.utils.frame, ipykernel.kernelapp
Analysis of matplotlib.offsetbox (Library) queued. Dependencies: warnings, numpy, matplotlib, matplotlib.transforms, matplotlib.artist, matplotlib.text, matplotlib.path, matplotlib.font_manager, matplotlib.patches, matplotlib.docstring, matplotlib.image, matplotlib.pyplot
Analysis of matplotlib._cm (Library) queued. Dependencies: numpy
Analysis of urllib3.packages.backports.makefile (Library) queued. Dependencies: io, socket
Analysis of urllib3.packages (Library) queued. Dependencies: __future__, urllib3.packages.ssl_match_hostname
Analysis of matplotlib.font_manager (Library) queued. Dependencies: functools, json, logging, os, pathlib, subprocess, sys, threading, dummy_threading, warnings, matplotlib, matplotlib.afm, matplotlib.cbook, matplotlib.ft2font, matplotlib.fontconfig_pattern
Analysis of urllib3.util (Library) queued. Dependencies: __future__, urllib3.util.connection, urllib3.util.request, urllib3.util.response, urllib3.util.ssl_, urllib3.util.timeout, urllib3.util.retry, urllib3.util.url, urllib3.util.wait
Analysis of IPython.utils.decorators (Library) queued. Dependencies:
Analysis of cryptography.hazmat.backends.openssl (Library) queued. Dependencies: __future__, cryptography.hazmat.backends.openssl.backend
Analysis of cryptography.hazmat.backends.openssl.x509 (Library) queued. Dependencies: __future__, datetime, operator, cryptography, cryptography.utils, cryptography.x509, cryptography.exceptions, cryptography.hazmat.backends.openssl.decode_asn1, cryptography.hazmat.backends.openssl.encode_asn1, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dsa, cryptography.hazmat.primitives.asymmetric.ec, cryptography.hazmat.primitives.asymmetric.rsa
Analysis of idna (Library) queued. Dependencies: idna.package_data, idna.core
Analysis of IPython.terminal.ipapp (Library) queued. Dependencies: logging, os, sys, warnings, traitlets.config.loader, traitlets.config.application, IPython.core, IPython.core.release, IPython.core.usage, IPython.core.completer, IPython.core.crashhandler, IPython.core.formatters, IPython.core.history, IPython.core.application, IPython.core.magics, IPython.core.shellapp, IPython.extensions.storemagic, IPython.terminal.interactiveshell, IPython.paths, traitlets
Analysis of scipy.sparse._sparsetools (Compiled) queued. Dependencies:
Analysis of ipykernel.pylab.backend_inline (Library) queued. Dependencies: __future__, matplotlib, matplotlib.backends.backend_agg, matplotlib.colors, matplotlib._pylab_helpers, IPython.core.getipython, IPython.core.display, ipykernel.pylab.config, IPython.core.pylabtools
Analysis of scipy.sparse.sputils (Library) queued. Dependencies: __future__, operator, warnings, numpy
Analysis of matplotlib.bezier (Library) queued. Dependencies: warnings, numpy, matplotlib.path
Import: setuptools.wheel /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/wheel.py
Analysis of cryptography.x509.extensions (Library) queued. Dependencies: __future__, abc, datetime, hashlib, ipaddress, enum, asn1crypto.keys, six, cryptography, cryptography.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.constant_time, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric.ec, cryptography.hazmat.primitives.asymmetric.rsa, cryptography.x509.certificate_transparency, cryptography.x509.general_name, cryptography.x509.name, cryptography.x509.oid
Import: distutils.command.build_ext /Users/malmaud/anaconda3/lib/python3.7/distutils/command/build_ext.py
Analysis of OpenSSL.SSL (Library) queued. Dependencies: os, socket, sys, functools, itertools, weakref, errno, cryptography.utils, six, OpenSSL._util, OpenSSL.crypto
Analysis of psutil._psaix (Library) queued. Dependencies: errno, glob, os, re, subprocess, sys, collections, socket, psutil, psutil._common, psutil._psposix, psutil._psutil_posix, psutil._compat
Analysis of pandas.util._exceptions (Library) queued. Dependencies: contextlib
Analysis of scipy.sparse._csparsetools (Compiled) queued. Dependencies:
Analysis of scipy.sparse.spfuncs (Library) queued. Dependencies: __future__, scipy.sparse.csr, scipy.sparse.csc, scipy.sparse._sparsetools
Analysis of cryptography.__about__ (Library) queued. Dependencies: __future__
Analysis of scipy.sparse._index (Library) queued. Dependencies: __future__, numpy, scipy.sparse.sputils, scipy.sparse.base
Analysis of urllib3.packages.six (Library) queued. Dependencies: __future__, functools, itertools, operator, sys, types, struct, io
Analysis of OpenSSL.crypto (Library) queued. Dependencies: datetime, base64, functools, operator, six, cryptography, cryptography.x509, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dsa, cryptography.hazmat.primitives.asymmetric.rsa, cryptography.utils, OpenSSL._util, cryptography.hazmat.backends.openssl.backend, cryptography.hazmat.backends.openssl.x509
Analysis of scipy.sparse.csgraph._laplacian (Library) queued. Dependencies: __future__, numpy, scipy.sparse
Analysis of numpy.linalg.lapack_lite (Compiled) queued. Dependencies:
Analysis of botocore (Library) queued. Dependencies: os, re, logging
Analysis of encodings.mbcs (Library) queued. Dependencies: codecs
Analysis of scipy.sparse.csgraph._shortest_path (Compiled) queued. Dependencies: numpy, scipy, scipy.sparse, scipy.sparse.csr
Analysis of distutils.command.install (Library) queued. Dependencies: distutils.command.install (stub), sys, os, distutils, distutils.log, distutils.core, distutils.debug, distutils.sysconfig, distutils.errors, distutils.file_util, distutils.util, site, pprint, distutils.fancy_getopt
Analysis of IPython.core.application (Library) queued. Dependencies: atexit, copy, glob, logging, os, shutil, sys, traitlets.config.application, traitlets.config.loader, IPython.core, IPython.core.release, IPython.core.crashhandler, IPython.core.profiledir, IPython.paths, IPython.utils.path, traitlets
Analysis of setuptools.sandbox (Library) queued. Dependencies: os, sys, tempfile, operator, functools, itertools, re, contextlib, pickle, textwrap, setuptools.extern, pkg_resources, pkg_resources.py31compat, distutils.errors
Analysis of numpy.linalg._umath_linalg (Compiled) queued. Dependencies:
Analysis of psutil._pssunos (Library) queued. Dependencies: errno, os, socket, subprocess, sys, collections, psutil, psutil._common, psutil._psposix, psutil._psutil_posix, psutil._compat
Analysis of IPython.core.display (Library) queued. Dependencies: binascii, json, mimetypes, os, struct, sys, warnings, copy, IPython.utils.py3compat, IPython.testing.skipdoctest, IPython.core.interactiveshell, urllib.request, xml.dom, xml.dom.minidom, IPython.core.pylabtools, ipykernel.pylab.config
Analysis of scipy._lib._numpy_compat (Library) queued. Dependencies: __future__, warnings, re, functools, numpy, scipy._lib._version, numpy.testing
Analysis of email.feedparser (Library) on depth 6 completed in 129.89 ms.
Import: pandas.io.excel._odfreader /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/excel/_odfreader.py
Analysis of scipy.sparse.csgraph._traversal (Compiled) queued. Dependencies: numpy, scipy, scipy.sparse, scipy.sparse.csr
Analysis of matplotlib._color_data (Library) queued. Dependencies: collections
Analysis of scipy.sparse.data (Library) queued. Dependencies: __future__, numpy, scipy.sparse.base, scipy.sparse.sputils, scipy.sparse
Analysis of matplotlib.markers (Library) queued. Dependencies: collections.abc, numbers, numpy, matplotlib, matplotlib.cbook, matplotlib.path, matplotlib.transforms, matplotlib.text, matplotlib.font_manager
Import: pandas.io.excel._xlrd /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/excel/_xlrd.py
Analysis of botocore.session (Library) queued. Dependencies: copy, logging, os, platform, socket, warnings, collections, botocore, botocore.configloader, botocore.credentials, botocore.client, botocore.configprovider, botocore.exceptions, botocore.errorfactory, botocore.handlers, botocore.hooks, botocore.loaders, botocore.parsers, botocore.regions, botocore.model, botocore.monitoring, botocore.paginate, botocore.waiter, botocore.retryhandler, botocore.translate, botocore.utils
Import: distutils.command.build_clib /Users/malmaud/anaconda3/lib/python3.7/distutils/command/build_clib.py
Analysis of IPython.core.interactiveshell (Library) queued. Dependencies: abc, ast, asyncio, atexit, functools, os, re, runpy, sys, tempfile, traceback, types, subprocess, warnings, io, pickleshare, traitlets.config.configurable, traitlets.utils.importstring, IPython.core, IPython.core.oinspect, IPython.core.magic, IPython.core.page, IPython.core.prefilter, IPython.core.ultratb, IPython.core.alias, IPython.core.autocall, IPython.core.builtin_trap, IPython.core.events, IPython.core.compilerop, IPython.core.debugger, IPython.core.display_trap, IPython.core.displayhook, IPython.core.displaypub, IPython.core.error, IPython.core.extensions, IPython.core.formatters, IPython.core.history, IPython.core.inputtransformer2, IPython.core.logger, IPython.core.macro, IPython.core.payload, IPython.core.profiledir, IPython.core.usage, IPython.display, IPython.testing.skipdoctest, IPython.utils, IPython.utils.PyColorize, IPython.utils.io, IPython.utils.py3compat, IPython.utils.openpy, IPython.utils.decorators, IPython.utils.ipstruct, IPython.paths, IPython.utils.path, IPython.utils.process, IPython.utils.strdispatch, IPython.utils.syspathcontext, IPython.utils.text, IPython.utils.tempdir, traitlets, logging, IPython, IPython.core.hooks, IPython.utils.contexts, IPython.core.async_helpers, site, IPython.core.completer, IPython.core.completerlib, IPython.core.magics, IPython.utils._process_win32, nbformat, IPython.core.pylabtools, urllib.request
Analysis of scipy.sparse.compressed (Library) queued. Dependencies: __future__, warnings, operator, numpy, scipy._lib.six, scipy._lib._util, scipy.sparse.base, scipy.sparse.data, scipy.sparse.dia, scipy.sparse, scipy.sparse._sparsetools, scipy.sparse._index, scipy.sparse.sputils, scipy.sparse.coo
Analysis of pandas.core.computation.expr (Library) queued. Dependencies: ast, functools, io, itertools, operator, tokenize, numpy, pandas, pandas.core, pandas.core.common, pandas.core.base, pandas.core.computation.common, pandas.core.computation.ops, pandas.core.computation.scope, pandas.io, pandas.io.formats, pandas.io.formats.printing, keyword
Import: openpyxl.workbook /Users/malmaud/anaconda3/lib/python3.7/site-packages/openpyxl/workbook/__init__.py
Import: openpyxl /Users/malmaud/anaconda3/lib/python3.7/site-packages/openpyxl/__init__.py
Import: openpyxl.styles /Users/malmaud/anaconda3/lib/python3.7/site-packages/openpyxl/styles/__init__.py
Import: setuptools.command.sdist /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/sdist.py
Import: distutils.command.sdist /Users/malmaud/anaconda3/lib/python3.7/distutils/command/sdist.py
Analysis of cryptography.hazmat.backends.openssl.backend (Library) queued. Dependencies: __future__, base64, collections, contextlib, itertools, asn1crypto, asn1crypto.core, six, cryptography, cryptography.utils, cryptography.x509, cryptography.exceptions, cryptography.hazmat.backends.interfaces, cryptography.hazmat.backends.openssl, cryptography.hazmat.backends.openssl.aead, cryptography.hazmat.backends.openssl.ciphers, cryptography.hazmat.backends.openssl.cmac, cryptography.hazmat.backends.openssl.decode_asn1, cryptography.hazmat.backends.openssl.dh, cryptography.hazmat.backends.openssl.dsa, cryptography.hazmat.backends.openssl.ec, cryptography.hazmat.backends.openssl.ed25519, cryptography.hazmat.backends.openssl.ed448, cryptography.hazmat.backends.openssl.encode_asn1, cryptography.hazmat.backends.openssl.hashes, cryptography.hazmat.backends.openssl.hmac, cryptography.hazmat.backends.openssl.ocsp, cryptography.hazmat.backends.openssl.rsa, cryptography.hazmat.backends.openssl.x25519, cryptography.hazmat.backends.openssl.x448, cryptography.hazmat.backends.openssl.x509, cryptography.hazmat.bindings.openssl, cryptography.hazmat.bindings.openssl.binding, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dsa, cryptography.hazmat.primitives.asymmetric.ec, cryptography.hazmat.primitives.asymmetric.ed25519, cryptography.hazmat.primitives.asymmetric.rsa, cryptography.hazmat.primitives.asymmetric.padding, cryptography.hazmat.primitives.ciphers.algorithms, cryptography.hazmat.primitives.ciphers.modes, cryptography.hazmat.primitives.kdf, cryptography.hazmat.primitives.kdf.scrypt, cryptography.hazmat.primitives.serialization.ssh, cryptography.x509.ocsp
Analysis of matplotlib.axes._axes (Library) queued. Dependencies: collections, collections.abc, functools, itertools, logging, math, numbers, warnings, numpy, numpy.ma, matplotlib, matplotlib.cbook, matplotlib.collections, matplotlib.colors, matplotlib.contour, matplotlib.category, matplotlib.dates, matplotlib.docstring, matplotlib.image, matplotlib.legend, matplotlib.lines, matplotlib.markers, matplotlib.mlab, matplotlib.path, matplotlib.patches, matplotlib.quiver, matplotlib.stackplot, matplotlib.streamplot, matplotlib.table, matplotlib.text, matplotlib.ticker, matplotlib.transforms, matplotlib.tri, matplotlib.container, matplotlib.axes._base
Import: distutils.command.install_data /Users/malmaud/anaconda3/lib/python3.7/distutils/command/install_data.py
Create compiled (scraped): pandas._libs.json /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/json.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of matplotlib._cm_listed (Library) queued. Dependencies: matplotlib.colors
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.json /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of numpy.core.numeric (Library) on depth 3 completed in 185.66 ms.
Analysis of botocore.client (Library) queued. Dependencies: logging, functools, botocore, botocore.waiter, botocore.auth, botocore.awsrequest, botocore.docs.docstring, botocore.exceptions, botocore.hooks, botocore.model, botocore.paginate, botocore.utils, botocore.args, botocore.compat, botocore.config, botocore.history, botocore.discovery
Analysis of torch.nn.functional (Library) on depth 1 completed in 209.75 ms.
Analysis of scipy.sparse.csgraph._min_spanning_tree (Compiled) queued. Dependencies: numpy, scipy, scipy.sparse, scipy.sparse.csr
Analysis of scipy.sparse.csgraph._reordering (Compiled) queued. Dependencies: numpy, scipy, scipy.sparse, scipy.sparse.base, scipy.sparse.csc
Analysis of scipy.sparse.csgraph._tools (Compiled) queued. Dependencies: numpy, scipy, scipy.sparse, scipy.sparse.csr
Analysis of boto3.utils (Library) queued. Dependencies: sys, collections
Analysis of boto3.exceptions (Library) queued. Dependencies: botocore, botocore.exceptions
Analysis of boto3.resources.factory (Library) queued. Dependencies: logging, functools, boto3.resources.action, boto3.resources.base, boto3.resources.collection, boto3.resources.model, boto3.resources.response, boto3.exceptions, boto3.docs, boto3.docs.docstring
Analysis of requests.certs (Library) queued. Dependencies: certifi
Analysis of pyparsing (Library) on depth 5 completed in 522.64 ms.
Analysis of requests._internal_utils (Library) queued. Dependencies: requests.compat
Analysis of spacy.lang.en.tokenizer_exceptions (Library) queued. Dependencies: __future__, spacy.symbols
Analysis of requests.compat (Library) queued. Dependencies: requests.compat (stub), chardet, sys, json, urllib, collections, urllib.parse, urllib.request, http, http.cookiejar, http.cookies, io, collections.abc
Analysis of spacy.lang.en.norm_exceptions (Library) queued. Dependencies: __future__
Analysis of spacy.lang.en.tag_map (Library) queued. Dependencies: __future__, spacy.symbols
Analysis of spacy.lang.en.stop_words (Library) queued. Dependencies: __future__
Analysis of spacy.lang.en.lex_attrs (Library) queued. Dependencies: __future__, spacy.attrs
Analysis of requests.cookies (Library) queued. Dependencies: requests.cookies (stub), copy, time, calendar, requests._internal_utils, requests.compat, threading, dummy_threading
Analysis of requests.structures (Library) queued. Dependencies: requests.structures (stub), requests.compat
Analysis of spacy.lang.en.morph_rules (Library) queued. Dependencies: __future__, spacy.symbols
Analysis of spacy.lang.en.lemmatizer (Library) queued. Dependencies: __future__, spacy.lang.en.lemmatizer.lookup, spacy.lang.en.lemmatizer._adjectives, spacy.lang.en.lemmatizer._adjectives_irreg, spacy.lang.en.lemmatizer._adverbs, spacy.lang.en.lemmatizer._adverbs_irreg, spacy.lang.en.lemmatizer._nouns, spacy.lang.en.lemmatizer._nouns_irreg, spacy.lang.en.lemmatizer._verbs, spacy.lang.en.lemmatizer._verbs_irreg, spacy.lang.en.lemmatizer._lemma_rules
Analysis of pandas.io.excel._xlrd (Library) queued. Dependencies: datetime, numpy, pandas.compat._optional, pandas.io.excel._base, xlrd, xlrd.xldate
Analysis of encodings.idna (Library) queued. Dependencies: stringprep, re, codecs, unicodedata
Analysis of urllib3.fields (Library) queued. Dependencies: __future__, email, email.utils, mimetypes, urllib3.packages, urllib3.packages.six
Analysis of spacy.lang.en.syntax_iterators (Library) queued. Dependencies: __future__, spacy.symbols
Analysis of spacy.lang.norm_exceptions (Library) queued. Dependencies: __future__
Analysis of spacy.lang.tokenizer_exceptions (Library) queued. Dependencies: __future__, re, spacy.symbols
Analysis of spacy.language (Library) queued. Dependencies: __future__, random, itertools, weakref, functools, collections, contextlib, copy, thinc.neural, srsly, spacy.tokenizer, spacy.vocab, spacy.lemmatizer, spacy.pipeline, spacy.compat, spacy.gold, spacy.scorer, spacy._ml, spacy.attrs, spacy.lang.punctuation, spacy.lang.tokenizer_exceptions, spacy.lang.tag_map, spacy.lang.lex_attrs, spacy.errors, spacy, spacy.util, spacy.about
Analysis of torch.nn.modules.transformer (Library) on depth 1 completed in 10.1 ms.
Analysis of email.parser (Library) on depth 5 completed in 1.99 ms.
Analysis of numpy.lib.type_check (Library) on depth 3 completed in 4.65 ms.
Analysis of distutils.cmd (Library) on depth 5 completed in 3.09 ms.
Analysis of numpy.lib.scimath (Library) on depth 3 completed in 2.12 ms.
Analysis of numpy.dual (Library) on depth 4 completed in 1.15 ms.
Analysis of numpy.core._methods (Library) on depth 3 completed in 1.31 ms.
Analysis of numpy.core.fromnumeric (Library) on depth 3 completed in 11.38 ms.
Analysis of numpy.lib.function_base (Library) on depth 3 completed in 34.13 ms.
Analysis of scipy (Library) on depth 2 completed in 1.14 ms.
Analysis of spacy.attrs (Compiled) queued. Dependencies:
Analysis of numpy.lib.utils (Library) on depth 3 completed in 19.97 ms.
Analysis of numpy.core._type_aliases (Library) on depth 4 completed in 1.97 ms.
Analysis of pkg_resources (Library) on depth 5 completed in 55.61 ms.
Analysis of numpy.core.numerictypes (Library) on depth 3 completed in 19.84 ms.
Analysis of nose.plugins.manager (Library) on depth 5 completed in 21.15 ms.
Analysis of numpy.lib.index_tricks (Library) on depth 3 completed in 5.34 ms.
Analysis of numpy.core.umath (Library) on depth 3 completed in 0.48 ms.
Analysis of numpy.lib.mixins (Library) on depth 3 completed in 1.03 ms.
Analysis of mkl_fft._numpy_fft (Library) on depth 3 completed in 1.75 ms.
Analysis of nose.config (Library) on depth 6 completed in 9.4 ms.
Analysis of numpy.fft.fftpack (Library) on depth 3 completed in 6.08 ms.
Analysis of nose.suite (Library) on depth 6 completed in 3.79 ms.
Analysis of numpy.fft.helper (Library) on depth 3 completed in 2.62 ms.
Analysis of spacy.util (Library) queued. Dependencies: __future__, os, pkg_resources, importlib, re, pathlib, random, collections, thinc.neural._classes.model, thinc.neural.ops, functools, itertools, numpy, numpy.random, srsly, jsonschema, spacy.symbols, spacy.compat, spacy.errors
Analysis of nose.loader (Library) on depth 6 completed in 4.78 ms.
Analysis of nose.core (Library) on depth 5 completed in 7.12 ms.
Analysis of nose.plugins.plugintest (Library) on depth 5 completed in 2.82 ms.
Analysis of nose.plugins (Library) on depth 4 completed in 0.17 ms.
Analysis of nose (Library) on depth 4 completed in 0.49 ms.
Analysis of nose.pyversion (Library) on depth 6 completed in 2.98 ms.
Analysis of nose.util (Library) on depth 5 completed in 7.68 ms.
Analysis of nose.result (Library) on depth 6 completed in 1.95 ms.
Analysis of nose.plugins.errorclass (Library) on depth 5 completed in 1.33 ms.
Analysis of nose.plugins.skip (Library) on depth 6 completed in 0.69 ms.
Analysis of nose.plugins.base (Library) on depth 5 completed in 9.68 ms.
Analysis of nose.plugins.doctests (Library) on depth 5 completed in 4.81 ms.
Analysis of numpy.testing._private.noseclasses (Library) on depth 4 completed in 3.22 ms.
Analysis of pandas.core.computation.expressions (Library) on depth 3 completed in 2.28 ms.
Analysis of scipy.sparse.bsr (Library) on depth 4 completed in 4.9 ms.
Analysis of IPython.core.formatters (Library) on depth 4 completed in 4.4 ms.
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/json.cpython-37m-darwin.pyi
Import: xlsxwriter /Users/malmaud/anaconda3/lib/python3.7/site-packages/xlsxwriter/__init__.py
Analysis of sklearn.model_selection._split (Library) on depth 2 completed in 16.41 ms.
Import: numpy.distutils.from_template /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/from_template.py
Import: numpy.distutils.conv_template /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/distutils/conv_template.py
Import: xlwt /Users/malmaud/anaconda3/lib/python3.7/site-packages/xlwt/__init__.py
Import: distutils.command.install_headers /Users/malmaud/anaconda3/lib/python3.7/distutils/command/install_headers.py
Import: setuptools.command.install /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/install.py
Analysis of scipy.sparse.construct (Library) on depth 4 completed in 3.78 ms.
Import: setuptools.command.bdist_rpm /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/bdist_rpm.py
Import: distutils.command.bdist_rpm /Users/malmaud/anaconda3/lib/python3.7/distutils/command/bdist_rpm.py
Analysis of pandas.core.accessor (Library) on depth 4 completed in 1.41 ms.
Import: setuptools.command.develop /Users/malmaud/anaconda3/lib/python3.7/site-packages/setuptools/command/develop.py
Analysis of pandas.io.formats.console (Library) on depth 4 completed in 0.87 ms.
Import: lxml /Users/malmaud/anaconda3/lib/python3.7/site-packages/lxml/__init__.py
Import: lxml.html.defs /Users/malmaud/anaconda3/lib/python3.7/site-packages/lxml/html/defs.py
Import: lxml.html._setmixin /Users/malmaud/anaconda3/lib/python3.7/site-packages/lxml/html/_setmixin.py
Analysis of pandas.core.util.hashing (Library) on depth 4 completed in 5.92 ms.
Import: lxml.cssselect /Users/malmaud/anaconda3/lib/python3.7/site-packages/lxml/cssselect.py
Import: webbrowser /Users/malmaud/anaconda3/lib/python3.7/webbrowser.py
Import: dateutil.parser._parser /Users/malmaud/anaconda3/lib/python3.7/site-packages/dateutil/parser/_parser.py
Import: dateutil.parser.isoparser /Users/malmaud/anaconda3/lib/python3.7/site-packages/dateutil/parser/isoparser.py
Import: pandas.io.sas.sas_xport /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/sas/sas_xport.py
Import: pandas.io.sas.sas7bdat /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/sas/sas7bdat.py
Analysis of cffi.api (Library) queued. Dependencies: sys, types, cffi.lock, cffi.error, cffi, cffi.model, collections, _cffi_backend, cffi.cparser, cffi.verifier, os, sysconfig, distutils, distutils.sysconfig, cffi.pkgconfig, distutils.dir_util, cffi.recompiler, re, ctypes, ctypes.util
Import: sqlalchemy.sql /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/sql/__init__.py
Analysis of requests.hooks (Library) queued. Dependencies: requests.hooks (stub)
Import: sqlalchemy.inspection /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/inspection.py
Analysis of cffi.error (Library) queued. Dependencies:
Analysis of scipy.sparse.base (Library) on depth 4 completed in 7.56 ms.
Import: sqlalchemy.engine /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/engine/__init__.py
Import: sqlalchemy.events /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/events.py
Analysis of requests.auth (Library) queued. Dependencies: requests.auth (stub), os, re, time, hashlib, threading, warnings, base64, requests.compat, requests.cookies, requests._internal_utils, requests.utils
Import: sqlalchemy.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/util/__init__.py
Import: numpy.f2py.f2py2e /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/f2py/f2py2e.py
Analysis of decorator (Library) queued. Dependencies: __future__, re, sys, inspect, operator, itertools, collections, contextlib
Import: numpy.f2py.f2py_testing /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/f2py/f2py_testing.py
Import: numpy.f2py.diagnose /Users/malmaud/anaconda3/lib/python3.7/site-packages/numpy/f2py/diagnose.py
Analysis of scipy.sparse.lil (Library) on depth 4 completed in 10.51 ms.
Analysis of traitlets.config.configurable (Library) queued. Dependencies: __future__, copy, warnings, traitlets.config.loader, traitlets.traitlets, ipython_genutils.text, difflib, traitlets, traitlets.log
Import: sqlalchemy.sql.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/sql/base.py
Import: sqlalchemy.sql.schema /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/sql/schema.py
Analysis of botocore.vendored.six (Library) queued. Dependencies: __future__, functools, itertools, operator, sys, types, struct, io
Analysis of scipy.sparse.dia (Library) on depth 4 completed in 7.62 ms.
Analysis of xml (Stub) queued. Dependencies: xml.parsers (stub)
Import: sqlalchemy.sql.naming /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/sql/naming.py
Analysis of scipy.sparse.csr (Library) on depth 4 completed in 1.95 ms.
Analysis of scipy.sparse.coo (Library) on depth 4 completed in 3.09 ms.
Import: sqlalchemy.sql.ddl /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/sql/ddl.py
Analysis of IPython.utils.sentinel (Library) queued. Dependencies:
Analysis of scipy.sparse.csc (Library) on depth 4 completed in 5.93 ms.
Import: pandas.compat.chainmap /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/compat/chainmap.py
Import: pandas.core.computation.ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/computation/ops.py
Import: scipy.interpolate.interpolate /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/interpolate.py
Import: scipy.interpolate.fitpack /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/fitpack.py
Import: scipy.interpolate.fitpack2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/fitpack2.py
Import: scipy.interpolate.rbf /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/rbf.py
Analysis of scipy.sparse.dok (Library) on depth 4 completed in 6.78 ms.
Import: scipy.interpolate.polyint /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/polyint.py
Import: scipy.interpolate._cubic /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/_cubic.py
Import: scipy.interpolate.ndgriddata /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/ndgriddata.py
Import: scipy.interpolate._bsplines /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/_bsplines.py
Import: scipy.interpolate._pade /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/interpolate/_pade.py
Create compiled (scraped): tables.utilsextension /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/utilsextension.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: tables.misc.enum /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/misc/enum.py
Import: tables.atom /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/atom.py
Import: tables.flavor /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/flavor.py
Analysis of http.client (Library) on depth 4 completed in 27.5 ms.
Import: tables.description /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/description.py
Import: tables.filters /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/filters.py
Import: tables.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/exceptions.py
Import: tables.file /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/file.py
Import: tables.node /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/node.py
Import: tables.group /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/group.py
Analysis of matplotlib.pyplot (Library) on depth 4 completed in 29.25 ms.
Import: tables.leaf /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/leaf.py
Import: tables.table /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/table.py
Analysis of IPython.core.pylabtools (Library) on depth 5 completed in 2.85 ms.
Import: tables.array /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/array.py
Analysis of http.cookiejar (Library) on depth 5 completed in 19.39 ms.
Import: tables.carray /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/carray.py
Import: tables.earray /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/earray.py
Import: tables.vlarray /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/vlarray.py
Import: tables.unimplemented /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/unimplemented.py
Import: tables.expression /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/expression.py
Analysis of matplotlib.figure (Library) on depth 5 completed in 12.9 ms.
Import: tables.tests /Users/malmaud/anaconda3/lib/python3.7/site-packages/tables/tests/__init__.py
Import: torch._utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/_utils.py
Import: sqlalchemy.sql.type_api /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/sql/type_api.py
Import: sqlalchemy.sql.sqltypes /Users/malmaud/anaconda3/lib/python3.7/site-packages/sqlalchemy/sql/sqltypes.py
Import: tty /Users/malmaud/anaconda3/lib/python3.7/tty.py
Import: pydoc_data /Users/malmaud/anaconda3/lib/python3.7/pydoc_data/__init__.py
Import: pydoc_data.topics /Users/malmaud/anaconda3/lib/python3.7/pydoc_data/topics.py
Import: http.server /Users/malmaud/anaconda3/lib/python3.7/http/server.py
Import: sqlite3.dbapi2 /Users/malmaud/anaconda3/lib/python3.7/sqlite3/dbapi2.py
Create compiled (scraped): _decimal /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_decimal.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Import: _pydecimal /Users/malmaud/anaconda3/lib/python3.7/_pydecimal.py
Analysis of matplotlib.backend_bases (Library) on depth 5 completed in 19.55 ms.
Create compiled (scraped): pandas._libs.reduction /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/reduction.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of IPython.utils.dir2 (Library) queued. Dependencies: inspect, types
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.reduction /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of matplotlib.patheffects (Library) on depth 5 completed in 13.39 ms.
Analysis of sqlite3.dbapi2 (Stub) queued. Dependencies: sys (stub), datetime (stub)
Analysis of urllib.request (Library) on depth 4 completed in 38.13 ms.
Analysis of sqlite3.dbapi2 (Library) queued. Dependencies: sqlite3.dbapi2 (stub), datetime, time, collections, collections.abc, _sqlite3
Analysis of _decimal (Compiled) queued. Dependencies:
Analysis of http.server (Library) queued. Dependencies: http.server (stub), copy, datetime, email, email.utils, html, http, http.client, io, mimetypes, os, posixpath, select, shutil, socket, socketserver, sys, time, urllib, urllib.parse, functools, pwd, base64, binascii, subprocess, argparse
Analysis of _pydecimal (Library) queued. Dependencies: math, numbers, sys, collections, contextvars, re, locale, itertools
Analysis of matplotlib.patches (Library) on depth 5 completed in 60.61 ms.
Analysis of matplotlib.text (Library) on depth 5 completed in 12.66 ms.
Analysis of matplotlib.widgets (Library) on depth 5 completed in 34.19 ms.
Analysis of matplotlib (Library) on depth 4 completed in 12.92 ms.
Analysis of matplotlib.cbook (Library) on depth 5 completed in 10.3 ms.
Analysis of matplotlib.style.core (Library) on depth 5 completed in 0.96 ms.
Analysis of matplotlib.docstring (Library) on depth 5 completed in 0.77 ms.
Analysis of matplotlib.gridspec (Library) on depth 5 completed in 2.97 ms.
Analysis of matplotlib.projections (Library) on depth 5 completed in 0.49 ms.
Analysis of matplotlib.mlab (Library) on depth 5 completed in 6.97 ms.
Analysis of matplotlib.colors (Library) on depth 5 completed in 10.81 ms.
Analysis of matplotlib.ticker (Library) on depth 5 completed in 21.23 ms.
Analysis of matplotlib.afm (Library) on depth 5 completed in 4.68 ms.
Analysis of matplotlib.rcsetup (Library) on depth 5 completed in 9.29 ms.
Analysis of matplotlib.cm (Library) on depth 5 completed in 2.37 ms.
Analysis of matplotlib.scale (Library) on depth 5 completed in 3.75 ms.
Analysis of matplotlib.artist (Library) on depth 5 completed in 10.64 ms.
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/reduction.cpython-37m-darwin.pyi
Analysis of IPython.lib (Library) queued. Dependencies: IPython.lib.security
Import: pandas.io.msgpack.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/msgpack/exceptions.py
Analysis of traitlets (Library) queued. Dependencies: traitlets.traitlets, traitlets.utils.importstring, traitlets._version
Analysis of distutils.command.build_clib (Stub) queued. Dependencies:
Analysis of email.header (Library) queued. Dependencies: email.header (stub), re, binascii, email, email.quoprimime, email.base64mime, email.errors, email.charset
Analysis of IPython.lib.pretty (Library) queued. Dependencies: contextlib, datetime, os, re, sys, types, collections, inspect, io, warnings, IPython.utils.decorators, IPython.utils.py3compat, random
Analysis of sacremoses.corpus (Library) queued. Dependencies: os, pkgutil
Analysis of pandas._libs.reduction (Compiled) queued. Dependencies:
Import: pandas.io.msgpack._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/msgpack/_version.py
Create compiled (scraped): pandas.io.msgpack._packer /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/msgpack/_packer.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of sacremoses.tokenize (Library) queued. Dependencies: re, six, sacremoses.corpus, sacremoses.util
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas.io.msgpack._packer /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of scipy.interpolate.fitpack2 (Library) queued. Dependencies: __future__, warnings, numpy, scipy.interpolate, scipy.interpolate.fitpack, scipy.interpolate.dfitpack
Analysis of sacremoses.truecase (Library) queued. Dependencies: __future__, re, collections, functools, itertools, six, sacremoses.corpus, sacremoses.util, sys, io, warnings
Analysis of pandas.io.msgpack.exceptions (Library) queued. Dependencies:
Analysis of pandas.io.msgpack._version (Library) queued. Dependencies:
Analysis of sacremoses.normalize (Library) queued. Dependencies: re, six, itertools
Analysis of _regex (Compiled) queued. Dependencies:
Analysis of distutils.command.build_clib (Library) queued. Dependencies: distutils.command.build_clib (stub), os, distutils.core, distutils.errors, distutils.sysconfig, distutils, distutils.log, distutils.ccompiler
Analysis of scipy.interpolate.rbf (Library) queued. Dependencies: __future__, sys, numpy, scipy, scipy.linalg, scipy._lib.six, scipy.special, scipy.spatial.distance
Analysis of psutil._compat (Library) queued. Dependencies: collections, functools, os, sys, threading, dummy_threading, shutil
Analysis of xml (Library) queued. Dependencies: xml (stub)
Analysis of openpyxl.workbook (Library) queued. Dependencies: __future__, openpyxl.workbook.workbook
Analysis of scipy.interpolate.ndgriddata (Library) queued. Dependencies: __future__, numpy, scipy.interpolate.interpnd, scipy.spatial, scipy.interpolate.interpolate
Analysis of six.moves (Stub) queued. Dependencies: sys (stub), io (stub), itertools (stub), os (stub), functools (stub), shlex (stub), collections (stub), six.moves.builtins (stub), six.moves.configparser (stub), six.moves._dummy_thread (stub), six.moves.http_cookiejar (stub), six.moves.http_cookies (stub), six.moves.html_entities (stub), six.moves.html_parser (stub), six.moves.http_client (stub), six.moves.email_mime_multipart (stub), six.moves.email_mime_nonmultipart (stub), six.moves.email_mime_text (stub), six.moves.email_mime_base (stub), six.moves.BaseHTTPServer (stub), six.moves.CGIHTTPServer (stub), six.moves.SimpleHTTPServer (stub), six.moves.cPickle (stub), six.moves.queue (stub), six.moves.reprlib (stub), six.moves.socketserver (stub), six.moves._thread (stub), six.moves.tkinter (stub), six.moves.tkinter_dialog (stub), six.moves.tkinter_filedialog (stub), six.moves.tkinter_ttk (stub), six.moves.tkinter_constants (stub), six.moves.tkinter_commondialog (stub), six.moves.tkinter_tkfiledialog (stub), six.moves.urllib_parse (stub), six.moves.urllib_error (stub), six.moves.urllib (stub), six.moves.urllib_robotparser (stub), importlib (stub)
Analysis of scipy.interpolate._cubic (Library) queued. Dependencies: __future__, numpy, scipy._lib.six, scipy.interpolate, scipy.interpolate.polyint, scipy._lib._util, scipy.linalg
Analysis of tables.filters (Library) queued. Dependencies: __future__, warnings, numpy, tables, tables.utilsextension, tables.exceptions, six, distutils.version, tables.req_versions, doctest
Analysis of scipy.sparse._matrix_io (Library) on depth 4 completed in 1.77 ms.
Analysis of mlxtend.evaluate.mcnemar (Library) on depth 1 completed in 13.79 ms.
Analysis of tables.node (Library) queued. Dependencies: __future__, warnings, functools, tables.registry, tables.exceptions, tables.path, tables.utils, tables.undoredo, tables.attributeset, six
Analysis of pandas.core.dtypes.base (Library) on depth 4 completed in 1.39 ms.
Analysis of pandas.core.dtypes.inference (Library) on depth 3 completed in 1.88 ms.
Analysis of matplotlib.backends (Library) on depth 5 completed in 0.99 ms.
Analysis of scipy.interpolate._pade (Library) queued. Dependencies: __future__, numpy, scipy, scipy.linalg
Analysis of tables.flavor (Library) queued. Dependencies: __future__, warnings, tables.exceptions, six, numpy, doctest
Analysis of tables.misc.enum (Library) queued. Dependencies: __future__, six, doctest
Analysis of scipy.interpolate.polyint (Library) queued. Dependencies: __future__, warnings, numpy, scipy.special, scipy._lib.six, scipy._lib._util
Analysis of psutil._pswindows (Library) queued. Dependencies: contextlib, errno, functools, os, sys, time, collections, psutil, psutil._common, psutil._compat, enum
Analysis of tables.carray (Library) queued. Dependencies: __future__, sys, numpy, tables.atom, tables.array, tables.utils, six
Analysis of tables.earray (Library) queued. Dependencies: __future__, numpy, tables.utils, tables.carray, six
Analysis of tables.leaf (Library) queued. Dependencies: __future__, warnings, math, numpy, tables.flavor, tables.node, tables.filters, tables.utils, tables.exceptions, tables, tables.utilsextension, six
Analysis of tables.unimplemented (Library) queued. Dependencies: __future__, six, warnings, tables, tables.hdf5extension, tables.utils, tables.node, tables.leaf
Analysis of tables.group (Library) queued. Dependencies: __future__, os, re, weakref, warnings, tables.misc.proxydict, tables, tables.hdf5extension, tables.utilsextension, tables.registry, tables.exceptions, tables.filters, tables.path, tables.node, tables.leaf, tables.unimplemented, tables.link, six
Analysis of pytz (Library) on depth 4 completed in 54.63 ms.
Analysis of tables.tests (Library) queued. Dependencies: __future__, tables.tests.common, tables.tests.test_all
Analysis of psutil._psosx (Library) queued. Dependencies: contextlib, errno, functools, os, socket, collections, psutil, psutil._common, psutil._psposix, psutil._psutil_osx, psutil._psutil_posix
Analysis of tables.atom (Library) queued. Dependencies: __future__, re, sys, inspect, warnings, numpy, tables.utils, tables.misc.enum, six, tables.exceptions
Analysis of tables.array (Library) queued. Dependencies: __future__, operator, sys, numpy, tables, tables.hdf5extension, tables.filters, tables.flavor, tables.leaf, tables.utils, six
Analysis of torch._utils (Library) queued. Dependencies: torch, warnings, collections, sys, traceback
Analysis of psutil._pslinux (Library) queued. Dependencies: __future__, base64, collections, errno, functools, glob, os, re, socket, struct, sys, traceback, warnings, psutil, psutil._common, psutil._psposix, psutil._psutil_posix, psutil._compat, enum
Analysis of torch.autograd.grad_mode (Stub) queued. Dependencies:
Analysis of tty (Stub) queued. Dependencies:
Analysis of pydoc_data (Library) queued. Dependencies:
Analysis of tty (Library) queued. Dependencies: tty (stub), termios
Analysis of http.server (Stub) queued. Dependencies: sys (stub), socketserver (stub), email (stub), email.message (stub)
Analysis of xml.etree (Stub) queued. Dependencies:
Analysis of xml.etree (Library) queued. Dependencies: xml.etree (stub)
Analysis of xml.etree.cElementTree (Stub) queued. Dependencies: xml.etree.ElementTree (stub)
Analysis of sqlalchemy.sql.type_api (Library) queued. Dependencies: sqlalchemy, sqlalchemy.exc, sqlalchemy.util, sqlalchemy.sql, sqlalchemy.sql.operators, sqlalchemy.sql.visitors, sqlalchemy.sql.base
Analysis of xml.etree.cElementTree (Library) queued. Dependencies: xml.etree.cElementTree (stub), xml.etree.ElementTree
Analysis of openpyxl (Library) queued. Dependencies: openpyxl.compat.numbers, openpyxl.xml, openpyxl.workbook, openpyxl.reader.excel, openpyxl._constants
Analysis of tables.exceptions (Library) queued. Dependencies: __future__, six, os, warnings, traceback
Analysis of tables.description (Library) queued. Dependencies: __future__, sys, copy, warnings, numpy, tables, tables.atom, tables.path, six
Analysis of tables.file (Library) queued. Dependencies: __future__, os, sys, time, weakref, warnings, collections, numexpr, numpy, tables, tables.hdf5extension, tables.utilsextension, tables.parameters, tables.exceptions, tables.registry, tables.path, tables.undoredo, tables.description, tables.filters, tables.node, tables.group, tables.leaf, tables.array, tables.carray, tables.earray, tables.vlarray, tables.table, tables.linkextension, tables.utils, tables.lrucacheextension, tables.flavor, tables.atom, tables.link, six, atexit
Analysis of matplotlib.image (Library) on depth 5 completed in 115.13 ms.
Analysis of scipy.interpolate._bsplines (Library) queued. Dependencies: __future__, functools, operator, numpy, scipy._lib.six, scipy.linalg, scipy.interpolate, scipy.interpolate._bspl, scipy.interpolate._fitpack_impl, scipy.interpolate._fitpack
Analysis of tables.utilsextension (Compiled) queued. Dependencies: tables, tables.atom, tables.description, tables.exceptions, tables.misc, tables.misc.enum
Analysis of requests.adapters (Library) queued. Dependencies: requests.adapters (stub), os, socket, urllib3.poolmanager, urllib3.response, urllib3.util, urllib3.util.retry, urllib3.exceptions, requests.models, requests.compat, requests.utils, requests.structures, requests.cookies, requests.exceptions, requests.auth, urllib3.contrib.socks
Analysis of psutil._psbsd (Library) queued. Dependencies: contextlib, errno, functools, os, xml, xml.etree, xml.etree.ElementTree, collections, socket, psutil, psutil._common, psutil._psposix, psutil._psutil_posix, psutil._compat
Analysis of botocore.awsrequest (Library) queued. Dependencies: sys, logging, functools, socket, collections, urllib3, urllib3.util, urllib3.connection, urllib3.connectionpool, botocore, botocore.utils, botocore.compat, botocore.exceptions
Analysis of botocore.httpsession (Library) queued. Dependencies: os, logging, socket, base64, urllib3, urllib3.util.ssl_, urllib3.exceptions, urllib3.contrib.pyopenssl, botocore, botocore.awsrequest, botocore.vendored, botocore.vendored.six, botocore.compat, botocore.exceptions, certifi
Analysis of tables.expression (Library) queued. Dependencies: __future__, sys, warnings, numpy, tables, numexpr.necompiler, numexpr.expressions, tables.exceptions, tables.parameters, six
Analysis of tables.vlarray (Library) queued. Dependencies: __future__, operator, sys, numpy, tables, tables.hdf5extension, tables.atom, tables.flavor, tables.leaf, tables.utils, six
Analysis of botocore.history (Library) queued. Dependencies: logging
Analysis of mlxtend.evaluate (Library) on depth 1 completed in 30.68 ms.
Analysis of botocore.hooks (Library) queued. Dependencies: copy, logging, collections, botocore.compat, botocore.utils
Analysis of botocore.utils (Library) queued. Dependencies: re, time, logging, datetime, hashlib, binascii, functools, weakref, random, os, socket, cgi, dateutil, dateutil.parser, dateutil.tz, botocore, botocore.awsrequest, botocore.httpsession, botocore.compat, botocore.vendored.six, botocore.exceptions
Analysis of _regex_core (Library) queued. Dependencies: string, sys, unicodedata, collections, _regex, random
Analysis of tables.table (Library) queued. Dependencies: __future__, math, operator, os, sys, warnings, functools, time, numpy, numexpr, tables, tables.tableextension, tables.lrucacheextension, tables.atom, tables.conditions, numexpr.necompiler, numexpr.expressions, tables.flavor, tables.utils, tables.leaf, tables.description, tables.exceptions, tables.utilsextension, tables.path, tables.index, six
Analysis of botocore.response (Library) queued. Dependencies: sys, xml, xml.etree, xml.etree.cElementTree, logging, botocore, botocore.hooks, botocore.compat, botocore.exceptions, urllib3.exceptions, botocore.parsers
Analysis of joblib.logger (Library) queued. Dependencies: __future__, time, sys, os, shutil, logging, pprint, joblib.disk, numpy
Analysis of joblib.hashing (Library) queued. Dependencies: pickle, hashlib, sys, types, struct, io, decimal, joblib._compat, numpy
Analysis of joblib.memory (Library) queued. Dependencies: __future__, os, time, pydoc, re, functools, traceback, warnings, inspect, sys, weakref, joblib, joblib.hashing, joblib.func_inspect, joblib._memory_helpers, joblib.logger, joblib._compat, joblib._store_backends, pathlib
Analysis of sklearn.model_selection._validation (Library) on depth 2 completed in 100.04 ms.
Analysis of sqlalchemy.sql.sqltypes (Library) queued. Dependencies: datetime, codecs, collections, json, sqlalchemy.sql, sqlalchemy.sql.elements, sqlalchemy.sql.type_api, sqlalchemy, sqlalchemy.exc, sqlalchemy.util, sqlalchemy.processors, sqlalchemy.sql.base, sqlalchemy.sql.operators, sqlalchemy.inspection, sqlalchemy.event, sqlalchemy.util.compat, decimal, array
Analysis of matplotlib.colorbar (Library) on depth 5 completed in 158.03 ms.
Analysis of botocore.parsers (Library) queued. Dependencies: re, base64, json, xml, xml.etree, xml.etree.cElementTree, logging, botocore.compat, botocore.eventstream, botocore.utils
Analysis of pandas.core.dtypes.dtypes (Library) on depth 3 completed in 53.5 ms.
Analysis of joblib.compressor (Library) queued. Dependencies: sys, io, zlib, distutils.version, joblib._compat, threading, dummy_threading, bz2, lzma
Analysis of joblib.numpy_pickle (Library) queued. Dependencies: pickle, os, sys, warnings, pathlib, joblib.compressor, joblib.numpy_pickle_utils, joblib.numpy_pickle_compat, joblib._compat, joblib.backports, numpy
Analysis of matplotlib.lines (Library) on depth 5 completed in 106.63 ms.
Analysis of joblib.externals.loky (Library) queued. Dependencies: joblib.externals.loky._base, joblib.externals.loky.backend.context, joblib.externals.loky.backend.reduction, joblib.externals.loky.reusable_executor, joblib.externals.loky.cloudpickle_wrapper, joblib.externals.loky.process_executor
Analysis of _plotly_utils.optional_imports (Library) queued. Dependencies: __future__, importlib, logging, sys
Analysis of multiprocessing.dummy (Stub) queued. Dependencies: array (stub), sys (stub), threading (stub), weakref (stub), multiprocessing.dummy.connection (stub), queue (stub)
Analysis of joblib.parallel (Library) queued. Dependencies: __future__, os, sys, math, functools, time, inspect, threading, itertools, numbers, warnings, joblib._multiprocessing_helpers, joblib.format_stack, joblib.logger, joblib.my_exceptions, joblib.disk, joblib._parallel_backends, joblib._compat, joblib.externals.cloudpickle, joblib.externals, joblib.externals.loky, joblib._dask
Analysis of pandas._typing (Library) on depth 4 completed in 10.46 ms.
Analysis of multiprocessing.util (Library) queued. Dependencies: os, itertools, sys, weakref, atexit, threading, subprocess, multiprocessing, multiprocessing.process, logging, shutil, tempfile, traceback, _posixsubprocess
Analysis of sklearn.model_selection._search (Library) on depth 2 completed in 23.24 ms.
Analysis of multiprocessing.dummy (Library) queued. Dependencies: multiprocessing.dummy (stub), threading, sys, weakref, array, multiprocessing.dummy.connection, queue, multiprocessing.pool
Analysis of plotly.validators.table (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of numpy.lib._iotools (Library) queued. Dependencies: __future__, sys, numpy, numpy.core, numpy.core.numeric, numpy.compat, gzip, bz2
Analysis of plotly.validators.volume (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.sunburst (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.waterfall (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.figure_factory.utils (Library) queued. Dependencies: __future__, collections, decimal, six, plotly, plotly.exceptions, plotly.colors, numbers
Analysis of plotly.validators.violin (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.surface (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of numpy.lib._datasource (Library) queued. Dependencies: __future__, os, sys, warnings, shutil, io, numpy.core.overrides, bz2, gzip, lzma, tempfile, urllib.parse, urllib.request, urllib.error
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/6rDm-7BiuZhES00R2SpiVPcTYOOSvXnWlmJjlbZ8TEo=/_packer.cpython-37m-darwin.pyi
Analysis of pydoc_data.topics (Library) queued. Dependencies:
Analysis of pandas.io.msgpack._packer (Compiled) queued. Dependencies:
Analysis of plotly.validators.streamtube (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.splom (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.heatmap (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.scatterternary (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of pandas.core.indexes.category (Library) on depth 5 completed in 96.82 ms.
Analysis of plotly.validators.scattergl (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.scattermapbox (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.scatterpolar (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.scattercarpet (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.sankey (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.scatter3d (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Create compiled (scraped): pandas.io.msgpack._unpacker /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/msgpack/_unpacker.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas.io.msgpack._unpacker /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of plotly.validators (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.scatterpolargl (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.scatter (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.parcoords (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.scattergeo (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.parcats (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.indicator (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.layout (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.pointcloud (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.ohlc (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.heatmapgl (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.funnelarea (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.pie (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.histogram2d (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.isosurface (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.histogram (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.choropleth (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.mesh3d (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.histogram2dcontour (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.frame (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators, plotly, plotly.validators
Analysis of plotly.validators.area (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.contourcarpet (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.densitymapbox (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.choroplethmapbox (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.funnel (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.contour (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.cone (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.graph_objs.waterfall (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.waterfall, plotly.validators.waterfall.totals, plotly.validators.waterfall.textfont, plotly.validators.waterfall.stream, plotly.validators.waterfall.outsidetextfont, plotly.validators.waterfall.insidetextfont, plotly.validators.waterfall.increasing, plotly.validators.waterfall.hoverlabel, plotly.validators.waterfall.decreasing, plotly.validators.waterfall.connector, plotly.graph_objs.waterfall.totals, plotly.graph_objs.waterfall.increasing, plotly.graph_objs.waterfall.hoverlabel, plotly.graph_objs.waterfall.decreasing, plotly.graph_objs.waterfall.connector
Analysis of plotly.graph_objs.violin (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.violin, plotly.validators.violin.unselected, plotly.validators.violin.stream, plotly.validators.violin.selected, plotly.validators.violin.meanline, plotly.validators.violin.marker, plotly.validators.violin.line, plotly.validators.violin.hoverlabel, plotly.validators.violin.box, plotly.graph_objs.violin.unselected, plotly.graph_objs.violin.selected, plotly.graph_objs.violin.marker, plotly.graph_objs.violin.hoverlabel, plotly.graph_objs.violin.box
Analysis of plotly.graph_objs.table (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.table, plotly.validators.table.stream, plotly.validators.table.hoverlabel, plotly.validators.table.header, plotly.validators.table.domain, plotly.validators.table.cells, plotly.graph_objs.table.hoverlabel, plotly.graph_objs.table.header, plotly.graph_objs.table.cells
Analysis of plotly.validators.box (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.graph_objs.volume (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.volume, plotly.validators.volume.surface, plotly.validators.volume.stream, plotly.validators.volume.spaceframe, plotly.validators.volume.slices, plotly.validators.volume.lightposition, plotly.validators.volume.lighting, plotly.validators.volume.hoverlabel, plotly.validators.volume.contour, plotly.validators.volume.colorbar, plotly.validators.volume.caps, plotly.graph_objs.volume.slices, plotly.graph_objs.volume.hoverlabel, plotly.graph_objs.volume.colorbar, plotly.graph_objs.volume.caps
Analysis of plotly.validators.candlestick (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.barpolar (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.validators.carpet (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.graph_objs.sunburst (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.sunburst, plotly.validators.sunburst.textfont, plotly.validators.sunburst.stream, plotly.validators.sunburst.outsidetextfont, plotly.validators.sunburst.marker, plotly.validators.sunburst.leaf, plotly.validators.sunburst.insidetextfont, plotly.validators.sunburst.hoverlabel, plotly.validators.sunburst.domain, plotly.graph_objs.sunburst.marker, plotly.graph_objs.sunburst.hoverlabel
Analysis of plotly.graph_objs.surface (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.surface, plotly.validators.surface.stream, plotly.validators.surface.lightposition, plotly.validators.surface.lighting, plotly.validators.surface.hoverlabel, plotly.validators.surface.contours, plotly.validators.surface.colorbar, plotly.graph_objs.surface.hoverlabel, plotly.graph_objs.surface.contours, plotly.graph_objs.surface.colorbar
Analysis of plotly.graph_objs.streamtube (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.streamtube, plotly.validators.streamtube.stream, plotly.validators.streamtube.starts, plotly.validators.streamtube.lightposition, plotly.validators.streamtube.lighting, plotly.validators.streamtube.hoverlabel, plotly.validators.streamtube.colorbar, plotly.graph_objs.streamtube.hoverlabel, plotly.graph_objs.streamtube.colorbar
Analysis of plotly.graph_objs.splom (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.splom, plotly.validators.splom.unselected, plotly.validators.splom.stream, plotly.validators.splom.selected, plotly.validators.splom.marker, plotly.validators.splom.hoverlabel, plotly.validators.splom.dimension, plotly.validators.splom.diagonal, plotly.graph_objs.splom.unselected, plotly.graph_objs.splom.selected, plotly.graph_objs.splom.marker, plotly.graph_objs.splom.hoverlabel, plotly.graph_objs.splom.dimension
Analysis of plotly.graph_objs.scatterternary (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.scatterternary, plotly.validators.scatterternary.unselected, plotly.validators.scatterternary.textfont, plotly.validators.scatterternary.stream, plotly.validators.scatterternary.selected, plotly.validators.scatterternary.marker, plotly.validators.scatterternary.line, plotly.validators.scatterternary.hoverlabel, plotly.graph_objs.scatterternary.unselected, plotly.graph_objs.scatterternary.selected, plotly.graph_objs.scatterternary.marker, plotly.graph_objs.scatterternary.hoverlabel
Analysis of plotly.validators.bar (Library) queued. Dependencies: _plotly_utils, _plotly_utils.basevalidators
Analysis of plotly.graph_objs.scattermapbox (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.scattermapbox, plotly.validators.scattermapbox.unselected, plotly.validators.scattermapbox.textfont, plotly.validators.scattermapbox.stream, plotly.validators.scattermapbox.selected, plotly.validators.scattermapbox.marker, plotly.validators.scattermapbox.line, plotly.validators.scattermapbox.hoverlabel, plotly.graph_objs.scattermapbox.unselected, plotly.graph_objs.scattermapbox.selected, plotly.graph_objs.scattermapbox.marker, plotly.graph_objs.scattermapbox.hoverlabel
Analysis of plotly.graph_objs.pointcloud (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.pointcloud, plotly.validators.pointcloud.stream, plotly.validators.pointcloud.marker, plotly.validators.pointcloud.hoverlabel, plotly.graph_objs.pointcloud.marker, plotly.graph_objs.pointcloud.hoverlabel
Analysis of plotly.graph_objs.scattergl (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.scattergl, plotly.validators.scattergl.unselected, plotly.validators.scattergl.textfont, plotly.validators.scattergl.stream, plotly.validators.scattergl.selected, plotly.validators.scattergl.marker, plotly.validators.scattergl.line, plotly.validators.scattergl.hoverlabel, plotly.validators.scattergl.error_y, plotly.validators.scattergl.error_x, plotly.graph_objs.scattergl.unselected, plotly.graph_objs.scattergl.selected, plotly.graph_objs.scattergl.marker, plotly.graph_objs.scattergl.hoverlabel
Analysis of plotly.graph_objs.scatterpolargl (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.scatterpolargl, plotly.validators.scatterpolargl.unselected, plotly.validators.scatterpolargl.textfont, plotly.validators.scatterpolargl.stream, plotly.validators.scatterpolargl.selected, plotly.validators.scatterpolargl.marker, plotly.validators.scatterpolargl.line, plotly.validators.scatterpolargl.hoverlabel, plotly.graph_objs.scatterpolargl.unselected, plotly.graph_objs.scatterpolargl.selected, plotly.graph_objs.scatterpolargl.marker, plotly.graph_objs.scatterpolargl.hoverlabel
Analysis of plotly.graph_objs.pie (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.pie, plotly.validators.pie.title, plotly.validators.pie.textfont, plotly.validators.pie.stream, plotly.validators.pie.outsidetextfont, plotly.validators.pie.marker, plotly.validators.pie.insidetextfont, plotly.validators.pie.hoverlabel, plotly.validators.pie.domain, plotly.graph_objs.pie.title, plotly.graph_objs.pie.marker, plotly.graph_objs.pie.hoverlabel
Analysis of plotly.graph_objs.sankey (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.sankey, plotly.validators.sankey.textfont, plotly.validators.sankey.stream, plotly.validators.sankey.node, plotly.validators.sankey.link, plotly.validators.sankey.hoverlabel, plotly.validators.sankey.domain, plotly.graph_objs.sankey.node, plotly.graph_objs.sankey.link, plotly.graph_objs.sankey.hoverlabel
Analysis of plotly.graph_objs.scattercarpet (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.scattercarpet, plotly.validators.scattercarpet.unselected, plotly.validators.scattercarpet.textfont, plotly.validators.scattercarpet.stream, plotly.validators.scattercarpet.selected, plotly.validators.scattercarpet.marker, plotly.validators.scattercarpet.line, plotly.validators.scattercarpet.hoverlabel, plotly.graph_objs.scattercarpet.unselected, plotly.graph_objs.scattercarpet.selected, plotly.graph_objs.scattercarpet.marker, plotly.graph_objs.scattercarpet.hoverlabel
Analysis of plotly.graph_objs.scattergeo (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.scattergeo, plotly.validators.scattergeo.unselected, plotly.validators.scattergeo.textfont, plotly.validators.scattergeo.stream, plotly.validators.scattergeo.selected, plotly.validators.scattergeo.marker, plotly.validators.scattergeo.line, plotly.validators.scattergeo.hoverlabel, plotly.graph_objs.scattergeo.unselected, plotly.graph_objs.scattergeo.selected, plotly.graph_objs.scattergeo.marker, plotly.graph_objs.scattergeo.hoverlabel
Analysis of plotly.graph_objs.indicator (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.indicator, plotly.validators.indicator.title, plotly.validators.indicator.stream, plotly.validators.indicator.number, plotly.validators.indicator.gauge, plotly.validators.indicator.domain, plotly.validators.indicator.delta, plotly.graph_objs.indicator.title, plotly.graph_objs.indicator.number, plotly.graph_objs.indicator.gauge, plotly.graph_objs.indicator.delta
Analysis of plotly.graph_objs.scatterpolar (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.scatterpolar, plotly.validators.scatterpolar.unselected, plotly.validators.scatterpolar.textfont, plotly.validators.scatterpolar.stream, plotly.validators.scatterpolar.selected, plotly.validators.scatterpolar.marker, plotly.validators.scatterpolar.line, plotly.validators.scatterpolar.hoverlabel, plotly.graph_objs.scatterpolar.unselected, plotly.graph_objs.scatterpolar.selected, plotly.graph_objs.scatterpolar.marker, plotly.graph_objs.scatterpolar.hoverlabel
Analysis of plotly.graph_objs.ohlc (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.ohlc, plotly.validators.ohlc.stream, plotly.validators.ohlc.line, plotly.validators.ohlc.increasing, plotly.validators.ohlc.hoverlabel, plotly.validators.ohlc.decreasing, plotly.graph_objs.ohlc.increasing, plotly.graph_objs.ohlc.hoverlabel, plotly.graph_objs.ohlc.decreasing
Analysis of plotly.graph_objs.parcoords (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.parcoords, plotly.validators.parcoords.tickfont, plotly.validators.parcoords.stream, plotly.validators.parcoords.rangefont, plotly.validators.parcoords.line, plotly.validators.parcoords.labelfont, plotly.validators.parcoords.domain, plotly.validators.parcoords.dimension, plotly.graph_objs.parcoords.line
Analysis of plotly.graph_objs.parcats (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.parcats, plotly.validators.parcats.tickfont, plotly.validators.parcats.stream, plotly.validators.parcats.line, plotly.validators.parcats.labelfont, plotly.validators.parcats.domain, plotly.validators.parcats.dimension, plotly.graph_objs.parcats.line
Analysis of plotly.graph_objs.funnel (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.funnel, plotly.validators.funnel.textfont, plotly.validators.funnel.stream, plotly.validators.funnel.outsidetextfont, plotly.validators.funnel.marker, plotly.validators.funnel.insidetextfont, plotly.validators.funnel.hoverlabel, plotly.validators.funnel.connector, plotly.graph_objs.funnel.marker, plotly.graph_objs.funnel.hoverlabel, plotly.graph_objs.funnel.connector
Analysis of plotly.graph_objs.cone (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.cone, plotly.validators.cone.stream, plotly.validators.cone.lightposition, plotly.validators.cone.lighting, plotly.validators.cone.hoverlabel, plotly.validators.cone.colorbar, plotly.graph_objs.cone.hoverlabel, plotly.graph_objs.cone.colorbar
Analysis of plotly.graph_objs.histogram2d (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.histogram2d, plotly.validators.histogram2d.ybins, plotly.validators.histogram2d.xbins, plotly.validators.histogram2d.stream, plotly.validators.histogram2d.marker, plotly.validators.histogram2d.hoverlabel, plotly.validators.histogram2d.colorbar, plotly.graph_objs.histogram2d.hoverlabel, plotly.graph_objs.histogram2d.colorbar
Analysis of plotly.graph_objs.funnelarea (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.funnelarea, plotly.validators.funnelarea.title, plotly.validators.funnelarea.textfont, plotly.validators.funnelarea.stream, plotly.validators.funnelarea.marker, plotly.validators.funnelarea.insidetextfont, plotly.validators.funnelarea.hoverlabel, plotly.validators.funnelarea.domain, plotly.graph_objs.funnelarea.title, plotly.graph_objs.funnelarea.marker, plotly.graph_objs.funnelarea.hoverlabel
Analysis of plotly.graph_objs.heatmap (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.heatmap, plotly.validators.heatmap.stream, plotly.validators.heatmap.hoverlabel, plotly.validators.heatmap.colorbar, plotly.graph_objs.heatmap.hoverlabel, plotly.graph_objs.heatmap.colorbar
Analysis of plotly.graph_objs.histogram (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.histogram, plotly.validators.histogram.ybins, plotly.validators.histogram.xbins, plotly.validators.histogram.unselected, plotly.validators.histogram.stream, plotly.validators.histogram.selected, plotly.validators.histogram.marker, plotly.validators.histogram.hoverlabel, plotly.validators.histogram.error_y, plotly.validators.histogram.error_x, plotly.validators.histogram.cumulative, plotly.graph_objs.histogram.unselected, plotly.graph_objs.histogram.selected, plotly.graph_objs.histogram.marker, plotly.graph_objs.histogram.hoverlabel
Analysis of plotly.graph_objs.choroplethmapbox (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.choroplethmapbox, plotly.validators.choroplethmapbox.unselected, plotly.validators.choroplethmapbox.stream, plotly.validators.choroplethmapbox.selected, plotly.validators.choroplethmapbox.marker, plotly.validators.choroplethmapbox.hoverlabel, plotly.validators.choroplethmapbox.colorbar, plotly.graph_objs.choroplethmapbox.unselected, plotly.graph_objs.choroplethmapbox.selected, plotly.graph_objs.choroplethmapbox.marker, plotly.graph_objs.choroplethmapbox.hoverlabel, plotly.graph_objs.choroplethmapbox.colorbar
Analysis of plotly.graph_objs.barpolar (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.barpolar, plotly.validators.barpolar.unselected, plotly.validators.barpolar.stream, plotly.validators.barpolar.selected, plotly.validators.barpolar.marker, plotly.validators.barpolar.hoverlabel, plotly.graph_objs.barpolar.unselected, plotly.graph_objs.barpolar.selected, plotly.graph_objs.barpolar.marker, plotly.graph_objs.barpolar.hoverlabel
Analysis of plotly.graph_objs.area (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.area, plotly.validators.area.stream, plotly.validators.area.marker, plotly.validators.area.hoverlabel, plotly.graph_objs.area.hoverlabel
Analysis of plotly.graph_objs.choropleth (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.choropleth, plotly.validators.choropleth.unselected, plotly.validators.choropleth.stream, plotly.validators.choropleth.selected, plotly.validators.choropleth.marker, plotly.validators.choropleth.hoverlabel, plotly.validators.choropleth.colorbar, plotly.graph_objs.choropleth.unselected, plotly.graph_objs.choropleth.selected, plotly.graph_objs.choropleth.marker, plotly.graph_objs.choropleth.hoverlabel, plotly.graph_objs.choropleth.colorbar
Analysis of plotly.graph_objs.densitymapbox (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.densitymapbox, plotly.validators.densitymapbox.stream, plotly.validators.densitymapbox.hoverlabel, plotly.validators.densitymapbox.colorbar, plotly.graph_objs.densitymapbox.hoverlabel, plotly.graph_objs.densitymapbox.colorbar
Analysis of plotly.graph_objs.scatter (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.scatter, plotly.validators.scatter.unselected, plotly.validators.scatter.textfont, plotly.validators.scatter.stream, plotly.validators.scatter.selected, plotly.validators.scatter.marker, plotly.validators.scatter.line, plotly.validators.scatter.hoverlabel, plotly.validators.scatter.error_y, plotly.validators.scatter.error_x, plotly.graph_objs.scatter.unselected, plotly.graph_objs.scatter.selected, plotly.graph_objs.scatter.marker, plotly.graph_objs.scatter.hoverlabel
Analysis of plotly.graph_objs._deprecations (Library) queued. Dependencies: warnings
Analysis of plotly.graph_objs.histogram2dcontour (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.histogram2dcontour, plotly.validators.histogram2dcontour.ybins, plotly.validators.histogram2dcontour.xbins, plotly.validators.histogram2dcontour.stream, plotly.validators.histogram2dcontour.marker, plotly.validators.histogram2dcontour.line, plotly.validators.histogram2dcontour.hoverlabel, plotly.validators.histogram2dcontour.contours, plotly.validators.histogram2dcontour.colorbar, plotly.graph_objs.histogram2dcontour.hoverlabel, plotly.graph_objs.histogram2dcontour.contours, plotly.graph_objs.histogram2dcontour.colorbar
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/6rDm-7BiuZhES00R2SpiVPcTYOOSvXnWlmJjlbZ8TEo=/_unpacker.cpython-37m-darwin.pyi
Analysis of multiprocessing.process (Library) queued. Dependencies: multiprocessing.process (stub), os, sys, signal, itertools, threading, _weakrefset, multiprocessing, multiprocessing.util, multiprocessing.context, traceback
Import: scipy.stats.stats /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/stats/stats.py
Analysis of plotly.graph_objs.scatter3d (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.scatter3d, plotly.validators.scatter3d.textfont, plotly.validators.scatter3d.stream, plotly.validators.scatter3d.projection, plotly.validators.scatter3d.marker, plotly.validators.scatter3d.line, plotly.validators.scatter3d.hoverlabel, plotly.validators.scatter3d.error_z, plotly.validators.scatter3d.error_y, plotly.validators.scatter3d.error_x, plotly.graph_objs.scatter3d.projection, plotly.graph_objs.scatter3d.marker, plotly.graph_objs.scatter3d.line, plotly.graph_objs.scatter3d.hoverlabel
Analysis of pandas.io.msgpack._unpacker (Compiled) queued. Dependencies:
Analysis of plotly.graph_objs.contour (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.contour, plotly.validators.contour.stream, plotly.validators.contour.line, plotly.validators.contour.hoverlabel, plotly.validators.contour.contours, plotly.validators.contour.colorbar, plotly.graph_objs.contour.hoverlabel, plotly.graph_objs.contour.contours, plotly.graph_objs.contour.colorbar
Analysis of multiprocessing.reduction (Library) queued. Dependencies: abc, copyreg, functools, io, os, pickle, socket, sys, multiprocessing, multiprocessing.context, array, multiprocessing.resource_sharer
Analysis of openpyxl.styles (Library) queued. Dependencies: __future__, openpyxl.styles.alignment, openpyxl.styles.borders, openpyxl.styles.colors, openpyxl.styles.fills, openpyxl.styles.fonts, openpyxl.styles.numbers, openpyxl.styles.protection, openpyxl.styles.named_styles
Analysis of plotly.graph_objs.heatmapgl (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.heatmapgl, plotly.validators.heatmapgl.stream, plotly.validators.heatmapgl.hoverlabel, plotly.validators.heatmapgl.colorbar, plotly.graph_objs.heatmapgl.hoverlabel, plotly.graph_objs.heatmapgl.colorbar
Analysis of multiprocessing.sharedctypes (Library) queued. Dependencies: ctypes, weakref, multiprocessing, multiprocessing.heap, multiprocessing.context
Analysis of multiprocessing.popen_fork (Library) queued. Dependencies: os, sys, signal, multiprocessing, multiprocessing.util, multiprocessing.connection
Analysis of multiprocessing.spawn (Library) queued. Dependencies: os, sys, runpy, types, multiprocessing, multiprocessing.process, multiprocessing.context, multiprocessing.util, multiprocessing.semaphore_tracker
Analysis of multiprocessing.popen_spawn_posix (Library) queued. Dependencies: io, os, multiprocessing.context, multiprocessing, multiprocessing.popen_fork, multiprocessing.spawn, multiprocessing.util, multiprocessing.semaphore_tracker
Analysis of setuptools._deprecation_warning (Library) queued. Dependencies:
Analysis of setuptools.version (Library) queued. Dependencies: pkg_resources
Analysis of multiprocessing.popen_forkserver (Library) queued. Dependencies: io, os, multiprocessing.context, multiprocessing, multiprocessing.forkserver, multiprocessing.popen_fork, multiprocessing.spawn, multiprocessing.util, multiprocessing.connection
Analysis of multiprocessing.popen_spawn_win32 (Library) queued. Dependencies: os, signal, sys, multiprocessing.context, multiprocessing, multiprocessing.spawn, multiprocessing.util
Analysis of distutils.command.bdist (Stub) queued. Dependencies:
Analysis of plotly.graph_objs.isosurface (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.isosurface, plotly.validators.isosurface.surface, plotly.validators.isosurface.stream, plotly.validators.isosurface.spaceframe, plotly.validators.isosurface.slices, plotly.validators.isosurface.lightposition, plotly.validators.isosurface.lighting, plotly.validators.isosurface.hoverlabel, plotly.validators.isosurface.contour, plotly.validators.isosurface.colorbar, plotly.validators.isosurface.caps, plotly.graph_objs.isosurface.slices, plotly.graph_objs.isosurface.hoverlabel, plotly.graph_objs.isosurface.colorbar, plotly.graph_objs.isosurface.caps
Analysis of plotly.graph_objs.candlestick (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.candlestick, plotly.validators.candlestick.stream, plotly.validators.candlestick.line, plotly.validators.candlestick.increasing, plotly.validators.candlestick.hoverlabel, plotly.validators.candlestick.decreasing, plotly.graph_objs.candlestick.increasing, plotly.graph_objs.candlestick.hoverlabel, plotly.graph_objs.candlestick.decreasing
Analysis of plotly.graph_objs.contourcarpet (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.contourcarpet, plotly.validators.contourcarpet.stream, plotly.validators.contourcarpet.line, plotly.validators.contourcarpet.hoverlabel, plotly.validators.contourcarpet.contours, plotly.validators.contourcarpet.colorbar, plotly.graph_objs.contourcarpet.hoverlabel, plotly.graph_objs.contourcarpet.contours, plotly.graph_objs.contourcarpet.colorbar
Analysis of multiprocessing.managers (Library) queued. Dependencies: multiprocessing.managers (stub), sys, threading, array, queue, time, traceback, multiprocessing, multiprocessing.connection, multiprocessing.context, multiprocessing.pool, multiprocessing.process, multiprocessing.util
Analysis of setuptools.monkey (Library) queued. Dependencies: sys, distutils, distutils.filelist, platform, types, functools, importlib, inspect, setuptools.extern, setuptools
Analysis of distutils.command.bdist (Library) queued. Dependencies: distutils.command.bdist (stub), os, distutils.core, distutils.errors, distutils.util, distutils.fancy_getopt
Import: scipy.stats.distributions /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/stats/distributions.py
Analysis of setuptools.command.install_scripts (Library) queued. Dependencies: distutils, distutils.log, distutils.command, distutils.command.install_scripts, os, sys, pkg_resources, setuptools, setuptools.command, setuptools.command.easy_install
Analysis of multiprocessing.synchronize (Library) queued. Dependencies: multiprocessing.synchronize (stub), threading, sys, tempfile, _multiprocessing, time, multiprocessing, multiprocessing.context, multiprocessing.process, multiprocessing.util, multiprocessing.semaphore_tracker, struct, multiprocessing.heap
Analysis of distutils.command.config (Stub) queued. Dependencies:
Analysis of setuptools.command.sdist (Library) queued. Dependencies: distutils, distutils.log, distutils.command, distutils.command.sdist, os, sys, io, contextlib, setuptools.extern, setuptools.command.py36compat, pkg_resources
Analysis of setuptools.extension (Library) queued. Dependencies: re, functools, distutils, distutils.core, distutils.errors, distutils.extension, setuptools.monkey
Analysis of plotly.graph_objs.bar (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.bar, plotly.validators.bar.unselected, plotly.validators.bar.textfont, plotly.validators.bar.stream, plotly.validators.bar.selected, plotly.validators.bar.outsidetextfont, plotly.validators.bar.marker, plotly.validators.bar.insidetextfont, plotly.validators.bar.hoverlabel, plotly.validators.bar.error_y, plotly.validators.bar.error_x, plotly.graph_objs.bar.unselected, plotly.graph_objs.bar.selected, plotly.graph_objs.bar.marker, plotly.graph_objs.bar.hoverlabel
Analysis of plotly.graph_objs.mesh3d (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.mesh3d, plotly.validators.mesh3d.stream, plotly.validators.mesh3d.lightposition, plotly.validators.mesh3d.lighting, plotly.validators.mesh3d.hoverlabel, plotly.validators.mesh3d.contour, plotly.validators.mesh3d.colorbar, plotly.graph_objs.mesh3d.hoverlabel, plotly.graph_objs.mesh3d.colorbar
Analysis of plotly.graph_objs.box (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.box, plotly.validators.box.unselected, plotly.validators.box.stream, plotly.validators.box.selected, plotly.validators.box.marker, plotly.validators.box.line, plotly.validators.box.hoverlabel, plotly.graph_objs.box.unselected, plotly.graph_objs.box.selected, plotly.graph_objs.box.marker, plotly.graph_objs.box.hoverlabel
Analysis of multiprocessing.connection (Library) queued. Dependencies: multiprocessing.connection (stub), io, os, sys, socket, struct, time, tempfile, itertools, _multiprocessing, multiprocessing, multiprocessing.util, multiprocessing.context, hmac, xmlrpc, xmlrpc.client, selectors, multiprocessing.resource_sharer
Analysis of setuptools.depends (Library) queued. Dependencies: sys, imp, marshal, distutils.version, setuptools.py33compat
Analysis of numpy.distutils.command.autodist (Library) queued. Dependencies: __future__
Analysis of multiprocessing.queues (Library) queued. Dependencies: multiprocessing.queues (stub), sys, os, threading, collections, time, weakref, errno, queue, _multiprocessing, multiprocessing, multiprocessing.connection, multiprocessing.context, multiprocessing.util, multiprocessing.synchronize, traceback
Analysis of distutils.command.config (Library) queued. Dependencies: distutils.command.config (stub), os, re, distutils.core, distutils.errors, distutils.sysconfig, distutils, distutils.log, distutils.ccompiler
Analysis of marshal (Stub) queued. Dependencies:
Analysis of multiprocessing.forkserver (Library) queued. Dependencies: errno, os, selectors, signal, socket, struct, sys, threading, warnings, multiprocessing, multiprocessing.connection, multiprocessing.process, multiprocessing.context, multiprocessing.semaphore_tracker, multiprocessing.spawn, multiprocessing.util
Analysis of distutils.command.build_py (Stub) queued. Dependencies: distutils.cmd (stub), sys (stub)
Analysis of distutils.command.build (Stub) queued. Dependencies:
Analysis of numpy.distutils.mingw32ccompiler (Library) queued. Dependencies: __future__, os, sys, subprocess, re, numpy, numpy.distutils, numpy.distutils.ccompiler, numpy.distutils.log, distutils, distutils.cygwinccompiler, distutils.version, distutils.unixccompiler, distutils.msvccompiler, distutils.errors, numpy.distutils.misc_util, numpy.distutils.lib2def
Analysis of pandas.io.clipboard.windows (Library) queued. Dependencies: contextlib, ctypes, time, pandas.io.clipboard.exceptions, ctypes.wintypes
Analysis of setuptools.extern (Library) queued. Dependencies: sys
Analysis of distutils.command.sdist (Stub) queued. Dependencies:
Analysis of distutils.command.build_py (Library) queued. Dependencies: distutils.command.build_py (stub), os, importlib, importlib.util, sys, glob, distutils.core, distutils.errors, distutils.util, distutils, distutils.log
Analysis of setuptools.py27compat (Library) queued. Dependencies: platform, setuptools.extern
Analysis of distutils.command.build (Library) queued. Dependencies: distutils.command.build (stub), sys, os, distutils.core, distutils.errors, distutils.util, distutils.ccompiler
Analysis of setuptools.command.setopt (Library) queued. Dependencies: distutils.util, distutils, distutils.log, distutils.errors, os, setuptools
Analysis of setuptools.archive_util (Library) queued. Dependencies: zipfile, tarfile, os, shutil, posixpath, contextlib, distutils.errors, pkg_resources
Analysis of distutils.command.build_ext (Stub) queued. Dependencies:
Import: scipy.stats.morestats /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/stats/morestats.py
Analysis of plotly.graph_objs.carpet (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.carpet, plotly.validators.carpet.stream, plotly.validators.carpet.hoverlabel, plotly.validators.carpet.font, plotly.validators.carpet.baxis, plotly.validators.carpet.aaxis, plotly.graph_objs.carpet.hoverlabel, plotly.graph_objs.carpet.baxis, plotly.graph_objs.carpet.aaxis
Analysis of lxml (Library) queued. Dependencies: os
Analysis of setuptools.wheel (Library) queued. Dependencies: distutils.util, email, itertools, os, posixpath, re, zipfile, pkg_resources, setuptools, setuptools.pep425tags, setuptools.command.egg_info
Analysis of pandas.io.excel._odfreader (Library) queued. Dependencies: pandas.compat._optional, pandas, pandas._typing, pandas.io.excel._base
Analysis of lxml.html.defs (Library) queued. Dependencies:
Analysis of lxml.html._setmixin (Library) queued. Dependencies: collections
Analysis of webbrowser (Stub) queued. Dependencies: sys (stub)
Import: scipy.stats._binned_statistic /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/stats/_binned_statistic.py
Analysis of lxml.cssselect (Library) queued. Dependencies: __future__, lxml, lxml.etree, cssselect
Analysis of setuptools.dist (Library) queued. Dependencies: io, sys, re, os, warnings, numbers, distutils, distutils.log, distutils.core, distutils.cmd, distutils.dist, distutils.util, distutils.debug, distutils.fancy_getopt, itertools, collections, email, distutils.errors, distutils.version, setuptools.extern, setuptools, setuptools.depends, setuptools.windows_support, setuptools.monkey, setuptools.config, pkg_resources, setuptools.command.easy_install, shlex
Import: scipy.stats.kde /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/stats/kde.py
Analysis of pandas.io.clipboard.clipboards (Library) queued. Dependencies: subprocess, pandas.io.clipboard.exceptions, qtpy.QtWidgets, PyQt5.QtWidgets
Analysis of plotly.graph_objs._figure (Library) queued. Dependencies: plotly.basedatatypes, plotly.graph_objs
Analysis of setuptools.command.egg_info (Library) queued. Dependencies: distutils.filelist, distutils.errors, distutils.util, distutils, distutils.log, os, re, sys, io, warnings, time, collections, setuptools.extern, setuptools, setuptools.command.sdist, setuptools.command.setopt, setuptools.command, setuptools.command.bdist_egg, pkg_resources, setuptools.unicode_utils, setuptools.glob
Analysis of distutils.command.build_ext (Library) queued. Dependencies: distutils.command.build_ext (stub), contextlib, os, re, sys, distutils.core, distutils.errors, distutils.sysconfig, distutils.dep_util, distutils.extension, distutils.util, distutils, distutils.log, site, distutils.ccompiler, concurrent.futures, distutils._msvccompiler
Analysis of webbrowser (Library) queued. Dependencies: webbrowser (stub), os, shlex, shutil, sys, subprocess, threading, copy, glob, pwd, socket, tempfile, getopt
Analysis of pandas.io.sas.sas_xport (Library) queued. Dependencies: datetime, io, struct, warnings, numpy, pandas.util._decorators, pandas, pandas.io.common
Import: scipy.stats.mstats /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/stats/mstats.py
Import: scipy.stats.contingency /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/stats/contingency.py
Analysis of dateutil.parser.isoparser (Library) queued. Dependencies: datetime, calendar, dateutil, dateutil.tz, functools, re, six
Analysis of sqlalchemy.inspection (Library) queued. Dependencies: sqlalchemy, sqlalchemy.util, sqlalchemy.exc
Analysis of dateutil.parser._parser (Library) queued. Dependencies: __future__, datetime, re, string, time, warnings, calendar, io, six, decimal, dateutil, dateutil.relativedelta, dateutil.tz
Analysis of sqlalchemy.sql (Library) queued. Dependencies: sqlalchemy.sql.expression, sqlalchemy.sql.visitors, sqlalchemy, sqlalchemy.util, inspect, sqlalchemy.sql.annotation, sqlalchemy.sql.elements, sqlalchemy.sql.selectable, sqlalchemy.sql.naming
Import: scipy.stats._multivariate /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/stats/_multivariate.py
Analysis of sqlalchemy.engine (Library) queued. Dependencies: sqlalchemy.engine.interfaces, sqlalchemy.engine.base, sqlalchemy.engine.result, sqlalchemy.engine.util, sqlalchemy.engine.strategies, sqlalchemy.sql, sqlalchemy.sql.ddl
Analysis of sqlalchemy.events (Library) queued. Dependencies: sqlalchemy, sqlalchemy.event, sqlalchemy.exc, sqlalchemy.pool, sqlalchemy.engine, sqlalchemy.sql.base
Analysis of numpy.f2py.diagnose (Library) queued. Dependencies: __future__, os, sys, tempfile, numpy, numpy.f2py, numpy.f2py.f2py2e, numpy.distutils, numpy.distutils.fcompiler, numpy.distutils.cpuinfo
Analysis of sqlalchemy.util (Library) queued. Dependencies: sqlalchemy.util.compat, sqlalchemy.util._collections, sqlalchemy.util.langhelpers, sqlalchemy.util.deprecations, collections, functools, contextlib
Analysis of pandas.io.sas.sas7bdat (Library) queued. Dependencies: datetime, struct, numpy, pandas.errors, pandas, pandas.io.common, pandas.io.sas._sas, pandas.io, pandas.io.sas, pandas.io.sas.sas_constants
Analysis of setuptools.package_index (Library) queued. Dependencies: sys, os, re, shutil, socket, base64, hashlib, itertools, warnings, functools, setuptools.extern, setuptools, pkg_resources, setuptools.ssl_support, distutils, distutils.log, distutils.errors, fnmatch, setuptools.py27compat, setuptools.py33compat, setuptools.wheel, setuptools.command.easy_install
Analysis of sqlalchemy.sql.naming (Library) queued. Dependencies: sqlalchemy.sql.schema, sqlalchemy, sqlalchemy.event, sqlalchemy.events, sqlalchemy.exc, sqlalchemy.sql.elements, re
Analysis of numpy.f2py.f2py_testing (Library) queued. Dependencies: __future__, sys, re, numpy.testing
Analysis of sqlalchemy.sql.base (Library) queued. Dependencies: sqlalchemy, sqlalchemy.util, sqlalchemy.exc, itertools, sqlalchemy.sql.visitors, re
Analysis of pandas.compat.chainmap (Library) queued. Dependencies: collections
Analysis of plotly.graph_objs._figurewidget (Library) queued. Dependencies: plotly.basewidget, plotly.graph_objs
Analysis of torch.nn.parallel.data_parallel (Stub) queued. Dependencies: torch.nn.parallel.common_types, torch.nn.modules, torch
Analysis of sqlalchemy.sql.ddl (Library) queued. Dependencies: sqlalchemy, sqlalchemy.util, sqlalchemy.sql.elements, sqlalchemy.sql.base, sqlalchemy.util.topological, sqlalchemy.event, sqlalchemy.exc
Analysis of scipy.stats.contingency (Library) queued. Dependencies: __future__, functools, numpy, scipy.stats.stats
Analysis of scipy.stats.mstats (Library) queued. Dependencies: __future__, scipy.stats.mstats_basic, scipy.stats.mstats_extras, scipy.stats
Import: torch.nn.parallel.parallel_apply /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/parallel/parallel_apply.py
Analysis of numpy.f2py.f2py2e (Library) queued. Dependencies: __future__, sys, os, pprint, re, numpy.f2py, numpy.f2py.crackfortran, numpy.f2py.rules, numpy.f2py.cb_rules, numpy.f2py.auxfuncs, numpy.f2py.cfuncs, numpy.f2py.f90mod_rules, numpy.f2py.__version__, numpy, tempfile, numpy.distutils, numpy.distutils.fcompiler, numpy.distutils.command.build_src, numpy.distutils.system_info, numpy.distutils.core, numpy.distutils.misc_util, shutil
Analysis of pandas.core.computation.ops (Library) queued. Dependencies: datetime, distutils.version, functools, operator, numpy, pandas._libs.tslibs, pandas.core.dtypes.common, pandas.core.base, pandas, pandas.core, pandas.core.common, pandas.core.computation.common, pandas.core.computation.scope, pandas.io.formats.printing, pandas.core.computation.eval, pandas.core.computation.check
Analysis of scipy.stats.stats (Library) queued. Dependencies: __future__, warnings, sys, math, fractions, collections, numpy, numpy.ma, scipy._lib.six, scipy._lib._version, scipy._lib._util, scipy, scipy.special, scipy.linalg, scipy.stats, scipy.stats.distributions, scipy.stats.mstats_basic, scipy.stats._stats_mstats_common, scipy.stats._stats, scipy.stats._rvs_sampling, scipy.stats._hypotests
Analysis of setuptools.command.develop (Library) queued. Dependencies: distutils.util, distutils, distutils.log, distutils.errors, os, glob, io, setuptools.extern, pkg_resources, setuptools.command.easy_install, setuptools, setuptools.namespaces
Import: torch.nn.parallel.scatter_gather /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/parallel/scatter_gather.py
Analysis of scipy.interpolate.fitpack (Library) queued. Dependencies: __future__, warnings, numpy, scipy.interpolate._fitpack_impl, scipy.interpolate, scipy.interpolate._bsplines
Import: torch.nn.utils.rnn /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/utils/rnn.py
Analysis of torch.nn.parallel.distributed (Stub) queued. Dependencies: torch.nn.modules, torch.nn.parallel.common_types
Import: torch.nn.utils.clip_grad /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/utils/clip_grad.py
Analysis of torch.nn.parallel.parallel_apply (Stub) queued. Dependencies: torch.nn.parallel.common_types, torch.nn.modules
Analysis of sqlalchemy.sql.schema (Library) queued. Dependencies: __future__, sqlalchemy, sqlalchemy.exc, sqlalchemy.util, sqlalchemy.event, sqlalchemy.inspection, sqlalchemy.sql.base, operator, sqlalchemy.sql, sqlalchemy.sql.visitors, sqlalchemy.sql.type_api, sqlalchemy.sql.elements, sqlalchemy.sql.selectable, collections, sqlalchemy.sql.ddl
Analysis of scipy.stats._multivariate (Library) queued. Dependencies: __future__, math, numpy, scipy, scipy.linalg, scipy._lib, scipy._lib.doccer, scipy.special, scipy._lib._util, scipy.linalg.blas, scipy.linalg.misc, scipy.linalg.lapack, scipy.stats._discrete_distns, scipy.stats, scipy.stats.mvn
Import: torch.nn.utils.weight_norm /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py
Analysis of torch.nn.parallel.replicate (Stub) queued. Dependencies: torch.nn.modules, torch.nn.parallel.common_types
Analysis of torch.nn.parallel.parallel_apply (Library) queued. Dependencies: torch.nn.parallel.parallel_apply, threading, torch, torch.cuda._utils, torch._utils
Import: torch.nn.utils.convert_parameters /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/utils/convert_parameters.py
Analysis of torch.nn.parallel.scatter_gather (Stub) queued. Dependencies: torch, torch.nn.parallel.common_types
Import: torch.nn.utils.spectral_norm /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py
Analysis of torch.nn.utils.convert_parameters (Library) queued. Dependencies: torch
Analysis of torch.nn.parallel.scatter_gather (Library) queued. Dependencies: torch.nn.parallel.scatter_gather, torch, torch.nn.parallel._functions
Analysis of torch.nn.utils.weight_norm (Library) queued. Dependencies: torch.nn.parameter, torch
Analysis of distutils.command.install_data (Stub) queued. Dependencies:
Analysis of torch.nn.utils.clip_grad (Library) queued. Dependencies: warnings, torch, torch._six
Analysis of distutils.command.install_data (Library) queued. Dependencies: distutils.command.install_data (stub), os, distutils.core, distutils.util
Analysis of torch.nn.utils.rnn (Library) queued. Dependencies: collections, warnings, torch, torch.nn, torch.nn._VF, torch._jit_internal
Analysis of pandas._libs.json (Compiled) queued. Dependencies:
Import: torch.nn.utils.fusion /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/utils/fusion.py
Analysis of xlsxwriter (Library) queued. Dependencies: xlsxwriter.workbook
Import: sklearn._config /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/_config.py
Analysis of xlwt (Library) queued. Dependencies: xlwt.Workbook, xlwt.Worksheet, xlwt.Row, xlwt.Column, xlwt.Formatting, xlwt.Style, xlwt.ExcelFormula
Analysis of scipy.stats.distributions (Library) queued. Dependencies: __future__, scipy.stats._distn_infrastructure, scipy.stats, scipy.stats._continuous_distns, scipy.stats._discrete_distns
Analysis of torch.nn.utils.fusion (Library) queued. Dependencies: __future__, copy, torch
Analysis of torch.nn.utils.spectral_norm (Library) queued. Dependencies: torch, torch.nn.functional
Analysis of distutils.command.sdist (Library) queued. Dependencies: distutils.command.sdist (stub), os, sys, glob, warnings, distutils.core, distutils, distutils.dir_util, distutils.file_util, distutils.archive_util, distutils.text_file, distutils.filelist, distutils.log, distutils.util, distutils.errors, distutils.fancy_getopt
Analysis of numpy.distutils.conv_template (Library) queued. Dependencies: __future__, os, sys, re, numpy.distutils.compat
Import: sklearn.__check_build /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/__check_build/__init__.py
Analysis of distutils.command.install_headers (Stub) queued. Dependencies:
Analysis of sklearn._config (Library) queued. Dependencies: os, contextlib
Analysis of distutils.command.install_headers (Library) queued. Dependencies: distutils.command.install_headers (stub), distutils.core
Import: sklearn.utils._show_versions /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/_show_versions.py
Analysis of sklearn.__check_build (Library) queued. Dependencies: os, sklearn.__check_build._check_build
Analysis of distutils.command.bdist_rpm (Stub) queued. Dependencies:
Analysis of setuptools.command.bdist_rpm (Library) queued. Dependencies: distutils, distutils.command, distutils.command.bdist_rpm
Import: sklearn.metrics.ranking /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/metrics/ranking.py
Analysis of sklearn.utils._show_versions (Library) queued. Dependencies: platform, sys, importlib
Analysis of scipy.interpolate.interpolate (Library) queued. Dependencies: __future__, itertools, warnings, functools, operator, numpy, scipy, scipy.special, scipy._lib.six, scipy.interpolate, scipy.interpolate.fitpack, scipy.interpolate.dfitpack, scipy.interpolate._fitpack, scipy.interpolate.polyint, scipy.interpolate._ppoly, scipy.interpolate.fitpack2, scipy.interpolate.interpnd, scipy.interpolate._bsplines
Analysis of scipy.stats._binned_statistic (Library) queued. Dependencies: __future__, numpy, scipy._lib.six, scipy._lib._numpy_compat, collections
Import: sklearn.metrics.classification /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/metrics/classification.py
Analysis of scipy.stats.kde (Library) queued. Dependencies: __future__, warnings, scipy._lib.six, scipy, scipy.linalg, scipy.special, scipy._lib._numpy_compat, numpy, numpy.random, scipy.stats, scipy.stats.mvn
Analysis of numpy.distutils.from_template (Library) queued. Dependencies: __future__, os, sys, re
Analysis of setuptools.command.install (Library) queued. Dependencies: distutils.errors, inspect, glob, warnings, platform, distutils, distutils.command, distutils.command.install, setuptools
Analysis of distutils.command.bdist_rpm (Library) queued. Dependencies: distutils.command.bdist_rpm (stub), subprocess, sys, os, distutils.core, distutils.debug, distutils.util, distutils.file_util, distutils.errors, distutils.sysconfig, distutils, distutils.log
Analysis of pandas.core.indexes.base (Library) on depth 4 completed in 633.91 ms.
Import: sklearn.metrics.cluster /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/metrics/cluster/__init__.py
Analysis of sklearn.metrics.ranking (Library) queued. Dependencies: warnings, functools, numpy, scipy.sparse, scipy.stats, sklearn.utils, sklearn.utils.multiclass, sklearn.utils.extmath, sklearn.utils.sparsefuncs, sklearn.exceptions, sklearn.preprocessing, sklearn.metrics.base
Import: sklearn.metrics.pairwise /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/metrics/pairwise.py
Analysis of plotly.graph_objs.layout (Library) queued. Dependencies: plotly.basedatatypes, copy, plotly.validators.layout, plotly.validators.layout.yaxis, plotly.validators.layout.xaxis, plotly.validators.layout.updatemenu, plotly.validators.layout.transition, plotly.validators.layout.title, plotly.validators.layout.ternary, plotly.validators.layout.template, plotly.validators.layout.slider, plotly.validators.layout.shape, plotly.validators.layout.scene, plotly.validators.layout.radialaxis, plotly.validators.layout.polar, plotly.validators.layout.modebar, plotly.validators.layout.margin, plotly.validators.layout.mapbox, plotly.validators.layout.legend, plotly.validators.layout.image, plotly.validators.layout.hoverlabel, plotly.validators.layout.grid, plotly.validators.layout.geo, plotly.validators.layout.font, plotly.validators.layout.colorscale, plotly.validators.layout.coloraxis, plotly.validators.layout.annotation, plotly.validators.layout.angularaxis, plotly.graph_objs.layout.yaxis, plotly.graph_objs.layout.xaxis, plotly.graph_objs.layout.updatemenu, plotly.graph_objs.layout.title, plotly.graph_objs.layout.ternary, plotly.graph_objs.layout.template, plotly.graph_objs.layout.slider, plotly.graph_objs.layout.shape, plotly.graph_objs.layout.scene, plotly.graph_objs.layout.polar, plotly.graph_objs.layout.mapbox, plotly.graph_objs.layout.legend, plotly.graph_objs.layout.hoverlabel, plotly.graph_objs.layout.grid, plotly.graph_objs.layout.geo, plotly.graph_objs.layout.coloraxis, plotly.graph_objs.layout.annotation
Analysis of sklearn.metrics.cluster (Library) queued. Dependencies: sklearn.metrics.cluster.supervised, sklearn.metrics.cluster.unsupervised, sklearn.metrics.cluster.bicluster
Import: sklearn.metrics.regression /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/metrics/regression.py
Import: tensorflow.python.platform.app /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/app.py
Import: tensorflow.python.ops.gen_audio_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_audio_ops.py
Analysis of tensorflow.python.platform.app (Library) queued. Dependencies: __future__, sys, absl.app, tensorflow.python.platform, tensorflow.python.platform.flags, tensorflow.python.util.tf_export
Analysis of scipy.stats.morestats (Library) queued. Dependencies: __future__, math, warnings, collections, numpy, scipy._lib.six, scipy, scipy.optimize, scipy.special, scipy.stats, scipy.stats.statlib, scipy.stats.stats, scipy.stats.contingency, scipy.stats.distributions, scipy.stats._distn_infrastructure
Analysis of sklearn.metrics.regression (Library) queued. Dependencies: numpy, warnings, sklearn.utils.validation, sklearn.exceptions
Import: torch.autograd._functions.tensor /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/autograd/_functions/tensor.py
Analysis of sklearn.metrics.classification (Library) queued. Dependencies: warnings, numpy, scipy.sparse, sklearn.preprocessing, sklearn.utils, sklearn.utils.multiclass, sklearn.utils.validation, sklearn.utils.sparsefuncs, sklearn.exceptions
Import: tensorflow._api.v1.autograph.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/autograph/experimental/__init__.py
Analysis of torch.autograd._functions.tensor (Library) queued. Dependencies: functools, torch, torch._utils, torch.autograd.function
Import: tensorflow.python.autograph.impl.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/autograph/impl/api.py
Analysis of tensorflow._api.v1.autograph.experimental (Library) queued. Dependencies: __future__, tensorflow.python.autograph, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of pandas.core.reshape.concat (Library) on depth 3 completed in 18.42 ms.
Analysis of sklearn.metrics.pairwise (Library) queued. Dependencies: itertools, functools, warnings, numpy, scipy.spatial, scipy.spatial.distance, scipy.sparse, sklearn.utils.validation, sklearn.utils, sklearn.utils.extmath, sklearn.preprocessing, sklearn.utils._joblib, sklearn.metrics.pairwise_fast, sklearn.exceptions, sklearn.neighbors, sklearn.gaussian_process.kernels
Import: tensorflow.python.autograph.utils.ag_logging /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/autograph/utils/ag_logging.py
Analysis of tensorflow.python.ops.gen_audio_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.bitwise_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/bitwise_ops.py
Import: tensorflow._api.v1.compat.v1 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/compat/v1/__init__.py
Analysis of tensorflow.python.autograph.utils.ag_logging (Library) queued. Dependencies: __future__, os, sys, traceback, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.bitwise_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops.gen_bitwise_ops
Import: tensorflow._api.v1.compat.v2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/compat/v2/__init__.py
Analysis of tensorflow.python.autograph.impl.api (Library) queued. Dependencies: __future__, collections, copy, functools, inspect, os, pdb, re, sys, traceback, textwrap, enum, six, tensorflow.python.autograph.core, tensorflow.python.autograph.core.converter, tensorflow.python.autograph.impl, tensorflow.python.autograph.impl.conversion, tensorflow.python.autograph.operators, tensorflow.python.autograph.operators.py_builtins, tensorflow.python.autograph.pyct, tensorflow.python.autograph.pyct.errors, tensorflow.python.autograph.pyct.inspect_utils, tensorflow.python.autograph.utils, tensorflow.python.autograph.utils.ag_logging, tensorflow.python.autograph.utils.py_func, tensorflow.python.framework, tensorflow.python.framework.errors_impl, tensorflow.python.util, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_export
Import: tensorflow.python.compat.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/compat/compat.py
Import: tensorflow.python.util.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/compat.py
Analysis of tensorflow.python.compat.compat (Library) queued. Dependencies: __future__, datetime, tensorflow.python.util, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_export
Import: tensorflow._api.v1.config.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/config/experimental/__init__.py
Analysis of tensorflow.python.util.compat (Library) queued. Dependencies: __future__, numbers, numpy, six, tensorflow.python.util.tf_export
Import: tensorflow._api.v1.config.optimizer /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/config/optimizer/__init__.py
Import: tensorflow._api.v1.config.threading /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/config/threading/__init__.py
Analysis of tensorflow._api.v1.config.experimental (Library) queued. Dependencies: __future__, tensorflow.python.eager.context, tensorflow.python.framework.config, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.config.optimizer (Library) queued. Dependencies: __future__, tensorflow.python.framework.config, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.eager.context /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/context.py
Analysis of tensorflow._api.v1.config.threading (Library) queued. Dependencies: __future__, tensorflow.python.framework.config, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.eager.def_function /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py
Import: tensorflow.python.framework.config /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/config.py
Import: tensorflow._api.v1.data.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/data/experimental/__init__.py
Import: tensorflow.python.data /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/data/__init__.py
Analysis of tensorflow.python.framework.config (Library) queued. Dependencies: __future__, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.util.tf_export
Import: tensorflow.python.data.ops.dataset_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/data/ops/dataset_ops.py
Analysis of tensorflow.python.data (Library) queued. Dependencies: __future__, tensorflow.python.data.experimental, tensorflow.python.data.ops.dataset_ops, tensorflow.python.data.ops.iterator_ops, tensorflow.python.data.ops.readers
Analysis of tensorflow.python.eager.def_function (Library) queued. Dependencies: __future__, functools, weakref, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.function, tensorflow.python.eager.lift_to_graph, tensorflow.python.framework, tensorflow.python.framework.func_graph, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_export
Analysis of pandas.core.reshape.reshape (Library) on depth 3 completed in 41.09 ms.
Import: tensorflow._api.v1.distribute.cluster_resolver /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/distribute/cluster_resolver/__init__.py
Analysis of tensorflow.python.eager.context (Library) queued. Dependencies: __future__, collections, contextlib, copy, random, six, threading, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.core.protobuf.rewriter_config_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.tf2, tensorflow.python.framework, tensorflow.python.framework.c_api_util, tensorflow.python.framework.device, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.is_in_graph_mode, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_export
Analysis of tensorflow._api.v1.data.experimental (Library) queued. Dependencies: __future__, tensorflow.python.data.experimental, tensorflow.python.data.experimental.ops.cardinality, tensorflow.python.data.experimental.ops.optimization, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow._api.v1.distribute.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/distribute/experimental/__init__.py
Analysis of tensorflow._api.v1.distribute.cluster_resolver (Library) queued. Dependencies: __future__, tensorflow.python.distribute.cluster_resolver, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.distribute.cross_device_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/distribute/cross_device_ops.py
Analysis of tensorflow._api.v1.distribute.experimental (Library) queued. Dependencies: __future__, tensorflow.python.distribute.central_storage_strategy, tensorflow.python.distribute.collective_all_reduce_strategy, tensorflow.python.distribute.cross_device_ops, tensorflow.python.distribute.parameter_server_strategy, tensorflow.python.distribute.tpu_strategy, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of pandas.core.sparse.scipy_sparse (Library) on depth 4 completed in 9.37 ms.
Import: tensorflow.python.distribute.distribute_lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/distribute/distribute_lib.py
Import: tensorflow.python.distribute.distribution_strategy_context /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/distribute/distribution_strategy_context.py
Analysis of tensorflow._api.v1.compat.v2 (Library) queued. Dependencies: __future__, logging, os, sys, tensorflow.python.tools, tensorflow.python.tools.module_util, tensorflow._api.v1.compat.v2.audio, tensorflow._api.v1.compat.v2.autograph, tensorflow._api.v1.compat.v2.bitwise, tensorflow._api.v1.compat.v2.compat, tensorflow._api.v1.compat.v2.config, tensorflow._api.v1.compat.v2.data, tensorflow._api.v1.compat.v2.debugging, tensorflow._api.v1.compat.v2.distribute, tensorflow._api.v1.compat.v2.dtypes, tensorflow._api.v1.compat.v2.errors, tensorflow._api.v1.compat.v2.experimental, tensorflow._api.v1.compat.v2.feature_column, tensorflow._api.v1.compat.v2.graph_util, tensorflow._api.v1.compat.v2.image, tensorflow._api.v1.compat.v2.io, tensorflow._api.v1.compat.v2.linalg, tensorflow._api.v1.compat.v2.lite, tensorflow._api.v1.compat.v2.lookup, tensorflow._api.v1.compat.v2.math, tensorflow._api.v1.compat.v2.nest, tensorflow._api.v1.compat.v2.nn, tensorflow._api.v1.compat.v2.quantization, tensorflow._api.v1.compat.v2.queue, tensorflow._api.v1.compat.v2.ragged, tensorflow._api.v1.compat.v2.random, tensorflow._api.v1.compat.v2.raw_ops, tensorflow._api.v1.compat.v2.saved_model, tensorflow._api.v1.compat.v2.sets, tensorflow._api.v1.compat.v2.signal, tensorflow._api.v1.compat.v2.sparse, tensorflow._api.v1.compat.v2.strings, tensorflow._api.v1.compat.v2.summary, tensorflow._api.v1.compat.v2.sysconfig, tensorflow._api.v1.compat.v2.test, tensorflow._api.v1.compat.v2.tpu, tensorflow._api.v1.compat.v2.train, tensorflow._api.v1.compat.v2.version, tensorflow._api.v1.compat.v2.xla, tensorflow.lite.python.lite, tensorflow.python, tensorflow.python.framework.device_spec, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_spec, tensorflow.python.framework.tensor_util, tensorflow.python.framework.versions, tensorflow.python.keras.initializers, tensorflow.python.module.module, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.control_flow_grad, tensorflow.python.ops.gradients_impl, tensorflow.python.ops.logging_ops, tensorflow.python.ops.map_fn, tensorflow.python.ops.ragged.ragged_squeeze_op, tensorflow.python.ops.script_ops, tensorflow.python.ops.variable_scope, tensorflow.python.platform.tf_logging, tensorboard.summary._tf, tensorboard.summary._tf.summary, tensorflow_estimator.python.estimator.api._v2, tensorflow_estimator.python.estimator.api._v2.estimator, tensorflow.python.keras.api._v2, tensorflow.python.keras.api._v2.keras, tensorflow.python.compat.v2_compat
Import: tensorflow.python.distribute.mirrored_strategy /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/distribute/mirrored_strategy.py
Analysis of tensorflow.python.distribute.cross_device_ops (Library) queued. Dependencies: __future__, collections, enum, six, tensorflow.python.client, tensorflow.python.client.device_lib, tensorflow.python.distribute, tensorflow.python.distribute.cross_device_utils, tensorflow.python.distribute.device_util, tensorflow.python.distribute.reduce_util, tensorflow.python.distribute.values, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.kernels, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.distribute.one_device_strategy /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/distribute/one_device_strategy.py
Analysis of tensorflow.python.distribute.distribution_strategy_context (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.util.lazy_loader, tensorflow.python.util.tf_export
Import: tensorflow.python.distribute.reduce_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/distribute/reduce_util.py
Import: tensorflow.python.training.server_lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/server_lib.py
Analysis of tensorflow.python.distribute.reduce_util (Library) queued. Dependencies: __future__, enum, tensorflow.python.ops, tensorflow.python.ops.variable_scope, tensorflow.python.util.tf_export
Analysis of tensorflow.python.distribute.distribute_lib (Library) queued. Dependencies: __future__, copy, enum, threading, weakref, six, tensorflow.python.data.ops, tensorflow.python.data.ops.dataset_ops, tensorflow.python.distribute, tensorflow.python.distribute.device_util, tensorflow.python.distribute.distribution_strategy_context, tensorflow.python.distribute.numpy_dataset, tensorflow.python.distribute.reduce_util, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.custom_gradient, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.losses, tensorflow.python.ops.losses.loss_reduction, tensorflow.python.ops.losses.losses_impl, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of pandas.core.sparse.series (Library) on depth 3 completed in 16.79 ms.
Import: tensorflow.python.ops.distributions.bernoulli /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/distributions/bernoulli.py
Analysis of tensorflow.python.distribute.one_device_strategy (Library) queued. Dependencies: __future__, tensorflow.python.distribute, tensorflow.python.distribute.device_util, tensorflow.python.distribute.distribute_lib, tensorflow.python.distribute.input_lib, tensorflow.python.distribute.numpy_dataset, tensorflow.python.distribute.values, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Analysis of tensorflow.python.distribute.mirrored_strategy (Library) queued. Dependencies: __future__, contextlib, copy, threading, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.distribute, tensorflow.python.distribute.cross_device_ops, tensorflow.python.distribute.device_util, tensorflow.python.distribute.distribute_lib, tensorflow.python.distribute.input_lib, tensorflow.python.distribute.multi_worker_util, tensorflow.python.distribute.numpy_dataset, tensorflow.python.distribute.reduce_util, tensorflow.python.distribute.shared_variable_creator, tensorflow.python.distribute.values, tensorflow.python.distribute.cluster_resolver, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.tape, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.device, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.variable_scope, tensorflow.python.training, tensorflow.python.training.coordinator, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.distributions.beta /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/distributions/beta.py
Analysis of tensorflow.python.training.server_lib (Library) queued. Dependencies: __future__, tensorflow.core.protobuf, tensorflow.core.protobuf.cluster_pb2, tensorflow.core.protobuf.tensorflow_server_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.distributions.categorical /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/distributions/categorical.py
Analysis of tensorflow.python.data.ops.dataset_ops (Library) queued. Dependencies: __future__, abc, functools, threading, warnings, weakref, numpy, six, tensorflow.core.framework, tensorflow.core.framework.graph_pb2, tensorflow.python.compat, tensorflow.python.compat.compat, tensorflow.python.data.experimental.ops, tensorflow.python.data.experimental.ops.distribute_options, tensorflow.python.data.experimental.ops.optimization_options, tensorflow.python.data.experimental.ops.stats_options, tensorflow.python.data.experimental.ops.threading_options, tensorflow.python.data.ops, tensorflow.python.data.ops.iterator_ops, tensorflow.python.data.util, tensorflow.python.data.util.nest, tensorflow.python.data.util.options, tensorflow.python.data.util.random_seed, tensorflow.python.data.util.sparse, tensorflow.python.data.util.structure, tensorflow.python.data.util.traverse, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.function, tensorflow.python.framework, tensorflow.python.framework.composite_tensor, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.function, tensorflow.python.framework.ops, tensorflow.python.framework.random_seed, tensorflow.python.framework.smart_cond, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_spec, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.gen_dataset_ops, tensorflow.python.ops.gen_experimental_dataset_ops, tensorflow.python.ops.gen_io_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.script_ops, tensorflow.python.ops.string_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.training.tracking.tracking, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.function_utils, tensorflow.python.util.lazy_loader, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.distributions.bernoulli (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.nn, tensorflow.python.ops.random_ops, tensorflow.python.ops.distributions, tensorflow.python.ops.distributions.distribution, tensorflow.python.ops.distributions.kullback_leibler, tensorflow.python.ops.distributions.util, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.distributions.dirichlet /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/distributions/dirichlet.py
Analysis of pandas.core.dtypes.concat (Library) on depth 4 completed in 15.27 ms.
Import: tensorflow.python.ops.distributions.dirichlet_multinomial /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/distributions/dirichlet_multinomial.py
Analysis of tensorflow.python.ops.distributions.beta (Library) queued. Dependencies: __future__, numpy, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.nn, tensorflow.python.ops.random_ops, tensorflow.python.ops.distributions, tensorflow.python.ops.distributions.distribution, tensorflow.python.ops.distributions.kullback_leibler, tensorflow.python.ops.distributions.util, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.distributions.distribution /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/distributions/distribution.py
Analysis of tensorflow.python.ops.distributions.categorical (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.nn_ops, tensorflow.python.ops.random_ops, tensorflow.python.ops.distributions, tensorflow.python.ops.distributions.distribution, tensorflow.python.ops.distributions.kullback_leibler, tensorflow.python.ops.distributions.util, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.distributions.distributions /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/distributions/distributions.py
Analysis of tensorflow.python.ops.distributions.dirichlet (Library) queued. Dependencies: __future__, numpy, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.random_ops, tensorflow.python.ops.special_math_ops, tensorflow.python.ops.distributions, tensorflow.python.ops.distributions.distribution, tensorflow.python.ops.distributions.kullback_leibler, tensorflow.python.ops.distributions.util, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.framework.errors /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/errors.py
Analysis of tensorflow.python.ops.distributions.dirichlet_multinomial (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.random_ops, tensorflow.python.ops.special_math_ops, tensorflow.python.ops.distributions, tensorflow.python.ops.distributions.distribution, tensorflow.python.ops.distributions.util, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.distributions.distributions (Library) queued. Dependencies: __future__, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.ops.distributions.bernoulli, tensorflow.python.ops.distributions.beta, tensorflow.python.ops.distributions.categorical, tensorflow.python.ops.distributions.dirichlet, tensorflow.python.ops.distributions.dirichlet_multinomial, tensorflow.python.ops.distributions.distribution, tensorflow.python.ops.distributions.exponential, tensorflow.python.ops.distributions.gamma, tensorflow.python.ops.distributions.kullback_leibler, tensorflow.python.ops.distributions.laplace, tensorflow.python.ops.distributions.multinomial, tensorflow.python.ops.distributions.normal, tensorflow.python.ops.distributions.student_t, tensorflow.python.ops.distributions.uniform
Analysis of tensorflow.python.framework.errors (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.errors_impl
Import: tensorflow.python.framework.errors_impl /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/errors_impl.py
Import: tensorflow.python.platform.self_check /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/self_check.py
Analysis of tensorflow._api.v1.compat.v1 (Library) queued. Dependencies: __future__, os, sys, tensorflow.python.tools, tensorflow.python.tools.module_util, tensorflow._api.v1.compat.v1.app, tensorflow._api.v1.compat.v1.audio, tensorflow._api.v1.compat.v1.autograph, tensorflow._api.v1.compat.v1.bitwise, tensorflow._api.v1.compat.v1.compat, tensorflow._api.v1.compat.v1.config, tensorflow._api.v1.compat.v1.data, tensorflow._api.v1.compat.v1.debugging, tensorflow._api.v1.compat.v1.distribute, tensorflow._api.v1.compat.v1.distributions, tensorflow._api.v1.compat.v1.dtypes, tensorflow._api.v1.compat.v1.errors, tensorflow._api.v1.compat.v1.experimental, tensorflow._api.v1.compat.v1.feature_column, tensorflow._api.v1.compat.v1.gfile, tensorflow._api.v1.compat.v1.graph_util, tensorflow._api.v1.compat.v1.image, tensorflow._api.v1.compat.v1.initializers, tensorflow._api.v1.compat.v1.io, tensorflow._api.v1.compat.v1.layers, tensorflow._api.v1.compat.v1.linalg, tensorflow._api.v1.compat.v1.lite, tensorflow._api.v1.compat.v1.logging, tensorflow._api.v1.compat.v1.lookup, tensorflow._api.v1.compat.v1.losses, tensorflow._api.v1.compat.v1.manip, tensorflow._api.v1.compat.v1.math, tensorflow._api.v1.compat.v1.metrics, tensorflow._api.v1.compat.v1.nest, tensorflow._api.v1.compat.v1.nn, tensorflow._api.v1.compat.v1.profiler, tensorflow._api.v1.compat.v1.python_io, tensorflow._api.v1.compat.v1.quantization, tensorflow._api.v1.compat.v1.queue, tensorflow._api.v1.compat.v1.ragged, tensorflow._api.v1.compat.v1.random, tensorflow._api.v1.compat.v1.raw_ops, tensorflow._api.v1.compat.v1.resource_loader, tensorflow._api.v1.compat.v1.saved_model, tensorflow._api.v1.compat.v1.sets, tensorflow._api.v1.compat.v1.signal, tensorflow._api.v1.compat.v1.sparse, tensorflow._api.v1.compat.v1.spectral, tensorflow._api.v1.compat.v1.strings, tensorflow._api.v1.compat.v1.summary, tensorflow._api.v1.compat.v1.sysconfig, tensorflow._api.v1.compat.v1.test, tensorflow._api.v1.compat.v1.tpu, tensorflow._api.v1.compat.v1.train, tensorflow._api.v1.compat.v1.user_ops, tensorflow._api.v1.compat.v1.version, tensorflow._api.v1.compat.v1.xla, tensorflow.lite.python.lite, tensorflow.python, tensorflow.python.compat.v2_compat, tensorflow.python.eager.wrap_function, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_spec, tensorflow.python.framework.tensor_util, tensorflow.python.framework.versions, tensorflow.python.module.module, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.confusion_matrix, tensorflow.python.ops.control_flow_grad, tensorflow.python.ops.gen_spectral_ops, tensorflow.python.ops.logging_ops, tensorflow.python.ops.map_fn, tensorflow.python.ops.ragged.ragged_squeeze_op, tensorflow.python.ops.ragged.ragged_string_ops, tensorflow.python.ops.script_ops, tensorflow.python.ops.state_ops, tensorflow.python.ops.variable_scope, tensorflow.python.platform.tf_logging, tensorflow_estimator.python.estimator.api._v1, tensorflow_estimator.python.estimator.api._v1.estimator, tensorflow.python.keras.api._v1, tensorflow.python.keras.api._v1.keras, tensorflow.python.platform, tensorflow.python.platform.flags
Import: tensorflow.python.pywrap_tensorflow_internal /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py
Analysis of tensorflow.python.platform.self_check (Library) queued. Dependencies: __future__, os, tensorflow.python.platform, tensorflow.python.platform.build_info, ctypes
Analysis of tensorflow.python.ops.distributions.distribution (Library) queued. Dependencies: __future__, abc, contextlib, types, numpy, six, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.distributions, tensorflow.python.ops.distributions.kullback_leibler, tensorflow.python.ops.distributions.util, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_export
Analysis of tensorflow.python.framework.errors_impl (Library) queued. Dependencies: __future__, traceback, warnings, tensorflow.core.lib.core, tensorflow.core.lib.core.error_codes_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.framework, tensorflow.python.framework.c_api_util, tensorflow.python.framework.error_interpolation, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_stack, tensorflow.python.util.tf_export
Analysis of pandas.core.indexes.timedeltas (Library) on depth 3 completed in 23.26 ms.
Import: tensorflow.core.framework.graph_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/graph_pb2.py
Import: tensorflow.core.framework.node_def_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/node_def_pb2.py
Import: tensorflow.core.framework.summary_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/summary_pb2.py
Analysis of tensorflow.core.framework.graph_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.framework, tensorflow.core.framework.node_def_pb2, tensorflow.core.framework.function_pb2, tensorflow.core.framework.versions_pb2
Analysis of pandas.core.indexes.accessors (Library) on depth 4 completed in 6.22 ms.
Import: tensorflow.core.framework.attr_value_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/attr_value_pb2.py
Analysis of tensorflow.core.framework.node_def_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2
Import: tensorflow.core.protobuf.meta_graph_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/protobuf/meta_graph_pb2.py
Analysis of tensorflow.core.framework.summary_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.framework, tensorflow.core.framework.tensor_pb2
Import: tensorflow.core.protobuf.config_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/protobuf/config_pb2.py
Analysis of tensorflow.core.framework.attr_value_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.framework, tensorflow.core.framework.tensor_pb2, tensorflow.core.framework.tensor_shape_pb2, tensorflow.core.framework.types_pb2
Import: tensorflow.core.protobuf.tensorflow_server_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/protobuf/tensorflow_server_pb2.py
Import: tensorflow.core.util.event_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/util/event_pb2.py
Analysis of tensorflow.core.protobuf.tensorflow_server_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.core.protobuf.cluster_pb2
Analysis of pandas.core.indexes.datetimes (Library) on depth 3 completed in 40.89 ms.
Analysis of tensorflow.core.protobuf.meta_graph_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, google.protobuf.any_pb2, tensorflow.core.framework, tensorflow.core.framework.graph_pb2, tensorflow.core.framework.op_def_pb2, tensorflow.core.framework.tensor_shape_pb2, tensorflow.core.framework.types_pb2, tensorflow.core.protobuf, tensorflow.core.protobuf.saved_object_graph_pb2, tensorflow.core.protobuf.saver_pb2
Import: tensorflow.python.framework.framework_lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/framework_lib.py
Import: tensorflow.python.framework.graph_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/graph_util.py
Analysis of pandas.core.indexing (Library) on depth 3 completed in 42.58 ms.
Import: tensorflow.python.client.client_lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/client/client_lib.py
Analysis of tensorflow.python.framework.graph_util (Library) queued. Dependencies: __future__, tensorflow.python.framework.graph_util_impl
Analysis of tensorflow.core.util.event_pb2 (Library) queued. Dependencies: sys, google.protobuf.internal, google.protobuf.internal.enum_type_wrapper, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.framework, tensorflow.core.framework.summary_pb2
Import: tensorflow.python.ops.standard_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/standard_ops.py
Analysis of tensorflow.python.client.client_lib (Library) queued. Dependencies: __future__, tensorflow.python.client.session, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.framework.ops
Analysis of tensorflow.python.framework.framework_lib (Library) queued. Dependencies: __future__, tensorflow.python.framework.device, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.random_seed, tensorflow.python.framework.importer, tensorflow.python.framework.tensor_util, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.dtypes, tensorflow.python.framework.load_library
Import: tensorflow.python.ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/__init__.py
Analysis of tensorflow.core.protobuf.config_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.framework, tensorflow.core.framework.cost_graph_pb2, tensorflow.core.framework.graph_pb2, tensorflow.core.framework.step_stats_pb2, tensorflow.core.protobuf, tensorflow.core.protobuf.cluster_pb2, tensorflow.core.protobuf.debug_pb2, tensorflow.core.protobuf.rewriter_config_pb2
Analysis of tensorflow.python.pywrap_tensorflow_internal (Library) queued. Dependencies: sys, os, imp, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.core.util.event_pb2, tensorflow.python.framework.errors, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export, tensorflow.core.framework.graph_pb2
Analysis of tensorflow.python.ops (Library) queued. Dependencies:
Import: tensorflow.python.ops.initializers_ns /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/initializers_ns.py
Import: tensorflow.python.distribute /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/distribute/__init__.py
Analysis of tensorflow.python.ops.initializers_ns (Library) queued. Dependencies: __future__, tensorflow.python.ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.variables
Import: tensorflow.python.keras /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/__init__.py
Analysis of tensorflow.python.distribute (Library) queued. Dependencies: __future__, tensorflow.python.distribute.cluster_resolver, tensorflow.python.distribute.cross_device_ops, tensorflow.python.distribute.distribute_lib, tensorflow.python.distribute.distribution_strategy_context, tensorflow.python.distribute.mirrored_strategy, tensorflow.python.distribute.one_device_strategy, tensorflow.python.distribute.experimental
Import: tensorflow.python.feature_column /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/feature_column/__init__.py
Analysis of tensorflow.python.feature_column (Library) queued. Dependencies:
Import: tensorflow.python.feature_column.feature_column_lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/feature_column/feature_column_lib.py
Import: tensorflow.python.layers /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/layers/__init__.py
Analysis of tensorflow.python.feature_column.feature_column_lib (Library) queued. Dependencies: __future__, tensorflow.python.feature_column.feature_column, tensorflow.python.feature_column.feature_column_v2, tensorflow.python.feature_column.sequence_feature_column
Analysis of tensorflow.python.keras (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.tf2, tensorflow.python.keras.activations, tensorflow.python.keras.applications, tensorflow.python.keras.backend, tensorflow.python.keras.callbacks, tensorflow.python.keras.callbacks_v1, tensorflow.python.keras.constraints, tensorflow.python.keras.datasets, tensorflow.python.keras.estimator, tensorflow.python.keras.initializers, tensorflow.python.keras.layers, tensorflow.python.keras.losses, tensorflow.python.keras.metrics, tensorflow.python.keras.models, tensorflow.python.keras.ops, tensorflow.python.keras.optimizers, tensorflow.python.keras.preprocessing, tensorflow.python.keras.regularizers, tensorflow.python.keras.utils, tensorflow.python.keras.wrappers, tensorflow.python.util.tf_export
Analysis of tensorflow.python.layers (Library) queued. Dependencies:
Import: tensorflow.python.layers.layers /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/layers/layers.py
Import: tensorflow.python.module /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/module/__init__.py
Analysis of tensorflow.python.ops.standard_ops (Library) queued. Dependencies: __future__, sys, tensorflow.python, tensorflow.python.autograph, tensorflow.python.ops, tensorflow.python.ops.array_grad, tensorflow.python.ops.cudnn_rnn_grad, tensorflow.python.ops.data_flow_grad, tensorflow.python.ops.manip_grad, tensorflow.python.ops.math_grad, tensorflow.python.ops.random_grad, tensorflow.python.ops.sparse_grad, tensorflow.python.ops.state_grad, tensorflow.python.ops.tensor_array_grad, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.clip_ops, tensorflow.python.ops.special_math_ops, tensorflow.python.ops.confusion_matrix, tensorflow.python.ops.control_flow_ops, tensorflow.python.eager, tensorflow.python.eager.wrap_function, tensorflow.python.ops.batch_ops, tensorflow.python.ops.critical_section_ops, tensorflow.python.ops.data_flow_ops, tensorflow.python.ops.functional_ops, tensorflow.python.ops.gradients, tensorflow.python.ops.histogram_ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.io_ops, tensorflow.python.ops.linalg_ops, tensorflow.python.ops.logging_ops, tensorflow.python.ops.lookup_ops, tensorflow.python.ops.manip_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.numerics, tensorflow.python.ops.parsing_ops, tensorflow.python.ops.partitioned_variables, tensorflow.python.ops.proto_ops, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_dispatch, tensorflow.python.ops.ragged.ragged_operators, tensorflow.python.ops.random_ops, tensorflow.python.ops.script_ops, tensorflow.python.ops.session_ops, tensorflow.python.ops.sort_ops, tensorflow.python.ops.sparse_ops, tensorflow.python.ops.state_ops, tensorflow.python.ops.stateless_random_ops, tensorflow.python.ops.string_ops, tensorflow.python.ops.template, tensorflow.python.ops.tensor_array_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.variables, tensorflow.python.ops.parallel_for.control_flow_ops
Analysis of tensorflow.python.module (Library) queued. Dependencies:
Import: tensorflow.python.ops.gradient_checker_v2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gradient_checker_v2.py
Import: tensorflow.python.ops.image_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/image_ops.py
Import: tensorflow.python.ops.manip_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/manip_ops.py
Analysis of tensorflow.python.layers.layers (Library) queued. Dependencies: __future__, tensorflow.python.layers.base, tensorflow.python.keras.engine.input_spec, tensorflow.python.layers.core, tensorflow.python.layers.convolutional, tensorflow.python.layers.pooling, tensorflow.python.layers.normalization
Analysis of tensorflow.python.ops.image_ops (Library) queued. Dependencies: __future__, tensorflow.python.ops.gen_image_ops, tensorflow.python.ops.image_ops_impl
Import: tensorflow.python.ops.metrics /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/metrics.py
Analysis of tensorflow.python.ops.manip_ops (Library) queued. Dependencies: __future__, tensorflow.python.ops, tensorflow.python.ops.gen_manip_ops, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.nn /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/nn.py
Analysis of tensorflow.python.ops.metrics (Library) queued. Dependencies: __future__, tensorflow.python.ops.metrics_impl
Analysis of tensorflow.python.ops.gradient_checker_v2 (Library) queued. Dependencies: __future__, numpy, tensorflow.python.eager, tensorflow.python.eager.backprop, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.ragged /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/__init__.py
Analysis of tensorflow.python.ops.nn (Library) queued. Dependencies: __future__, sys, tensorflow.python.ops, tensorflow.python.ops.ctc_ops, tensorflow.python.ops.embedding_ops, tensorflow.python.ops.nn_grad, tensorflow.python.ops.nn_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.nn_impl, tensorflow.python.ops.candidate_sampling_ops
Import: tensorflow.python.ops.sets /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/sets.py
Import: tensorflow.python.ops.stateful_random_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/stateful_random_ops.py
Analysis of tensorflow.python.ops.sets (Library) queued. Dependencies: __future__, tensorflow.python.ops.sets_impl
Analysis of tensorflow.python.ops.ragged (Library) queued. Dependencies: __future__, tensorflow.python.ops.ragged.ragged_array_ops, tensorflow.python.ops.ragged.ragged_batch_gather_ops, tensorflow.python.ops.ragged.ragged_batch_gather_with_default_op, tensorflow.python.ops.ragged.ragged_concat_ops, tensorflow.python.ops.ragged.ragged_conversion_ops, tensorflow.python.ops.ragged.ragged_dispatch, tensorflow.python.ops.ragged.ragged_factory_ops, tensorflow.python.ops.ragged.ragged_functional_ops, tensorflow.python.ops.ragged.ragged_gather_ops, tensorflow.python.ops.ragged.ragged_getitem, tensorflow.python.ops.ragged.ragged_map_ops, tensorflow.python.ops.ragged.ragged_math_ops, tensorflow.python.ops.ragged.ragged_operators, tensorflow.python.ops.ragged.ragged_string_ops, tensorflow.python.ops.ragged.ragged_tensor, tensorflow.python.ops.ragged.ragged_tensor_shape, tensorflow.python.ops.ragged.ragged_tensor_value, tensorflow.python.ops.ragged.ragged_where_op, tensorflow.python.ops.ragged.segment_id_ops
Import: tensorflow.python.ops.distributions /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/distributions/__init__.py
Analysis of tensorflow.python.ops.distributions (Library) queued. Dependencies:
Import: tensorflow.python.ops.linalg /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/linalg/__init__.py
Analysis of tensorflow.python.ops.linalg (Library) queued. Dependencies:
Import: tensorflow.python.ops.linalg.linalg /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/linalg/linalg.py
Import: tensorflow.python.ops.losses /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/losses/__init__.py
Analysis of tensorflow.python.ops.losses (Library) queued. Dependencies:
Import: tensorflow.python.ops.losses.losses /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/losses/losses.py
Analysis of tensorflow.python.ops.stateful_random_ops (Library) queued. Dependencies: __future__, sys, numpy, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_stateful_random_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.variables, tensorflow.python.training.tracking, tensorflow.python.training.tracking.tracking, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.signal /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/signal/__init__.py
Analysis of tensorflow.python.ops.losses.losses (Library) queued. Dependencies: __future__, tensorflow.python.ops.losses.losses_impl, tensorflow.python.ops.losses.util
Analysis of tensorflow.python.ops.signal (Library) queued. Dependencies:
Analysis of tensorflow.python.ops.linalg.linalg (Library) queued. Dependencies: __future__, tensorflow.python.ops.linalg, tensorflow.python.ops.linalg.adjoint_registrations, tensorflow.python.ops.linalg.cholesky_registrations, tensorflow.python.ops.linalg.inverse_registrations, tensorflow.python.ops.linalg.linear_operator_algebra, tensorflow.python.ops.linalg.matmul_registrations, tensorflow.python.ops.linalg.solve_registrations, tensorflow.python.ops.linalg.linalg_impl, tensorflow.python.ops.linalg.linear_operator, tensorflow.python.ops.linalg.linear_operator_block_diag, tensorflow.python.ops.linalg.linear_operator_circulant, tensorflow.python.ops.linalg.linear_operator_composition, tensorflow.python.ops.linalg.linear_operator_diag, tensorflow.python.ops.linalg.linear_operator_full_matrix, tensorflow.python.ops.linalg.linear_operator_identity, tensorflow.python.ops.linalg.linear_operator_kronecker, tensorflow.python.ops.linalg.linear_operator_low_rank_update, tensorflow.python.ops.linalg.linear_operator_lower_triangular, tensorflow.python.ops.linalg.linear_operator_toeplitz, tensorflow.python.ops.linalg.linear_operator_zeros
Import: tensorflow.python.ops.signal.signal /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/signal/signal.py
Import: tensorflow.python.profiler /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/profiler/__init__.py
Analysis of tensorflow.python.profiler (Library) queued. Dependencies:
Import: tensorflow.python.profiler.profiler /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/profiler/profiler.py
Import: tensorflow.python.saved_model /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/__init__.py
Analysis of tensorflow.python.saved_model (Library) queued. Dependencies:
Analysis of tensorflow.python.ops.signal.signal (Library) queued. Dependencies: __future__, tensorflow.python.ops.signal.dct_ops, tensorflow.python.ops.signal.fft_ops, tensorflow.python.ops.signal.mel_ops, tensorflow.python.ops.signal.mfcc_ops, tensorflow.python.ops.signal.reconstruction_ops, tensorflow.python.ops.signal.shape_ops, tensorflow.python.ops.signal.spectral_ops, tensorflow.python.ops.signal.window_ops
Import: tensorflow.python.saved_model.saved_model /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/saved_model.py
Analysis of tensorflow.python.profiler.profiler (Library) queued. Dependencies: __future__, tensorflow.core.profiler.tfprof_log_pb2, tensorflow.core.profiler.tfprof_output_pb2, tensorflow.python.profiler.model_analyzer, tensorflow.python.profiler.option_builder, tensorflow.python.profiler.tfprof_logger, tensorflow.python.util.tf_export
Import: tensorflow.python.summary /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/summary/__init__.py
Analysis of tensorflow.python.summary (Library) queued. Dependencies:
Analysis of tensorflow.python.saved_model.saved_model (Library) queued. Dependencies: __future__, tensorflow.python.saved_model, tensorflow.python.saved_model.builder, tensorflow.python.saved_model.constants, tensorflow.python.saved_model.loader, tensorflow.python.saved_model.main_op, tensorflow.python.saved_model.signature_constants, tensorflow.python.saved_model.signature_def_utils, tensorflow.python.saved_model.tag_constants, tensorflow.python.saved_model.utils, tensorflow.python.saved_model.load, tensorflow.python.saved_model.save, tensorflow.python.saved_model.simple_save
Import: tensorflow.python.summary.summary /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/summary/summary.py
Import: tensorflow.python.tpu /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/tpu/__init__.py
Import: tensorflow.python.tpu.bfloat16 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/tpu/bfloat16.py
Analysis of tensorflow.python.tpu (Library) queued. Dependencies: __future__
Import: tensorflow.python.tpu.tpu /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/tpu/tpu.py
Analysis of tensorflow.python.summary.summary (Library) queued. Dependencies: __future__, google.protobuf, google.protobuf.json_format, tensorflow.core.framework.summary_pb2, tensorflow.core.util.event_pb2, tensorflow.python.distribute, tensorflow.python.distribute.summary_op_util, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.gen_logging_ops, tensorflow.python.ops.gen_summary_ops, tensorflow.python.ops.summary_op_util, tensorflow.python.summary.writer.writer, tensorflow.python.summary.writer.writer_cache, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.tf_export
Analysis of tensorflow.python.tpu.bfloat16 (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.variable_scope, tensorflow.python.util, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_export
Analysis of pandas.io.formats.format (Library) on depth 3 completed in 58.37 ms.
Import: tensorflow.python.tpu.tpu_optimizer /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/tpu/tpu_optimizer.py
Import: tensorflow.python.user_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/user_ops/__init__.py
Analysis of tensorflow.python.user_ops (Library) queued. Dependencies:
Import: tensorflow.python.user_ops.user_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/user_ops/user_ops.py
Import: tensorflow.python.ops.gen_boosted_trees_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_boosted_trees_ops.py
Analysis of tensorflow.python.tpu.tpu_optimizer (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops.losses, tensorflow.python.ops.losses.losses, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.tpu, tensorflow.python.tpu.tpu_function, tensorflow.python.tpu.ops, tensorflow.python.tpu.ops.tpu_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.util.tf_export
Analysis of tensorflow.python.user_ops.user_ops (Library) queued. Dependencies: __future__, tensorflow.python.ops, tensorflow.python.ops.gen_user_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.gen_cudnn_rnn_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_cudnn_rnn_ops.py
Analysis of tensorflow.python.tpu.tpu (Library) queued. Dependencies: __future__, collections, six, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.protobuf.tpu, tensorflow.core.protobuf.tpu.dynamic_padding_pb2, tensorflow.python.compat, tensorflow.python.compat.compat, tensorflow.python.compiler.xla, tensorflow.python.compiler.xla.xla, tensorflow.python.framework, tensorflow.python.framework.device, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.variable_scope, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.tpu, tensorflow.python.tpu.tpu_function, tensorflow.python.tpu.ops, tensorflow.python.tpu.ops.tpu_ops, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.nest, tensorflow.python.util.tf_export, tensorflow.python.tpu.tensor_tracer
Import: tensorflow.python.training /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/__init__.py
Analysis of tensorflow.python.training (Library) queued. Dependencies:
Import: tensorflow.python.training.training /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/training.py
Import: tensorflow.python.lib.io.python_io /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/lib/io/python_io.py
Import: tensorflow.python.platform.gfile /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/gfile.py
Analysis of tensorflow.python.lib.io.python_io (Library) queued. Dependencies: __future__, tensorflow.python.lib.io.tf_record
Import: tensorflow.python.platform.resource_loader /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/resource_loader.py
Analysis of pandas.io.formats.printing (Library) on depth 3 completed in 17.34 ms.
Analysis of tensorflow.python.platform.gfile (Library) queued. Dependencies: __future__, tensorflow.python.lib.io.file_io, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of pandas.core.indexers (Library) on depth 4 completed in 0.54 ms.
Analysis of tensorflow.python.platform.resource_loader (Library) queued. Dependencies: __future__, os, sys, tensorflow.python.util, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_export
Import: tensorflow.python.platform.sysconfig /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/sysconfig.py
Import: tensorflow.python.platform.test /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/test.py
Import: tensorflow.python.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/compat/__init__.py
Analysis of tensorflow.python.platform.sysconfig (Library) queued. Dependencies: __future__, os, platform, tensorflow.python.framework.versions, tensorflow.python.util.tf_export, tensorflow
Analysis of tensorflow.python.compat (Library) queued. Dependencies:
Analysis of pandas.core.dtypes.missing (Library) on depth 3 completed in 6.44 ms.
Import: tensorflow.python.util.all_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/all_util.py
Analysis of tensorflow.python.training.training (Library) queued. Dependencies: __future__, tensorflow.python.ops.sdca_ops, tensorflow.python.training.adadelta, tensorflow.python.training.adagrad, tensorflow.python.training.adagrad_da, tensorflow.python.training.proximal_adagrad, tensorflow.python.training.adam, tensorflow.python.training.ftrl, tensorflow.python.training.experimental.loss_scale_optimizer, tensorflow.python.training.experimental.mixed_precision, tensorflow.python.training.momentum, tensorflow.python.training.moving_averages, tensorflow.python.training.optimizer, tensorflow.python.training.rmsprop, tensorflow.python.training.gradient_descent, tensorflow.python.training.proximal_gradient_descent, tensorflow.python.training.sync_replicas_optimizer, tensorflow.python.training.coordinator, tensorflow.python.training.queue_runner, tensorflow.python.training, tensorflow.python.training.input, tensorflow.python.training.basic_session_run_hooks, tensorflow.python.training.basic_loops, tensorflow.python.training.tracking.python_state, tensorflow.python.training.tracking.util, tensorflow.python.training.checkpoint_utils, tensorflow.python.training.device_setter, tensorflow.python.training.monitored_session, tensorflow.python.training.saver, tensorflow.python.training.checkpoint_management, tensorflow.python.training.session_run_hook, tensorflow.python.training.session_manager, tensorflow.python.training.summary_io, tensorflow.python.training.supervisor, tensorflow.python.training.training_util, tensorflow.python.training.warm_starting_util, tensorflow.python.pywrap_tensorflow, tensorflow.python.util.tf_export, tensorflow.core.example.example_pb2, tensorflow.core.example.feature_pb2, tensorflow.core.protobuf.saver_pb2, tensorflow.python.training.learning_rate_decay, tensorflow.core.protobuf.cluster_pb2, tensorflow.core.protobuf.tensorflow_server_pb2, tensorflow.python.training.server_lib
Import: tensorflow.python.util.tf_export /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/tf_export.py
Analysis of tensorflow.python.platform.test (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.test_util, tensorflow.python.platform, tensorflow.python.platform.googletest, tensorflow.python.ops.gradient_checker, sys, tensorflow.python.util.tf_export, mock, unittest, unittest.mock
Analysis of tensorflow.python.util.all_util (Library) queued. Dependencies: __future__, re, sys, tensorflow.python.util, tensorflow.python.util.tf_inspect
Import: tensorflow.python.eager.remote /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/remote.py
Import: tensorflow.python.ops.rnn /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/rnn.py
Analysis of tensorflow.python.ops.gen_boosted_trees_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_cudnn_rnn_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.eager.remote (Library) queued. Dependencies: __future__, os, tensorflow.core.protobuf.cluster_pb2, tensorflow.core.protobuf.tensorflow_server_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.util.tf_export
Analysis of tensorflow.python.util.tf_export (Library) queued. Dependencies: __future__, collections, functools, sys, tensorflow.python.util, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_inspect
Import: tensorflow.python.ops.rnn_cell /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/rnn_cell.py
Import: tensorflow.python.compiler.xla /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/compiler/xla/__init__.py
Analysis of tensorflow.python.ops.rnn_cell (Library) queued. Dependencies: __future__, tensorflow.python.ops.rnn_cell_impl
Import: tensorflow.python.compiler.xla.jit /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/compiler/xla/jit.py
Analysis of tensorflow.python.compiler.xla (Library) queued. Dependencies: __future__, tensorflow.python.compiler.xla.jit, tensorflow.python.compiler.xla.xla
Import: tensorflow.python.compiler.xla.xla /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/compiler/xla/xla.py
Analysis of tensorflow.python.compiler.xla.jit (Library) queued. Dependencies: __future__, contextlib, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.util.tf_export
Import: _sitebuiltins /Users/malmaud/anaconda3/lib/python3.7/_sitebuiltins.py
Import: rlcompleter /Users/malmaud/anaconda3/lib/python3.7/rlcompleter.py
Analysis of _sitebuiltins (Library) queued. Dependencies: sys, os, pydoc
Analysis of rlcompleter (Stub) queued. Dependencies: sys (stub)
Import: email._header_value_parser /Users/malmaud/anaconda3/lib/python3.7/email/_header_value_parser.py
Analysis of rlcompleter (Library) queued. Dependencies: rlcompleter (stub), atexit, keyword, re, readline
Analysis of tensorflow.python.ops.rnn (Library) queued. Dependencies: __future__, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.keras.engine, tensorflow.python.keras.engine.base_layer, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.control_flow_util, tensorflow.python.ops.math_ops, tensorflow.python.ops.rnn_cell_impl, tensorflow.python.ops.tensor_array_ops, tensorflow.python.ops.variable_scope, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Analysis of tensorflow.python.compiler.xla.xla (Library) queued. Dependencies: __future__, collections, contextlib, six, tensorflow.compiler.jit.ops, tensorflow.compiler.jit.ops.xla_ops, tensorflow.compiler.jit.ops.xla_ops_grad, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.python.distribute, tensorflow.python.distribute.summary_op_util, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.def_function, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.variable_scope, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.nest, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_export
Import: tensorflow.python.feature_column.feature_column /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/feature_column/feature_column.py
Analysis of pandas.core.ops (Library) on depth 4 completed in 32.09 ms.
Analysis of pandas.core.tools.timedeltas (Library) on depth 3 completed in 0.89 ms.
Import: statsmodels.iolib /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/iolib/__init__.py
Import: statsmodels.datasets /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/datasets/__init__.py
Analysis of statsmodels.iolib (Library) queued. Dependencies: statsmodels.iolib.foreign, statsmodels.iolib.table, statsmodels.iolib.smpickle, statsmodels
Import: statsmodels.tools /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/tools/__init__.py
Analysis of statsmodels.datasets (Library) queued. Dependencies: statsmodels.datasets.anes96, statsmodels.datasets.cancer, statsmodels.datasets.committee, statsmodels.datasets.ccard, statsmodels.datasets.copper, statsmodels.datasets.cpunish, statsmodels.datasets.elnino, statsmodels.datasets.engel, statsmodels.datasets.grunfeld, statsmodels.datasets.interest_inflation, statsmodels.datasets.longley, statsmodels.datasets.macrodata, statsmodels.datasets.modechoice, statsmodels.datasets.nile, statsmodels.datasets.randhie, statsmodels.datasets.scotland, statsmodels.datasets.spector, statsmodels.datasets.stackloss, statsmodels.datasets.star98, statsmodels.datasets.strikes, statsmodels.datasets.sunspots, statsmodels.datasets.fair, statsmodels.datasets.heart, statsmodels.datasets.statecrime, statsmodels.datasets.co2, statsmodels.datasets.fertility, statsmodels.datasets.china_smoking, statsmodels.datasets.utils
Analysis of statsmodels.tools (Library) queued. Dependencies: statsmodels.tools.tools
Import: statsmodels.tools.tools /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/tools/tools.py
Import: statsmodels.regression /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/regression/__init__.py
Import: statsmodels.regression.linear_model /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/regression/linear_model.py
Analysis of statsmodels.regression (Library) queued. Dependencies: statsmodels.regression.linear_model, statsmodels
Analysis of statsmodels.tools.tools (Library) queued. Dependencies: statsmodels.compat.python, numpy, numpy.lib, numpy.lib.recfunctions, numpy.linalg, scipy.linalg, pandas, statsmodels.datasets, statsmodels.tools.data, statsmodels.compat.numpy, statsmodels.tsa.tsatools
Analysis of pandas.core.generic (Library) on depth 4 completed in 128.28 ms.
Import: statsmodels.regression.recursive_ls /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/regression/recursive_ls.py
Import: statsmodels.regression.quantile_regression /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/regression/quantile_regression.py
Analysis of email._header_value_parser (Library) queued. Dependencies: re, urllib, string, collections, operator, email, email._encoded_words, email.errors, email.utils
Import: statsmodels.regression.mixed_linear_model /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/regression/mixed_linear_model.py
Analysis of pandas.core.indexes.period (Library) on depth 3 completed in 29.51 ms.
Analysis of pandas.core.dtypes.cast (Library) on depth 4 completed in 28.64 ms.
Analysis of pandas.core.tools.numeric (Library) on depth 3 completed in 0.79 ms.
Import: statsmodels.genmod /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/genmod/__init__.py
Analysis of statsmodels.regression.recursive_ls (Library) queued. Dependencies: __future__, warnings, statsmodels.compat.collections, numpy, pandas, statsmodels.regression.linear_model, statsmodels.tools.data, statsmodels.tsa.statespace.mlemodel, statsmodels.tools.tools, statsmodels.tools.decorators, statsmodels, statsmodels.base, statsmodels.base.wrapper, scipy.stats, statsmodels.graphics.utils
Analysis of tensorflow.python.feature_column.feature_column (Library) queued. Dependencies: __future__, abc, collections, math, numpy, six, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.feature_column, tensorflow.python.feature_column.utils, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.keras.engine, tensorflow.python.keras.engine.training, tensorflow.python.layers, tensorflow.python.layers.base, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.embedding_ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.lookup_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.nn_ops, tensorflow.python.ops.parsing_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.sparse_ops, tensorflow.python.ops.string_ops, tensorflow.python.ops.template, tensorflow.python.ops.variable_scope, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.gfile, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.checkpoint_utils, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Analysis of statsmodels.regression.quantile_regression (Library) queued. Dependencies: statsmodels.compat.python, numpy, warnings, scipy, scipy.stats, scipy.linalg, statsmodels.tools.tools, statsmodels.compat.numpy, statsmodels.tools.decorators, statsmodels.regression.linear_model, statsmodels.tools.sm_exceptions, statsmodels.iolib.summary
Analysis of statsmodels.genmod (Library) queued. Dependencies: statsmodels
Import: statsmodels.genmod.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/genmod/api.py
Import: statsmodels.robust /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/robust/__init__.py
Analysis of statsmodels.genmod.api (Library) queued. Dependencies: statsmodels.genmod.generalized_linear_model, statsmodels.genmod.generalized_estimating_equations, statsmodels.genmod.bayes_mixed_glm, statsmodels.genmod, statsmodels.genmod.families, statsmodels.genmod.cov_struct
Import: statsmodels.robust.robust_linear_model /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/robust/robust_linear_model.py
Analysis of statsmodels.robust (Library) queued. Dependencies: statsmodels.robust.norms, statsmodels.robust.scale, statsmodels
Analysis of pandas.core.common (Library) on depth 4 completed in 8 ms.
Import: statsmodels.discrete.discrete_model /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/discrete/discrete_model.py
Analysis of pandas.core.missing (Library) on depth 4 completed in 9.94 ms.
Analysis of statsmodels.regression.linear_model (Library) queued. Dependencies: __future__, statsmodels.compat.python, numpy, scipy.linalg, scipy, scipy.stats, scipy.optimize, statsmodels.compat.numpy, statsmodels.tools.tools, statsmodels.tools.decorators, statsmodels, statsmodels.base, statsmodels.base.model, statsmodels.base.wrapper, statsmodels.emplike.elregress, warnings, statsmodels.tools.sm_exceptions, statsmodels.regression._prediction, statsmodels.regression, scipy.stats.distributions, statsmodels.base.elastic_net, statsmodels.stats, statsmodels.stats.sandwich_covariance, numpy.linalg, statsmodels.stats.stattools, statsmodels.iolib.summary, statsmodels.compat.collections, statsmodels.iolib, statsmodels.iolib.summary2, statsmodels.stats.outliers_influence, statsmodels.api
Import: statsmodels.discrete.count_model /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/discrete/count_model.py
Analysis of pandas.util._validators (Library) on depth 4 completed in 8.77 ms.
Analysis of statsmodels.robust.robust_linear_model (Library) queued. Dependencies: statsmodels.compat.python, numpy, scipy, scipy.stats, statsmodels.tools.decorators, statsmodels, statsmodels.regression, statsmodels.regression.linear_model, statsmodels.regression._tools, statsmodels.robust, statsmodels.robust.norms, statsmodels.robust.scale, statsmodels.base, statsmodels.base.model, statsmodels.base.wrapper, statsmodels.compat.numpy, statsmodels.iolib.summary, statsmodels.iolib, statsmodels.iolib.summary2, statsmodels.api, statsmodels.datasets.stackloss
Import: statsmodels.tsa /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/tsa/__init__.py
Analysis of statsmodels.tsa (Library) queued. Dependencies: statsmodels
Import: statsmodels.tsa.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/tsa/api.py
Import: statsmodels.duration.survfunc /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/duration/survfunc.py
Import: statsmodels.duration.hazard_regression /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/duration/hazard_regression.py
Analysis of statsmodels.tsa.api (Library) queued. Dependencies: statsmodels.tsa.ar_model, statsmodels.tsa.arima_model, statsmodels.tsa, statsmodels.tsa.vector_ar, statsmodels.tsa.arima_process, statsmodels.tsa.vector_ar.var_model, statsmodels.tsa.vector_ar.vecm, statsmodels.tsa.vector_ar.svar_model, statsmodels.tsa.vector_ar.dynamic, statsmodels.tsa.filters, statsmodels.tsa.filters.api, statsmodels.tsa.tsatools, statsmodels.tsa.interp, statsmodels.tsa.stattools, statsmodels.tsa.base, statsmodels.tsa.base.datetools, statsmodels.tsa.seasonal, statsmodels.graphics, statsmodels.graphics.tsaplots, statsmodels.tsa.x13, statsmodels.tsa.statespace, statsmodels.tsa.statespace.api, statsmodels.tsa.statespace.sarimax, statsmodels.tsa.statespace.structural, statsmodels.tsa.statespace.varmax, statsmodels.tsa.statespace.dynamic_factor, statsmodels.tsa.regime_switching.markov_regression, statsmodels.tsa.regime_switching.markov_autoregression, statsmodels.tsa.holtwinters
Analysis of statsmodels.regression.mixed_linear_model (Library) queued. Dependencies: numpy, statsmodels, statsmodels.base, statsmodels.base.model, statsmodels.tools.decorators, statsmodels.tools, statsmodels.tools.data, scipy.stats.distributions, scipy, scipy.sparse, pandas, patsy, statsmodels.compat.collections, statsmodels.compat.python, statsmodels.compat, warnings, statsmodels.tools.sm_exceptions, statsmodels.base._penalties, statsmodels.compat.numpy, statsmodels.iolib, statsmodels.iolib.summary2, tokenize
Analysis of statsmodels.discrete.count_model (Library) queued. Dependencies: __future__, warnings, numpy, statsmodels, statsmodels.base, statsmodels.base.model, statsmodels.base.wrapper, statsmodels.regression, statsmodels.regression.linear_model, statsmodels.discrete.discrete_model, statsmodels.distributions, statsmodels.tools.numdiff, statsmodels.tools.decorators, statsmodels.tools.sm_exceptions
Import: statsmodels.imputation.mice /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/imputation/mice.py
Analysis of pandas.core.nanops (Library) on depth 3 completed in 26.36 ms.
Import: statsmodels.imputation.bayes_mi /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/imputation/bayes_mi.py
Analysis of pandas.compat.numpy.function (Library) on depth 4 completed in 16.3 ms.
Analysis of statsmodels.duration.survfunc (Library) queued. Dependencies: numpy, pandas, scipy.stats.distributions, statsmodels.graphics, statsmodels.graphics.utils, statsmodels.duration._kernel_estimates
Import: statsmodels.nonparametric /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/nonparametric/__init__.py
Analysis of statsmodels.nonparametric (Library) queued. Dependencies: statsmodels
Import: statsmodels.nonparametric.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/nonparametric/api.py
Import: statsmodels.distributions /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/distributions/__init__.py
Analysis of statsmodels.imputation.bayes_mi (Library) queued. Dependencies: numpy, statsmodels.base.model, statsmodels.iolib, statsmodels.iolib.summary2, statsmodels.compat.collections
Analysis of statsmodels.nonparametric.api (Library) queued. Dependencies: statsmodels.nonparametric.kde, statsmodels.nonparametric.smoothers_lowess, statsmodels.nonparametric, statsmodels.nonparametric.bandwidths, statsmodels.nonparametric.kernel_density, statsmodels.nonparametric.kernel_regression
Import: statsmodels.version /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/version.py
Analysis of statsmodels.distributions (Library) queued. Dependencies: statsmodels.distributions.empirical_distribution, statsmodels.distributions.edgeworth, statsmodels.distributions.discrete
Analysis of statsmodels.version (Library) queued. Dependencies:
Import: statsmodels.info /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/info.py
Analysis of statsmodels.info (Library) queued. Dependencies:
Import: statsmodels.graphics.gofplots /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/graphics/gofplots.py
Analysis of statsmodels.imputation.mice (Library) queued. Dependencies: pandas, numpy, patsy, statsmodels.base.model, statsmodels.regression.linear_model, collections, statsmodels.graphics, statsmodels.graphics.utils, matplotlib.colors, statsmodels.nonparametric.smoothers_lowess, statsmodels.iolib, statsmodels.iolib.summary2, statsmodels.compat.collections
Analysis of statsmodels.duration.hazard_regression (Library) queued. Dependencies: numpy, statsmodels.base, statsmodels.base.model, statsmodels, statsmodels.tools.decorators, scipy.optimize, statsmodels.compat.numpy, re, warnings, statsmodels.base.elastic_net, scipy.interpolate, scipy.stats.distributions, statsmodels.iolib, statsmodels.iolib.summary2, statsmodels.compat.collections
Analysis of pandas.core.arrays.datetimelike (Library) on depth 4 completed in 42.46 ms.
Import: statsmodels.graphics /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/graphics/__init__.py
Analysis of pandas.api.extensions (Library) on depth 4 completed in 0.32 ms.
Analysis of statsmodels.graphics (Library) queued. Dependencies: statsmodels
Import: statsmodels.graphics.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/graphics/api.py
Import: statsmodels.stats /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/stats/__init__.py
Analysis of statsmodels.stats (Library) queued. Dependencies: statsmodels
Analysis of statsmodels.graphics.api (Library) queued. Dependencies: statsmodels.graphics.functional, statsmodels.graphics.correlation, statsmodels.graphics.gofplots, statsmodels.graphics.boxplots, statsmodels.graphics.regressionplots, statsmodels.graphics.factorplots, statsmodels.graphics.plottools, statsmodels.graphics, statsmodels.graphics.tsaplots, statsmodels.graphics.agreement
Import: statsmodels.stats.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/stats/api.py
Import: statsmodels.emplike /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/emplike/__init__.py
Analysis of statsmodels.graphics.gofplots (Library) queued. Dependencies: statsmodels.compat.python, numpy, scipy, scipy.stats, statsmodels.regression.linear_model, statsmodels.tools.tools, statsmodels.tools.decorators, statsmodels.graphics, statsmodels.graphics.utils
Analysis of statsmodels.emplike (Library) queued. Dependencies: statsmodels
Import: statsmodels.emplike.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/emplike/api.py
Analysis of statsmodels.stats.api (Library) queued. Dependencies: statsmodels.stats, statsmodels.stats.diagnostic, statsmodels.stats.multicomp, statsmodels.stats.multitest, statsmodels.stats.gof, statsmodels.stats.stattools, statsmodels.stats.sandwich_covariance, statsmodels.stats.weightstats, statsmodels.stats.proportion, statsmodels.stats.power, statsmodels.stats.descriptivestats, statsmodels.stats.anova, statsmodels.stats.moment_helpers, statsmodels.stats.correlation_tools, statsmodels.sandbox.stats.runs, statsmodels.stats.contingency_tables, statsmodels.stats.mediation
Import: statsmodels.duration /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/duration/__init__.py
Analysis of statsmodels.emplike.api (Library) queued. Dependencies: statsmodels.emplike.descriptive, statsmodels.emplike.originregress, statsmodels.emplike.elanova, statsmodels.emplike.aft_el
Analysis of statsmodels.duration (Library) queued. Dependencies:
Import: statsmodels.duration.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/duration/api.py
Analysis of statsmodels.discrete.discrete_model (Library) queued. Dependencies: __future__, statsmodels.compat.python, statsmodels.compat.scipy, numpy, pandas, scipy.special, scipy, scipy.stats, statsmodels, statsmodels.tools, statsmodels.tools.tools, statsmodels.tools.data, statsmodels.tools.decorators, statsmodels.tools.sm_exceptions, statsmodels.tools.numdiff, statsmodels.base, statsmodels.base.model, statsmodels.base.data, statsmodels.regression, statsmodels.regression.linear_model, statsmodels.base.wrapper, statsmodels.compat.numpy, statsmodels.base.l1_slsqp, statsmodels.distributions, cvxopt, warnings, statsmodels.base.l1_cvxopt, statsmodels.discrete.discrete_margins, patsy, statsmodels.base._constraints, statsmodels.base.covtype, statsmodels.iolib.summary, statsmodels.iolib, statsmodels.iolib.summary2, statsmodels.api
Analysis of statsmodels.duration.api (Library) queued. Dependencies: statsmodels.duration.hazard_regression, statsmodels.duration.survfunc
Import: statsmodels.multivariate.pca /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/multivariate/pca.py
Analysis of pandas.core.sorting (Library) on depth 4 completed in 10.85 ms.
Import: statsmodels.multivariate.manova /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/multivariate/manova.py
Import: statsmodels.multivariate.factor /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/multivariate/factor.py
Analysis of statsmodels.multivariate.manova (Library) queued. Dependencies: __future__, numpy, statsmodels.base.model, statsmodels.multivariate.multivariate_ols
Import: statsmodels.multivariate /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/multivariate/__init__.py
Analysis of statsmodels.multivariate (Library) queued. Dependencies:
Import: statsmodels.multivariate.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/multivariate/api.py
Analysis of statsmodels.multivariate.pca (Library) queued. Dependencies: __future__, numpy, pandas, statsmodels.compat.python, statsmodels.tools.sm_exceptions, warnings, statsmodels, statsmodels.graphics, statsmodels.graphics.utils
Import: statsmodels.formula /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/formula/__init__.py
Analysis of statsmodels.multivariate.api (Library) queued. Dependencies: statsmodels.multivariate.pca, statsmodels.multivariate.manova, statsmodels.multivariate.factor, statsmodels.multivariate.cancorr, statsmodels.multivariate, statsmodels.multivariate.factor_rotation
Analysis of statsmodels.formula (Library) queued. Dependencies: statsmodels, statsmodels.formula.formulatools
Import: statsmodels.formula.api /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/formula/api.py
Import: statsmodels.iolib.smpickle /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/iolib/smpickle.py
Analysis of statsmodels.formula.api (Library) queued. Dependencies: statsmodels.regression.linear_model, statsmodels.regression.mixed_linear_model, statsmodels.genmod.generalized_linear_model, statsmodels.robust.robust_linear_model, statsmodels.discrete.discrete_model, statsmodels.regression.quantile_regression, statsmodels.duration.hazard_regression, statsmodels.genmod.generalized_estimating_equations
Import: statsmodels.tools.print_version /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/tools/print_version.py
Analysis of statsmodels.iolib.smpickle (Library) queued. Dependencies: statsmodels.compat.python, statsmodels.iolib.openfile
Analysis of statsmodels.multivariate.factor (Library) queued. Dependencies: __future__, statsmodels.base.model, statsmodels.multivariate.factor_rotation, numpy, numpy.linalg, pandas, statsmodels.tools.decorators, scipy.optimize, statsmodels.iolib, statsmodels.iolib.summary2, warnings, matplotlib, matplotlib.pyplot, statsmodels.multivariate.plots
Import: statsmodels.tools.web /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/tools/web.py
Import: tensorflow._api.v1.layers.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/layers/experimental/__init__.py
Analysis of statsmodels.tools.web (Library) queued. Dependencies: webbrowser, statsmodels.compat.python, statsmodels.version
Import: tensorflow.python.keras.engine /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/engine/__init__.py
Analysis of tensorflow._api.v1.layers.experimental (Library) queued. Dependencies: __future__, tensorflow.python.layers.base, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.layers.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/layers/base.py
Analysis of tensorflow.python.keras.engine (Library) queued. Dependencies: __future__, tensorflow.python.keras.engine.base_layer, tensorflow.python.keras.engine.input_layer, tensorflow.python.keras.engine.input_spec, tensorflow.python.keras.utils.layer_utils
Analysis of statsmodels.tools.print_version (Library) queued. Dependencies: __future__, statsmodels.compat.python, sys, os, statsmodels, statsmodels.version, Cython, numpy, scipy, pandas, dateutil, patsy, matplotlib, cvxopt, cvxopt.info, joblib, IPython, jinja2, sphinx, pygments, nose, pytest, virtualenv
Import: tensorflow.python.layers.convolutional /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/layers/convolutional.py
Analysis of tensorflow.python.layers.base (Library) queued. Dependencies: __future__, copy, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.keras, tensorflow.python.keras.backend, tensorflow.python.keras.engine, tensorflow.python.keras.engine.base_layer, tensorflow.python.ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.variables, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.function_utils, tensorflow.python.util.nest, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_export
Import: tensorflow.python.layers.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/layers/core.py
Import: tensorflow._api.v1.lite.constants /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/lite/constants/__init__.py
Import: tensorflow._api.v1.lite.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/lite/experimental/__init__.py
Analysis of tensorflow.python.layers.core (Library) queued. Dependencies: __future__, tensorflow.python.keras, tensorflow.python.keras.layers, tensorflow.python.layers, tensorflow.python.layers.base, tensorflow.python.ops, tensorflow.python.ops.init_ops, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of tensorflow._api.v1.lite.constants (Library) queued. Dependencies: __future__, tensorflow.lite.python.lite_constants, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow._api.v1.io.gfile /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/io/gfile/__init__.py
Analysis of tensorflow._api.v1.lite.experimental (Library) queued. Dependencies: __future__, tensorflow._api.v1.lite.experimental.nn, tensorflow.lite.python.lite, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.layers.convolutional (Library) queued. Dependencies: __future__, tensorflow.python.keras, tensorflow.python.keras.layers, tensorflow.python.layers, tensorflow.python.layers.base, tensorflow.python.ops, tensorflow.python.ops.init_ops, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.framework.graph_io /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/graph_io.py
Import: tensorflow.python.ops.gen_image_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_image_ops.py
Analysis of tensorflow._api.v1.io.gfile (Library) queued. Dependencies: __future__, tensorflow.python.lib.io.file_io, tensorflow.python.platform.gfile, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.framework.graph_io (Library) queued. Dependencies: __future__, os, google.protobuf, google.protobuf.text_format, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.lib.io, tensorflow.python.lib.io.file_io, tensorflow.python.util.tf_export
Analysis of pandas.core.algorithms (Library) on depth 3 completed in 31.75 ms.
Import: tensorflow.python.training.input /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/input.py
Import: tensorflow.python.ops.linalg.linear_operator_adjoint /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/linalg/linear_operator_adjoint.py
Import: tensorflow.python.ops.linalg.linear_operator_householder /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/linalg/linear_operator_householder.py
Import: tensorflow.python.ops.linalg.linear_operator_inversion /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/linalg/linear_operator_inversion.py
Import: tensorflow._api.v1.lookup.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/lookup/experimental/__init__.py
Analysis of tensorflow.python.ops.linalg.linear_operator_adjoint (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.linalg, tensorflow.python.ops.linalg.linalg_impl, tensorflow.python.ops.linalg.linear_operator, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.linalg.linear_operator_householder (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.linalg, tensorflow.python.ops.linalg.linalg_impl, tensorflow.python.ops.linalg.linear_operator, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.lookup_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/lookup_ops.py
Analysis of tensorflow._api.v1.lookup.experimental (Library) queued. Dependencies: __future__, tensorflow.python.ops.lookup_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.ops.linalg.linear_operator_inversion (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops.linalg, tensorflow.python.ops.linalg.linear_operator, tensorflow.python.util.tf_export
Analysis of pandas.tseries.frequencies (Library) on depth 3 completed in 16.44 ms.
Import: tensorflow.python.profiler.model_analyzer /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/profiler/model_analyzer.py
Import: tensorflow.python.profiler.option_builder /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/profiler/option_builder.py
Analysis of tensorflow.python.training.input (Library) queued. Dependencies: __future__, collections, six, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.layers, tensorflow.python.layers.utils, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.data_flow_ops, tensorflow.python.ops.io_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.random_ops, tensorflow.python.ops.sparse_ops, tensorflow.python.ops.variable_scope, tensorflow.python.summary, tensorflow.python.summary.summary, tensorflow.python.training, tensorflow.python.training.queue_runner, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: attr.converters /Users/malmaud/anaconda3/lib/python3.7/site-packages/attr/converters.py
Analysis of tensorflow.python.profiler.model_analyzer (Library) queued. Dependencies: __future__, sys, six, google.protobuf, google.protobuf.message, tensorflow.core.profiler, tensorflow.core.profiler.tfprof_options_pb2, tensorflow.core.profiler.tfprof_output_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.profiler, tensorflow.python.profiler.option_builder, tensorflow.python.profiler.tfprof_logger, tensorflow.python.util.tf_export
Analysis of attr.exceptions (Stub) queued. Dependencies:
Analysis of attr.filters (Stub) queued. Dependencies: attr
Analysis of attr.converters (Stub) queued. Dependencies: attr
Analysis of attr.converters (Library) queued. Dependencies: attr.converters, __future__, attr._make
Analysis of tensorflow.python.profiler.option_builder (Library) queued. Dependencies: __future__, copy, tensorflow.python.profiler, tensorflow.python.profiler.tfprof_logger, tensorflow.python.util.tf_export
Analysis of attr.validators (Stub) queued. Dependencies: attr
Import: statsmodels.tools.sm_exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/statsmodels/tools/sm_exceptions.py
Import: tensorflow.python.ops.ragged.ragged_array_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/ragged_array_ops.py
Analysis of statsmodels.tools.sm_exceptions (Library) queued. Dependencies: warnings
Analysis of tensorflow.python.ops.lookup_ops (Library) queued. Dependencies: __future__, collections, functools, six, tensorflow.python.compat, tensorflow.python.compat.compat, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.gen_lookup_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.string_ops, tensorflow.python.training.saver, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.training.tracking.tracking, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.ragged.ragged_factory_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/ragged_factory_ops.py
Analysis of pandas.core.internals.construction (Library) on depth 4 completed in 39.23 ms.
Import: tensorflow.python.ops.ragged.ragged_functional_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/ragged_functional_ops.py
Analysis of pandas.core.tools.datetimes (Library) on depth 3 completed in 23.64 ms.
Analysis of pandas.core.base (Library) on depth 4 completed in 40.42 ms.
Import: tensorflow.python.ops.ragged.ragged_math_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/ragged_math_ops.py
Analysis of pandas.core.arrays._ranges (Library) on depth 5 completed in 0.48 ms.
Analysis of tensorflow.python.ops.ragged.ragged_factory_ops (Library) queued. Dependencies: __future__, numpy, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_tensor, tensorflow.python.ops.ragged.ragged_tensor_value, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.ragged.ragged_array_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_functional_ops, tensorflow.python.ops.ragged.ragged_math_ops, tensorflow.python.ops.ragged.ragged_tensor, tensorflow.python.ops.ragged.ragged_util, tensorflow.python.ops.ragged.segment_id_ops, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.ragged.ragged_functional_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_config, tensorflow.python.ops.ragged.ragged_tensor, tensorflow.python.ops.ragged.ragged_util, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.ragged.ragged_tensor_value /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/ragged_tensor_value.py
Import: tensorflow.python.ops.ragged.segment_id_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/segment_id_ops.py
Analysis of tensorflow.python.ops.ragged.ragged_tensor_value (Library) queued. Dependencies: __future__, numpy, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.gen_image_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.summary_ops_v2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/summary_ops_v2.py
Analysis of tensorflow.python.ops.ragged.ragged_math_ops (Library) queued. Dependencies: __future__, numpy, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.gen_ragged_math_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_functional_ops, tensorflow.python.ops.ragged.ragged_tensor, tensorflow.python.ops.ragged.ragged_util, tensorflow.python.ops.ragged.segment_id_ops, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.ragged.segment_id_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_util, tensorflow.python.util.tf_export
Import: tensorflow._api.v1.random.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/random/experimental/__init__.py
Import: tensorflow.python.ops.candidate_sampling_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/candidate_sampling_ops.py
Analysis of tensorflow._api.v1.random.experimental (Library) queued. Dependencies: __future__, tensorflow.python.ops.stateful_random_ops, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of pandas.core.strings (Library) on depth 4 completed in 64.69 ms.
Import: tensorflow.python.framework.test_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/test_util.py
Analysis of tensorflow.python.ops.candidate_sampling_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.random_seed, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_candidate_sampling_ops, tensorflow.python.ops.math_ops, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.gradient_checker /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gradient_checker.py
Analysis of tensorflow.python.ops.summary_ops_v2 (Library) queued. Dependencies: __future__, abc, collections, functools, getpass, os, re, threading, time, six, tensorflow.core.framework, tensorflow.core.framework.graph_pb2, tensorflow.core.framework.summary_pb2, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.profiler, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.smart_cond, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.gen_summary_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.summary_op_util, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.training_util, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_export
Import: tensorflow.python.platform.benchmark /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/benchmark.py
Import: tensorflow.python.platform.googletest /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/platform/googletest.py
Analysis of tensorflow.python.ops.gradient_checker (Library) queued. Dependencies: __future__, numpy, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gradients, tensorflow.python.ops.math_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util.tf_export
Import: tensorflow.python.util.nest /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/nest.py
Analysis of tensorflow.python.platform.benchmark (Library) queued. Dependencies: __future__, numbers, os, re, sys, time, six, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.core.protobuf.rewriter_config_pb2, tensorflow.core.util, tensorflow.core.util.test_log_pb2, tensorflow.python.client, tensorflow.python.client.timeline, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.platform, tensorflow.python.platform.app, tensorflow.python.platform.gfile, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_export
Analysis of tensorflow.python.platform.googletest (Library) queued. Dependencies: __future__, atexit, os, sys, tempfile, absl.testing.absltest, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.lib.io, tensorflow.python.lib.io.file_io, tensorflow.python.platform, tensorflow.python.platform.app, tensorflow.python.platform.benchmark, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.signal.dct_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/signal/dct_ops.py
Import: tensorflow.python.ops.signal.fft_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/signal/fft_ops.py
Analysis of tensorflow.python.ops.signal.dct_ops (Library) queued. Dependencies: __future__, math, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.signal, tensorflow.python.ops.signal.fft_ops, tensorflow.python.util.tf_export
Import: tensorflow._api.v1.xla.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/xla/experimental/__init__.py
Analysis of tensorflow.python.util.nest (Library) queued. Dependencies: __future__, collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.util.tf_export
Import: tensorflow._api.v1.saved_model.builder /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/builder/__init__.py
Analysis of tensorflow._api.v1.xla.experimental (Library) queued. Dependencies: __future__, tensorflow.python.compiler.xla.jit, tensorflow.python.compiler.xla.xla, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow._api.v1.saved_model.constants /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/constants/__init__.py
Analysis of tensorflow._api.v1.saved_model.builder (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.builder, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.ops.signal.fft_ops (Library) queued. Dependencies: __future__, numpy, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.manip_ops, tensorflow.python.framework.tensor_util, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_spectral_ops, tensorflow.python.ops.math_ops, tensorflow.python.util.tf_export
Import: tensorflow._api.v1.saved_model.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/experimental/__init__.py
Analysis of tensorflow._api.v1.saved_model.constants (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.constants, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow._api.v1.saved_model.loader /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/loader/__init__.py
Analysis of tensorflow._api.v1.saved_model.experimental (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.save, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.framework.test_util (Library) queued. Dependencies: __future__, collections, contextlib, functools, gc, itertools, math, os, random, re, tempfile, threading, unittest, absl.testing, absl.testing.parameterized, numpy, six, google.protobuf, google.protobuf.descriptor_pool, google.protobuf.text_format, tensorflow.core.framework, tensorflow.core.framework.graph_pb2, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.core.protobuf.rewriter_config_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.tf2, tensorflow.python.client, tensorflow.python.client.device_lib, tensorflow.python.client.session, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.def_function, tensorflow.python.eager.tape, tensorflow.python.framework, tensorflow.python.framework.device, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.errors_impl, tensorflow.python.framework.importer, tensorflow.python.framework.ops, tensorflow.python.framework.random_seed, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.versions, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_util, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_tensor, tensorflow.python.ops.ragged.ragged_tensor_value, tensorflow.python.ops.script_ops, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.googletest, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.server_lib, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.nest, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_inspect, tensorflow.python.util.protobuf, tensorflow.python.util.protobuf.compare, tensorflow.python.util.tf_export
Import: tensorflow._api.v1.saved_model.main_op /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/main_op/__init__.py
Analysis of tensorflow._api.v1.saved_model.loader (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.loader, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow._api.v1.saved_model.signature_constants /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/signature_constants/__init__.py
Analysis of tensorflow._api.v1.saved_model.main_op (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.main_op, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow._api.v1.saved_model.signature_def_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/signature_def_utils/__init__.py
Analysis of tensorflow._api.v1.saved_model.signature_constants (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.signature_constants, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of plotly.express._core (Library) on depth 2 completed in 25.81 ms.
Import: tensorflow._api.v1.saved_model.tag_constants /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/tag_constants/__init__.py
Analysis of tensorflow._api.v1.saved_model.signature_def_utils (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.signature_def_utils, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow._api.v1.saved_model.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/saved_model/utils/__init__.py
Analysis of tensorflow._api.v1.saved_model.tag_constants (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.tag_constants, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.saved_model.builder /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/builder.py
Analysis of tensorflow._api.v1.saved_model.utils (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.utils, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.saved_model.constants /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/constants.py
Analysis of tensorflow.python.saved_model.builder (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.builder_impl
Import: tensorflow.python.saved_model.loader /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/loader.py
Analysis of tensorflow.python.saved_model.constants (Library) queued. Dependencies: __future__, tensorflow.python.util.tf_export
Import: tensorflow.python.saved_model.main_op /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/main_op.py
Analysis of tensorflow.python.saved_model.loader (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.loader_impl
Import: tensorflow.python.saved_model.save /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/save.py
Analysis of tensorflow.python.saved_model.main_op (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.main_op_impl
Analysis of plotly.express._chart_types (Library) on depth 2 completed in 6.67 ms.
Analysis of plotly.express (Library) on depth 1 completed in 0.29 ms.
Import: tensorflow.python.saved_model.signature_constants /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/signature_constants.py
Import: tensorflow.python.saved_model.signature_def_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/signature_def_utils.py
Analysis of tensorflow.python.saved_model.signature_constants (Library) queued. Dependencies: __future__, tensorflow.python.util.tf_export
Analysis of qa.train_mc (User) on depth 0 completed in 34.42 ms.
Import: tensorflow.python.saved_model.tag_constants /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/tag_constants.py
Import: tensorflow.python.saved_model.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/utils.py
Analysis of tensorflow.python.saved_model.tag_constants (Library) queued. Dependencies: __future__, tensorflow.python.util.tf_export
Analysis of tensorflow.python.saved_model.signature_def_utils (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.signature_def_utils_impl
Import: tensorflow.python.ops.signal.mel_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/signal/mel_ops.py
Analysis of tensorflow.python.saved_model.utils (Library) queued. Dependencies: __future__, tensorflow.python.saved_model.utils_impl
Import: tensorflow.python.ops.signal.mfcc_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/signal/mfcc_ops.py
Analysis of tensorflow.python.saved_model.save (Library) queued. Dependencies: __future__, collections, os, tensorflow.core.framework, tensorflow.core.framework.versions_pb2, tensorflow.core.protobuf, tensorflow.core.protobuf.meta_graph_pb2, tensorflow.core.protobuf.saved_model_pb2, tensorflow.core.protobuf.saved_object_graph_pb2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.def_function, tensorflow.python.eager.function, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.meta_graph, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_util, tensorflow.python.framework.versions, tensorflow.python.lib.io, tensorflow.python.lib.io.file_io, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.saved_model, tensorflow.python.saved_model.builder_impl, tensorflow.python.saved_model.constants, tensorflow.python.saved_model.function_serialization, tensorflow.python.saved_model.nested_structure_coder, tensorflow.python.saved_model.revived_types, tensorflow.python.saved_model.signature_constants, tensorflow.python.saved_model.signature_def_utils, tensorflow.python.saved_model.signature_serialization, tensorflow.python.saved_model.tag_constants, tensorflow.python.saved_model.utils_impl, tensorflow.python.training.saving, tensorflow.python.training.saving.functional_saver, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.training.tracking.graph_view, tensorflow.python.training.tracking.object_identity, tensorflow.python.training.tracking.tracking, tensorflow.python.training.tracking.util, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.signal.reconstruction_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/signal/reconstruction_ops.py
Analysis of tensorflow.python.ops.signal.mel_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.signal, tensorflow.python.ops.signal.shape_ops, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.signal.mfcc_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.signal, tensorflow.python.ops.signal.dct_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.signal.shape_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/signal/shape_ops.py
Analysis of tensorflow.python.ops.signal.reconstruction_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.gen_nn_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_nn_ops.py
Analysis of tensorflow.python.ops.signal.shape_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.signal, tensorflow.python.ops.signal.util_ops, tensorflow.python.util.tf_export
Import: tensorflow.core.framework /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/__init__.py
Analysis of tensorflow.core.framework (Library) queued. Dependencies:
Import: tensorflow.core.framework.types_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/types_pb2.py
Import: _pytest._code._py2traceback /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/_code/_py2traceback.py
Import: _pytest._code.source /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/_code/source.py
Analysis of tensorflow.core.framework.types_pb2 (Library) queued. Dependencies: sys, google.protobuf.internal, google.protobuf.internal.enum_type_wrapper, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database
Analysis of _pytest._code._py2traceback (Library) queued. Dependencies: __future__, types, six
Import: tensorflow.python.framework.common_shapes /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/common_shapes.py
Analysis of qa.evaluate_models (User) on depth 0 completed in 31.06 ms.
Import: tensorflow.python.ops.variables /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/variables.py
Analysis of qa.onestop_analysis (User) on depth 0 completed in 0.44 ms.
Analysis of _pytest._code.source (Library) queued. Dependencies: __future__, ast, inspect, linecache, sys, textwrap, tokenize, warnings, bisect, py, six, parser, _pytest._code.code
Import: tensorflow.python.training.tracking /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/tracking/__init__.py
Import: tensorflow.python.training.tracking.tracking /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/tracking/tracking.py
Analysis of tensorflow.python.training.tracking (Library) queued. Dependencies:
Import: tensorflow.python.util.tf_decorator /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/tf_decorator.py
Import: google.protobuf /Users/malmaud/anaconda3/lib/python3.7/site-packages/google/protobuf/__init__.py
Analysis of google.protobuf (Stub) queued. Dependencies:
Analysis of google.protobuf (Library) queued. Dependencies: google.protobuf (stub)
Import: google.protobuf.text_format /Users/malmaud/anaconda3/lib/python3.7/site-packages/google/protobuf/text_format.py
Analysis of tensorflow.python.util.tf_decorator (Library) queued. Dependencies: __future__, inspect, tensorflow.python.util, tensorflow.python.util.tf_stack
Analysis of tensorflow.python.framework.common_shapes (Library) queued. Dependencies: __future__, numpy, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.framework, tensorflow.python.framework.cpp_shape_inference_pb2, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util
Import: google.protobuf.message /Users/malmaud/anaconda3/lib/python3.7/site-packages/google/protobuf/message.py
Analysis of google.protobuf.message (Stub) queued. Dependencies: google.protobuf.descriptor (stub)
Import: tensorflow.lite.experimental.examples.lstm.rnn /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/experimental/examples/lstm/rnn.py
Analysis of tensorflow.python.training.tracking.tracking (Library) queued. Dependencies: __future__, functools, weakref, tensorflow.python.eager, tensorflow.python.eager.def_function, tensorflow.python.eager.function, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.training.tracking.data_structures, tensorflow.python.util, tensorflow.python.util.tf_contextlib
Analysis of google.protobuf.message (Library) queued. Dependencies: google.protobuf.message (stub)
Import: tensorflow.lite.experimental.examples.lstm.rnn_cell /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/experimental/examples/lstm/rnn_cell.py
Analysis of qa.multiple_choice (User) on depth 0 completed in 24.64 ms.
Import: tensorflow.lite.experimental.tensorboard.ops_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/experimental/tensorboard/ops_util.py
Import: tensorflow.lite.python /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/__init__.py
Analysis of tensorflow.lite.python (Library) queued. Dependencies:
Analysis of tensorflow.lite.experimental.examples.lstm.rnn (Library) queued. Dependencies: __future__, tensorflow, tensorflow.lite, tensorflow.lite.python, tensorflow.lite.python.op_hint, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.control_flow_util, tensorflow.python.ops.math_ops, tensorflow.python.ops.rnn_cell_impl, tensorflow.python.ops.variable_scope, tensorflow.python.ops.rnn, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Import: tensorflow.lite.python.lite_constants /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/lite_constants.py
Analysis of tensorflow.python.ops.variables (Library) queued. Dependencies: __future__, abc, enum, functools, os, six, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.variable_pb2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.gen_array_ops, tensorflow.python.ops.gen_state_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.state_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.tf_should_use, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of tensorflow.lite.experimental.tensorboard.ops_util (Library) queued. Dependencies: __future__, collections, tensorflow.lite.python, tensorflow.lite.python.wrap_toco, tensorflow.python.util.tf_export
Import: tensorflow.lite.python.convert /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/convert.py
Analysis of tensorflow.lite.python.lite_constants (Library) queued. Dependencies: __future__, tensorflow.lite.toco, tensorflow.lite.toco.toco_flags_pb2, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.util.all_util, tensorflow.python.util.tf_export
Import: tensorflow.lite.python.convert_saved_model /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/convert_saved_model.py
Import: tensorflow.lite.python.interpreter /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/interpreter.py
Analysis of google.protobuf.text_format (Library) queued. Dependencies: io, re, six, google.protobuf.internal, google.protobuf.internal.type_checkers, google.protobuf, google.protobuf.descriptor, google.protobuf.text_encoding, google.protobuf.descriptor_pool, google.protobuf.symbol_database
Analysis of tensorflow.lite.python.convert (Library) queued. Dependencies: __future__, enum, os, platform, subprocess, tempfile, tensorflow.lite.python, tensorflow.lite.python.lite_constants, tensorflow.lite.python.util, tensorflow.lite.python.wrap_toco, tensorflow.lite.toco, tensorflow.lite.toco.model_flags_pb2, tensorflow.lite.toco.toco_flags_pb2, tensorflow.lite.toco.types_pb2, tensorflow.python.platform, tensorflow.python.platform.resource_loader, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.lite.python.op_hint /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/op_hint.py
Analysis of tensorflow.lite.python.convert_saved_model (Library) queued. Dependencies: __future__, tensorflow.lite.python, tensorflow.lite.python.util, tensorflow.core.framework, tensorflow.core.framework.types_pb2, tensorflow.python.client, tensorflow.python.client.session, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.saved_model, tensorflow.python.saved_model.constants, tensorflow.python.saved_model.loader
Analysis of tensorflow.lite.experimental.examples.lstm.rnn_cell (Library) queued. Dependencies: __future__, itertools, tensorflow, tensorflow.lite, tensorflow.lite.python, tensorflow.lite.python.op_hint, tensorflow.python.keras, tensorflow.python.keras.activations, tensorflow.python.keras.initializers, tensorflow.python.layers, tensorflow.python.layers.base, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.clip_ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.nn_ops, tensorflow.python.ops.partitioned_variables, tensorflow.python.ops.rnn_cell_impl, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util.tf_export
Analysis of tensorflow.lite.python.interpreter (Library) queued. Dependencies: __future__, sys, numpy, tensorflow.python.util.lazy_loader, tensorflow.python.util.tf_export
Analysis of qa.eyetracking (User) on depth 0 completed in 40.73 ms.
Analysis of qa.span_mc_task (User) on depth 0 completed in 45.24 ms.
Analysis of qa.encoding (User) on depth 0 completed in 46.78 ms.
Analysis of qa.models (User) on depth 0 completed in 21.8 ms.
Import: tensorflow.lite.python.optimize /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/optimize/__init__.py
Analysis of tensorflow.lite.python.optimize (Library) queued. Dependencies:
Import: tensorflow.lite.python.optimize.calibrator /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/optimize/calibrator.py
Import: tensorflow.lite.python.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/lite/python/util.py
Analysis of tensorflow.lite.python.optimize.calibrator (Library) queued. Dependencies: __future__, numpy, tensorflow.python.util.lazy_loader
Analysis of tensorflow.lite.python.op_hint (Library) queued. Dependencies: __future__, collections, copy, json, uuid, six, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.graph_pb2, tensorflow.core.framework.node_def_pb2, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.framework.graph_util_impl, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.all_util, tensorflow.python.util.tf_export
Import: tensorflow.python.client /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/client/__init__.py
Analysis of tensorflow.python.client (Library) queued. Dependencies:
Import: tensorflow.python.client.session /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/client/session.py
Analysis of qa.span_task (User) on depth 0 completed in 28.35 ms.
Analysis of tensorflow.lite.python.util (Library) queued. Dependencies: __future__, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.core.protobuf.meta_graph_pb2, tensorflow.lite.python.op_hint, tensorflow.lite.toco, tensorflow.lite.toco.types_pb2, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.graph_util, tensorflow.python.grappler, tensorflow.python.grappler.tf_optimizer, tensorflow.python.training.saver
Analysis version 1992 has been completed in 3739.28 ms with 518 entries analyzed and 589 entries skipped.
Analysis of tensorflow.python.ops.gen_nn_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.eager /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/__init__.py
Analysis of tensorflow.python.eager (Library) queued. Dependencies:
Import: tensorflow.python.eager.function /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/function.py
Import: tensorflow.python.framework.convert_to_constants /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/convert_to_constants.py
Import: tensorflow.python.framework.importer /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/importer.py
Analysis of tensorflow.python.framework.convert_to_constants (Library) queued. Dependencies: __future__, tensorflow.core.framework, tensorflow.core.framework.graph_pb2, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.core.protobuf.meta_graph_pb2, tensorflow.python.eager, tensorflow.python.eager.wrap_function, tensorflow.python.framework, tensorflow.python.framework.tensor_util, tensorflow.python.grappler, tensorflow.python.grappler.tf_optimizer, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training.saver
Import: tensorflow.python.keras.saving /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/saving/__init__.py
Analysis of tensorflow.python.client.session (Library) queued. Dependencies: __future__, collections, functools, re, threading, warnings, numpy, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.core.protobuf.rewriter_config_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.device, tensorflow.python.framework.error_interpolation, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.ops, tensorflow.python.ops.session_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training.experimental, tensorflow.python.training.experimental.mixed_precision_global_state, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Import: tensorflow.python.keras.saving.saving_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/saving/saving_utils.py
Import: tensorflow.python.saved_model.load /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/saved_model/load.py
Analysis of tensorflow.python.keras.saving (Library) queued. Dependencies: __future__, tensorflow.python.keras.saving.hdf5_format, tensorflow.python.keras.saving.model_config, tensorflow.python.keras.saving.save, tensorflow.python.keras.saving.saved_model, tensorflow.python.keras.saving.saving_utils
Analysis of tensorflow.python.keras.saving.saving_utils (Library) queued. Dependencies: __future__, collections, tensorflow.python.eager, tensorflow.python.eager.def_function, tensorflow.python.framework, tensorflow.python.framework.tensor_spec, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.keras.engine, tensorflow.python.keras.engine.training_utils
Analysis of tensorflow.python.framework.importer (Library) queued. Dependencies: __future__, contextlib, tensorflow.core.framework, tensorflow.core.framework.graph_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.tf2, tensorflow.python.framework, tensorflow.python.framework.c_api_util, tensorflow.python.framework.device, tensorflow.python.framework.errors, tensorflow.python.framework.function, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.control_flow_util, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.util.deprecation /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/deprecation.py
Import: tensorflow._api.v1.train.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/train/experimental/__init__.py
Analysis of tensorflow.python.saved_model.load (Library) queued. Dependencies: __future__, functools, os, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.variables, tensorflow.python.saved_model, tensorflow.python.saved_model.function_deserialization, tensorflow.python.saved_model.load_v1_in_v2, tensorflow.python.saved_model.loader_impl, tensorflow.python.saved_model.nested_structure_coder, tensorflow.python.saved_model.revived_types, tensorflow.python.saved_model.utils_impl, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.training.tracking.graph_view, tensorflow.python.training.tracking.tracking, tensorflow.python.training.tracking.util, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Import: tensorflow._api.v1.train.queue_runner /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/train/queue_runner/__init__.py
Import: tensorflow.python.distribute.cluster_resolver.cluster_resolver /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/distribute/cluster_resolver/cluster_resolver.py
Analysis of tensorflow._api.v1.train.experimental (Library) queued. Dependencies: __future__, tensorflow.python.training.experimental.loss_scale, tensorflow.python.training.experimental.loss_scale_optimizer, tensorflow.python.training.experimental.mixed_precision, tensorflow.python.training.tracking.python_state, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow._api.v1.train.queue_runner (Library) queued. Dependencies: __future__, tensorflow.python.training.queue_runner, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.util.deprecation (Library) queued. Dependencies: __future__, collections, functools, re, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.decorator_utils, tensorflow.python.util.is_in_graph_mode, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_stack
Import: tensorflow.python.ops.gen_sdca_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_sdca_ops.py
Analysis of tensorflow.python.eager.function (Library) queued. Dependencies: __future__, collections, functools, itertools, threading, types, weakref, numpy, six, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.function_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.execute, tensorflow.python.eager.tape, tensorflow.python.eager.graph_only_ops, tensorflow.python.framework, tensorflow.python.framework.c_api_util, tensorflow.python.framework.composite_tensor, tensorflow.python.framework.constant_op, tensorflow.python.framework.device, tensorflow.python.framework.error_interpolation, tensorflow.python.framework.errors, tensorflow.python.framework.func_graph, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_spec, tensorflow.python.ops, tensorflow.python.ops.custom_gradient, tensorflow.python.ops.functional_ops, tensorflow.python.ops.gradients_util, tensorflow.python.ops.resource_variable_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.function_utils, tensorflow.python.util.memory, tensorflow.python.util.nest, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_inspect
Import: tensorflow.python.summary.summary_iterator /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/summary/summary_iterator.py
Analysis of tensorflow.python.distribute.cluster_resolver.cluster_resolver (Library) queued. Dependencies: __future__, abc, collections, re, six, tensorflow.python.client, tensorflow.python.client.session, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.training.server_lib, tensorflow.python.util.tf_export
Import: tensorflow.python.training.adadelta /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/adadelta.py
Analysis of tensorflow.python.summary.summary_iterator (Library) queued. Dependencies: __future__, tensorflow.core.util, tensorflow.core.util.event_pb2, tensorflow.python.lib.io, tensorflow.python.lib.io.tf_record, tensorflow.python.util.tf_export
Import: tensorflow.python.training.adagrad /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/adagrad.py
Analysis of tensorflow.python.training.adadelta (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.math_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.training.adagrad_da /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/adagrad_da.py
Analysis of tensorflow.python.training.adagrad (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_array_ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.math_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.training.adam /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/adam.py
Analysis of tensorflow.python.ops.gen_sdca_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.training.basic_loops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/basic_loops.py
Analysis of tensorflow.python.training.adagrad_da (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.math_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.training.basic_session_run_hooks /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/basic_session_run_hooks.py
Analysis of tensorflow.python.training.basic_loops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.adam (Library) queued. Dependencies: __future__, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.state_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.training.checkpoint_management /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/checkpoint_management.py
Import: tensorflow.python.training.checkpoint_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/checkpoint_utils.py
Import: tensorflow.python.training.coordinator /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/coordinator.py
Import: tensorflow.python.training.device_setter /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/device_setter.py
Analysis of tensorflow.python.training.basic_session_run_hooks (Library) queued. Dependencies: __future__, os, time, numpy, six, tensorflow.core.framework.summary_pb2, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.core.util.event_pb2, tensorflow.python.client, tensorflow.python.client.timeline, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.meta_graph, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.variable_scope, tensorflow.python.platform, tensorflow.python.platform.gfile, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.session_run_hook, tensorflow.python.training.training_util, tensorflow.python.training.summary_io, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.checkpoint_management (Library) queued. Dependencies: __future__, collections, os, re, time, google.protobuf, google.protobuf.text_format, tensorflow.core.protobuf, tensorflow.core.protobuf.saver_pb2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.lib.io, tensorflow.python.lib.io.file_io, tensorflow.python.ops, tensorflow.python.ops.variable_scope, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.training_util, tensorflow.python.training.checkpoint_state_pb2, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorflow.python.training.ftrl /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/ftrl.py
Analysis of tensorflow.python.training.checkpoint_utils (Library) queued. Dependencies: __future__, time, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.distribute, tensorflow.python.distribute.distribution_strategy_context, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.io_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.gfile, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.checkpoint_management, tensorflow.python.training.saving, tensorflow.python.training.saving.saveable_object_util, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.device_setter (Library) queued. Dependencies: __future__, six, tensorflow.core.framework, tensorflow.core.framework.node_def_pb2, tensorflow.python.framework, tensorflow.python.framework.device, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.server_lib, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.coordinator (Library) queued. Dependencies: __future__, contextlib, sys, threading, time, six, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.tf_export
Import: tensorflow.python.training.gradient_descent /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/gradient_descent.py
Import: tensorflow.python.training.learning_rate_decay /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/learning_rate_decay.py
Analysis of tensorflow.python.training.gradient_descent (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.ftrl (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.math_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.training.momentum /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/momentum.py
Import: tensorflow.python.training.monitored_session /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/monitored_session.py
Analysis of tensorflow.python.training.learning_rate_decay (Library) queued. Dependencies: __future__, functools, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.keras.optimizer_v2, tensorflow.python.keras.optimizer_v2.learning_rate_schedule, tensorflow.python.ops, tensorflow.python.ops.math_ops, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.momentum (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.math_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.training.moving_averages /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/moving_averages.py
Import: tensorflow.python.training.optimizer /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/optimizer.py
Import: tensorflow.python.training.proximal_adagrad /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/proximal_adagrad.py
Analysis of tensorflow.python.training.moving_averages (Library) queued. Dependencies: __future__, tensorflow.python.distribute, tensorflow.python.distribute.distribution_strategy_context, tensorflow.python.distribute.reduce_util, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.state_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.variables, tensorflow.python.training, tensorflow.python.training.slot_creator, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.monitored_session (Library) queued. Dependencies: __future__, abc, os, sys, six, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.python.distribute, tensorflow.python.distribute.distribute_coordinator_context, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.lookup_ops, tensorflow.python.ops.resources, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.summary, tensorflow.python.summary.summary, tensorflow.python.training, tensorflow.python.training.basic_session_run_hooks, tensorflow.python.training.coordinator, tensorflow.python.training.queue_runner, tensorflow.python.training.saver, tensorflow.python.training.session_manager, tensorflow.python.training.session_run_hook, tensorflow.python.training.tracking, tensorflow.python.training.tracking.graph_view, tensorflow.python.training.tracking.util, tensorflow.python.util, tensorflow.python.util.function_utils, tensorflow.python.util.tf_export
Import: tensorflow.python.training.proximal_gradient_descent /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/proximal_gradient_descent.py
Analysis of tensorflow.python.training.proximal_adagrad (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.math_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.training.queue_runner /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/queue_runner.py
Analysis of tensorflow.python.training.proximal_gradient_descent (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.math_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.training.rmsprop /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/rmsprop.py
Analysis of tensorflow.python.training.queue_runner (Library) queued. Dependencies: __future__, tensorflow.python.training.queue_runner_impl
Import: tensorflow.python.training.saver /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/saver.py
Analysis of tensorflow.python.training.optimizer (Library) queued. Dependencies: __future__, abc, six, tensorflow.python.distribute, tensorflow.python.distribute.distribute_lib, tensorflow.python.distribute.distribution_strategy_context, tensorflow.python.distribute.reduce_util, tensorflow.python.eager, tensorflow.python.eager.backprop, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.gradients, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.state_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.variables, tensorflow.python.training, tensorflow.python.training.slot_creator, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.rmsprop (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.math_ops, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.training_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.training.session_manager /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/session_manager.py
Import: tensorflow.python.training.session_run_hook /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/session_run_hook.py
Import: tensorflow.python.training.supervisor /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/supervisor.py
Analysis of tensorflow.python.training.session_manager (Library) queued. Dependencies: __future__, time, numpy, tensorflow.python.client, tensorflow.python.client.session, tensorflow.python.distribute, tensorflow.python.distribute.distribution_strategy_context, tensorflow.python.framework, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.checkpoint_management, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.session_run_hook (Library) queued. Dependencies: __future__, collections, tensorflow.python.util.tf_export
Import: tensorflow.python.training.sync_replicas_optimizer /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/sync_replicas_optimizer.py
Analysis of tensorflow.python.training.saver (Library) queued. Dependencies: __future__, collections, os, time, uuid, numpy, tensorflow.core.protobuf, tensorflow.core.protobuf.meta_graph_pb2, tensorflow.core.protobuf.saver_pb2, tensorflow.core.protobuf.trackable_object_graph_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.client, tensorflow.python.client.session, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.device, tensorflow.python.framework.errors, tensorflow.python.framework.meta_graph, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.gen_io_ops, tensorflow.python.ops.io_ops, tensorflow.python.ops.string_ops, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.gfile, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.checkpoint_management, tensorflow.python.training.training_util, tensorflow.python.training.saving, tensorflow.python.training.saving.saveable_object, tensorflow.python.training.saving.saveable_object_util, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.tf_export
Import: tensorflow.python.training.tracking.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/tracking/util.py
Analysis of tensorflow.python.training.sync_replicas_optimizer (Library) queued. Dependencies: __future__, tensorflow.core.framework, tensorflow.core.framework.types_pb2, tensorflow.python.distribute, tensorflow.python.distribute.distribution_strategy_context, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.data_flow_ops, tensorflow.python.ops.state_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.optimizer, tensorflow.python.training.queue_runner, tensorflow.python.training.session_manager, tensorflow.python.training.session_run_hook, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of tensorflow.python.training.supervisor (Library) queued. Dependencies: __future__, contextlib, os, time, tensorflow.core.framework.summary_pb2, tensorflow.core.util.event_pb2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.meta_graph, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.lookup_ops, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.summary, tensorflow.python.summary.summary, tensorflow.python.training, tensorflow.python.training.coordinator, tensorflow.python.training.saver, tensorflow.python.training.session_manager, tensorflow.python.training.training_util, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Import: tensorboard.compat.tensorflow_stub.pywrap_tensorflow /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/pywrap_tensorflow.py
Import: tensorflow.python.framework.sparse_tensor /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/sparse_tensor.py
Import: tensorflow.python.ops.control_flow_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/control_flow_ops.py
Analysis of tensorboard.compat.tensorflow_stub.pywrap_tensorflow (Library) queued. Dependencies: __future__, array, struct, tensorboard.compat.tensorflow_stub, tensorboard.compat.tensorflow_stub.errors, tensorboard.compat.tensorflow_stub.io, tensorboard.compat.tensorflow_stub.io.gfile
Analysis of tensorflow.python.framework.sparse_tensor (Library) queued. Dependencies: __future__, collections, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.framework, tensorflow.python.framework.composite_tensor, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_spec, tensorflow.python.framework.tensor_util, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.math_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/math_ops.py
Analysis of tensorflow.python.training.tracking.util (Library) queued. Dependencies: __future__, abc, collections, os, weakref, six, tensorflow.core.protobuf, tensorflow.core.protobuf.trackable_object_graph_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.client, tensorflow.python.client.session, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.def_function, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors_impl, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.lib.io, tensorflow.python.lib.io.file_io, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_io_ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.training, tensorflow.python.training.checkpoint_management, tensorflow.python.training.saver, tensorflow.python.training.saving, tensorflow.python.training.saving.functional_saver, tensorflow.python.training.saving.saveable_object_util, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.training.tracking.data_structures, tensorflow.python.training.tracking.graph_view, tensorflow.python.training.tracking.object_identity, tensorflow.python.training.tracking.tracking, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.lazy_loader, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.sparse_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/sparse_ops.py
Import: tensorflow.python.ops.control_flow_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/control_flow_util.py
Import: tensorflow.core.protobuf /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/protobuf/__init__.py
Analysis of tensorflow.core.protobuf (Library) queued. Dependencies:
Import: tensorflow.python.eager.lift_to_graph /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/lift_to_graph.py
Analysis of tensorflow.python.ops.control_flow_util (Library) queued. Dependencies: __future__, os, traceback, tensorflow.python.platform, tensorflow.python.platform.tf_logging
Import: tensorflow.python.framework.func_graph /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/func_graph.py
Import: tensorflow.python.ops.resource_variable_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py
Analysis of tensorflow.python.eager.lift_to_graph (Library) queued. Dependencies: __future__, collections, six, tensorflow.python.framework, tensorflow.python.framework.func_graph, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.resource_variable_ops
Import: tensorflow.python.training.tracking.data_structures /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/tracking/data_structures.py
Import: tensorflow.python.ops.ragged.ragged_tensor /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/ragged_tensor.py
Analysis of tensorflow.python.ops.sparse_ops (Library) queued. Dependencies: __future__, collections, numbers, numpy, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.gen_sparse_ops, tensorflow.python.ops.math_ops, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.dispatch, tensorflow.python.util.tf_inspect, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.control_flow_ops (Library) queued. Dependencies: __future__, abc, collections, functools, six, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.protobuf, tensorflow.core.protobuf.control_flow_pb2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.composite_tensor, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_util, tensorflow.python.ops.gen_array_ops, tensorflow.python.ops.gen_control_flow_ops, tensorflow.python.ops.gen_data_flow_ops, tensorflow.python.ops.gen_logging_ops, tensorflow.python.ops.gen_resource_variable_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.tensor_array_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.nest, tensorflow.python.util.tf_should_use, tensorflow.python.util.lazy_loader, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.math_ops (Library) queued. Dependencies: __future__, numpy, six, tensorflow.python.compat, tensorflow.python.compat.compat, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.common_shapes, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.graph_util, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_data_flow_ops, tensorflow.python.ops.gen_math_ops, tensorflow.python.ops.gen_nn_ops, tensorflow.python.ops.gen_sparse_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.dispatch, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Analysis of tensorflow.python.framework.func_graph (Library) queued. Dependencies: __future__, collections, itertools, weakref, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.execute, tensorflow.python.eager.tape, tensorflow.python.eager.graph_only_ops, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_spec, tensorflow.python.framework.auto_control_deps, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.custom_gradient, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.tensor_array_ops, tensorflow.python.ops.variable_scope, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.memory, tensorflow.python.util.nest, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_decorator, tensorflow.python.util.lazy_loader, tensorflow.python, tensorflow.python.autograph
Import: tensorflow.python.ops.ragged.ragged_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ragged/ragged_util.py
Analysis of tensorflow.python.training.tracking.data_structures (Library) queued. Dependencies: __future__, collections, copy, operator, sys, six, wrapt, tensorflow.python.eager, tensorflow.python.eager.def_function, tensorflow.python.eager.function, tensorflow.python.ops, tensorflow.python.ops.variables, tensorflow.python.saved_model, tensorflow.python.saved_model.revived_types, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.training.tracking.layer_utils
Analysis of tensorflow.python.ops.resource_variable_ops (Library) queued. Dependencies: __future__, contextlib, functools, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.variable_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.tape, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.cpp_shape_inference_pb2, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_array_ops, tensorflow.python.ops.gen_logging_ops, tensorflow.python.ops.gen_resource_variable_ops, tensorflow.python.ops.gen_state_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.state_ops, tensorflow.python.ops.variables, tensorflow.python.training.tracking, tensorflow.python.training.tracking.base, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation
Analysis of tensorflow.python.ops.ragged.ragged_tensor (Library) queued. Dependencies: __future__, tensorflow.python.client, tensorflow.python.client.session, tensorflow.python.framework, tensorflow.python.framework.composite_tensor, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_spec, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.gen_ragged_conversion_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.ragged, tensorflow.python.ops.ragged.ragged_config, tensorflow.python.ops.ragged.ragged_tensor_value, tensorflow.python.ops.ragged.ragged_util, tensorflow.python.ops.ragged.segment_id_ops, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.tensor_array_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/tensor_array_ops.py
Analysis of tensorflow.python.ops.ragged.ragged_util (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.gen_ragged_math_ops, tensorflow.python.ops.math_ops
Import: tensorflow.core.framework.tensor_shape_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/tensor_shape_pb2.py
Import: tensorflow.python.tf2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/tf2.py
Analysis of tensorflow.core.framework.tensor_shape_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database
Import: tensorflow._api.v1.tpu.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/tpu/experimental/__init__.py
Analysis of tensorflow.python.tf2 (Library) queued. Dependencies: __future__, os
Import: tensorflow.python.tpu.ops.tpu_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/tpu/ops/tpu_ops.py
Analysis of tensorflow._api.v1.tpu.experimental (Library) queued. Dependencies: __future__, tensorflow.python.tpu.device_assignment, tensorflow.python.tpu.tpu_strategy_util, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.eager.execute /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/execute.py
Import: tensorflow._api.v1.nn.rnn_cell /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/_api/v1/nn/rnn_cell/__init__.py
Analysis of tensorflow.python.tpu.ops.tpu_ops (Library) queued. Dependencies: __future__, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_tpu_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.tpu, tensorflow.python.tpu.tpu_function, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.ctc_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/ctc_ops.py
Analysis of tensorflow.python.ops.tensor_array_ops (Library) queued. Dependencies: __future__, contextlib, traceback, weakref, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors_impl, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_util, tensorflow.python.ops.gen_control_flow_ops, tensorflow.python.ops.gen_data_flow_ops, tensorflow.python.ops.list_ops, tensorflow.python.ops.math_ops, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.tf_should_use, tensorflow.python.util.tf_export
Analysis of tensorflow.python.eager.execute (Library) queued. Dependencies: __future__, six, google.protobuf, google.protobuf.text_format, tensorflow.core.framework, tensorflow.core.framework.tensor_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.core, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.util, tensorflow.python.util.compat
Analysis of tensorflow._api.v1.nn.rnn_cell (Library) queued. Dependencies: __future__, tensorflow.python.ops.rnn_cell, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.ops.embedding_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/embedding_ops.py
Import: tensorflow.python.ops.gen_string_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_string_ops.py
Analysis of tensorflow.python.ops.ctc_ops (Library) queued. Dependencies: __future__, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.function, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.custom_gradient, tensorflow.python.ops.functional_ops, tensorflow.python.ops.gen_ctc_ops, tensorflow.python.ops.inplace_ops, tensorflow.python.ops.linalg_ops, tensorflow.python.ops.map_fn, tensorflow.python.ops.math_ops, tensorflow.python.ops.nn_ops, tensorflow.python.ops.sparse_ops, tensorflow.python.ops.nn_grad, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.nest, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.string_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/string_ops.py
Analysis of tensorflow.python.ops.embedding_ops (Library) queued. Dependencies: __future__, six, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.clip_ops, tensorflow.python.ops.data_flow_grad, tensorflow.python.ops.data_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.sparse_ops, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.gen_math_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_math_ops.py
Analysis of tensorflow.python.ops.string_ops (Library) queued. Dependencies: __future__, numpy, tensorflow.python.compat, tensorflow.python.compat.compat, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.sparse_tensor, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_parsing_ops, tensorflow.python.ops.gen_string_ops, tensorflow.python.ops.math_ops, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.deprecation, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export
Import: tensorflow.python.ops.gen_resource_variable_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_resource_variable_ops.py
Analysis of tensorflow.python.ops.gen_string_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.gen_state_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_state_ops.py
Import: tensorflow.python.ops.gen_array_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_array_ops.py
Analysis of tensorflow.python.ops.gen_resource_variable_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_state_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.util.dispatch /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/dispatch.py
Import: tensorflow.python.eager.backprop /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/backprop.py
Analysis of tensorflow.python.util.dispatch (Library) queued. Dependencies: __future__, itertools, tensorflow.python.util, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_inspect
Import: tensorflow.python.framework.function /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/function.py
Import: tensorflow.python.ops.gen_script_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_script_ops.py
Import: tensorflow.core.framework.tensor_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/tensor_pb2.py
Create compiled (scraped): tensorflow.python.framework.fast_tensor_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/fast_tensor_util.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 tensorflow.python.framework.fast_tensor_util /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of tensorflow.python.eager.backprop (Library) queued. Dependencies: __future__, functools, operator, sys, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.execute, tensorflow.python.eager.imperative_grad, tensorflow.python.eager.tape, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.gen_array_ops, tensorflow.python.ops.gen_math_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.unconnected_gradients, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_inspect, tensorflow.python.util.lazy_loader, tensorflow.python.util.tf_export
Analysis of tensorflow.core.framework.tensor_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.framework, tensorflow.core.framework.resource_handle_pb2, tensorflow.core.framework.tensor_shape_pb2, tensorflow.core.framework.types_pb2
Analysis of tensorflow.python.framework.function (Library) queued. Dependencies: __future__, collections, hashlib, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.function_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.c_api_util, tensorflow.python.framework.dtypes, tensorflow.python.framework.graph_to_function_def, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.variable_scope, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.function_utils, tensorflow.python.util.tf_contextlib, tensorflow.python.util.tf_inspect
Analysis of tensorflow.python.ops.gen_script_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_math_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_array_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/64UjeZUT8JTXsIqNXBtjwg9FK8pi4jbCeXR6qmKPSRo=/fast_tensor_util.pyi
Analysis of tensorflow.python.framework.fast_tensor_util (Compiled) queued. Dependencies:
Import: tensorflow.python.keras.api._v1.keras.activations /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/activations/__init__.py
Import: tensorflow.python.keras.api._v1.keras.applications /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/applications/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.activations (Library) queued. Dependencies: __future__, tensorflow.python.keras.activations, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.backend /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/backend/__init__.py
Import: tensorflow.python.keras.api._v1.keras.callbacks /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/callbacks/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.applications (Library) queued. Dependencies: __future__, tensorflow.python.keras.api._v1.keras.applications.densenet, tensorflow.python.keras.api._v1.keras.applications.inception_resnet_v2, tensorflow.python.keras.api._v1.keras.applications.inception_v3, tensorflow.python.keras.api._v1.keras.applications.mobilenet, tensorflow.python.keras.api._v1.keras.applications.mobilenet_v2, tensorflow.python.keras.api._v1.keras.applications.nasnet, tensorflow.python.keras.api._v1.keras.applications.resnet50, tensorflow.python.keras.api._v1.keras.applications.vgg16, tensorflow.python.keras.api._v1.keras.applications.vgg19, tensorflow.python.keras.api._v1.keras.applications.xception, tensorflow.python.keras.applications, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.constraints /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/constraints/__init__.py
Import: tensorflow.python.keras.api._v1.keras.datasets /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/datasets/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.callbacks (Library) queued. Dependencies: __future__, tensorflow.python.keras.callbacks, tensorflow.python.keras.callbacks_v1, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.keras.api._v1.keras.constraints (Library) queued. Dependencies: __future__, tensorflow.python.keras.constraints, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.estimator /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/estimator/__init__.py
Import: tensorflow.python.keras.api._v1.keras.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/experimental/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.datasets (Library) queued. Dependencies: __future__, tensorflow.python.keras.api._v1.keras.datasets.boston_housing, tensorflow.python.keras.api._v1.keras.datasets.cifar10, tensorflow.python.keras.api._v1.keras.datasets.cifar100, tensorflow.python.keras.api._v1.keras.datasets.fashion_mnist, tensorflow.python.keras.api._v1.keras.datasets.imdb, tensorflow.python.keras.api._v1.keras.datasets.mnist, tensorflow.python.keras.api._v1.keras.datasets.reuters, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.keras.api._v1.keras.estimator (Library) queued. Dependencies: __future__, tensorflow.python.keras.estimator, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.initializers /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/initializers/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.experimental (Library) queued. Dependencies: __future__, tensorflow.python.feature_column.feature_column_lib, tensorflow.python.keras.layers, tensorflow.python.keras.optimizer_v2.learning_rate_schedule, tensorflow.python.keras.saving, tensorflow.python.keras.utils.data_utils, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.layers /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/layers/__init__.py
Import: tensorflow.python.keras.api._v1.keras.losses /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/losses/__init__.py
Import: tensorflow.python.keras.api._v1.keras.metrics /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/metrics/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.initializers (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.keras.initializers, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.mixed_precision /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/mixed_precision/__init__.py
Import: tensorflow.python.keras.api._v1.keras.models /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/models/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.mixed_precision (Library) queued. Dependencies: __future__, tensorflow.python.keras.api._v1.keras.mixed_precision.experimental, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.optimizers /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/optimizers/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.backend (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.keras.backend, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.keras.api._v1.keras.models (Library) queued. Dependencies: __future__, tensorflow.python.keras, tensorflow.python.keras.models, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.preprocessing /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/preprocessing/__init__.py
Import: tensorflow.python.keras.api._v1.keras.regularizers /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/regularizers/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.losses (Library) queued. Dependencies: __future__, tensorflow.python.keras.losses, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.keras.api._v1.keras.preprocessing (Library) queued. Dependencies: __future__, tensorflow.python.keras.api._v1.keras.preprocessing.image, tensorflow.python.keras.api._v1.keras.preprocessing.sequence, tensorflow.python.keras.api._v1.keras.preprocessing.text, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.keras.api._v1.keras.optimizers (Library) queued. Dependencies: __future__, tensorflow.python.keras.api._v1.keras.optimizers.schedules, tensorflow.python.keras.optimizer_v2.adadelta, tensorflow.python.keras.optimizer_v2.adagrad, tensorflow.python.keras.optimizer_v2.adam, tensorflow.python.keras.optimizer_v2.adamax, tensorflow.python.keras.optimizer_v2.ftrl, tensorflow.python.keras.optimizer_v2.gradient_descent, tensorflow.python.keras.optimizer_v2.nadam, tensorflow.python.keras.optimizer_v2.optimizer_v2, tensorflow.python.keras.optimizer_v2.rmsprop, tensorflow.python.keras.optimizers, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/utils/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.regularizers (Library) queued. Dependencies: __future__, tensorflow.python.keras.regularizers, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorflow.python.keras.api._v1.keras.wrappers /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/api/_v1/keras/wrappers/__init__.py
Analysis of tensorflow.python.keras.api._v1.keras.metrics (Library) queued. Dependencies: __future__, tensorflow.python.keras.losses, tensorflow.python.keras.metrics, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorboard.compat.proto.event_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorboard/compat/proto/event_pb2.py
Analysis of tensorflow.python.keras.api._v1.keras.wrappers (Library) queued. Dependencies: __future__, tensorflow.python.keras.api._v1.keras.wrappers.scikit_learn, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.keras.api._v1.keras.utils (Library) queued. Dependencies: __future__, tensorflow.python.keras.activations, tensorflow.python.keras.callbacks, tensorflow.python.keras.constraints, tensorflow.python.keras.datasets.boston_housing, tensorflow.python.keras.engine, tensorflow.python.keras.models, tensorflow.python.keras.utils, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Analysis of tensorflow.python.keras.api._v1.keras.layers (Library) queued. Dependencies: __future__, tensorflow.python.feature_column.feature_column_lib, tensorflow.python.keras, tensorflow.python.keras.engine, tensorflow.python.keras.layers, sys, tensorflow.python.util, tensorflow.python.util.deprecation_wrapper
Import: tensorboard.compat.proto /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorboard/compat/proto/__init__.py
Analysis of tensorboard.compat.proto (Library) queued. Dependencies:
Import: tensorboard.summary.writer.event_file_writer /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorboard/summary/writer/event_file_writer.py
Import: torch.utils.tensorboard._convert_np /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/tensorboard/_convert_np.py
Import: torch.utils.tensorboard._embedding /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/tensorboard/_embedding.py
Analysis of tensorboard.summary.writer.event_file_writer (Library) queued. Dependencies: __future__, os, socket, threading, time, six, tensorboard.compat.proto, tensorboard.compat.proto.event_pb2, tensorboard.summary.writer.record_writer
Analysis of tensorboard.compat.proto.event_pb2 (Library) queued. Dependencies: sys, google.protobuf.internal, google.protobuf.internal.enum_type_wrapper, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorboard.compat.proto, tensorboard.compat.proto.summary_pb2
Analysis of torch.utils.tensorboard._convert_np (Library) queued. Dependencies: __future__, numpy, torch, six, caffe2.python, caffe2.python.workspace
Import: torch.utils.tensorboard._onnx_graph /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/tensorboard/_onnx_graph.py
Analysis of torch.utils.tensorboard._embedding (Library) queued. Dependencies: os, math, numpy, torch.utils.tensorboard._convert_np, torch.utils.tensorboard._utils, posixpath, PIL, PIL.Image
Import: torch.utils.tensorboard._pytorch_graph /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/tensorboard/_pytorch_graph.py
Analysis of torch.utils.tensorboard._onnx_graph (Library) queued. Dependencies: tensorboard.compat.proto.graph_pb2, tensorboard.compat.proto.node_def_pb2, tensorboard.compat.proto.versions_pb2, tensorboard.compat.proto.attr_value_pb2, tensorboard.compat.proto.tensor_shape_pb2, itertools
Import: torch.utils.tensorboard._utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/tensorboard/_utils.py
Import: torch.utils.tensorboard.summary /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/tensorboard/summary.py
Analysis of torch.utils.tensorboard._pytorch_graph (Library) queued. Dependencies: collections, tensorboard.compat.proto.config_pb2, tensorboard.compat.proto.graph_pb2, tensorboard.compat.proto.step_stats_pb2, tensorboard.compat.proto.versions_pb2, torch, torch.utils.tensorboard._proto_graph
Analysis of torch.utils.tensorboard._utils (Library) queued. Dependencies: numpy, matplotlib, matplotlib.pyplot, matplotlib.backends, matplotlib.backends.backend_agg
Import: caffe2.proto /Users/malmaud/anaconda3/lib/python3.7/site-packages/caffe2/proto/__init__.py
Analysis of caffe2.proto (Library) queued. Dependencies: caffe2.proto.caffe2_pb2, caffe2.proto.metanet_pb2, caffe2.proto.torch_pb2
Import: caffe2.proto.caffe2_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/caffe2/proto/caffe2_pb2.py
Import: caffe2.python /Users/malmaud/anaconda3/lib/python3.7/site-packages/caffe2/python/__init__.py
Analysis of torch.utils.tensorboard.summary (Library) queued. Dependencies: __future__, json, logging, numpy, os, re, six, tensorboard.compat.proto.summary_pb2, tensorboard.compat.proto.tensor_pb2, tensorboard.compat.proto.tensor_shape_pb2, tensorboard.plugins.text.plugin_data_pb2, tensorboard.plugins.pr_curve.plugin_data_pb2, tensorboard.plugins.custom_scalar, tensorboard.plugins.custom_scalar.layout_pb2, torch.utils.tensorboard._convert_np, torch.utils.tensorboard._utils, PIL, PIL.ImageDraw, PIL.ImageFont, PIL.Image, io, tempfile, wave, struct, torch, tensorboard.plugins.mesh, tensorboard.plugins.mesh.metadata, tensorboard.plugins.mesh.plugin_data_pb2
Import: caffe2.python.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/caffe2/python/core.py
Analysis of caffe2.python (Library) queued. Dependencies: __future__, caffe2.proto, caffe2.proto.caffe2_pb2, os, sys, platform
Import: torch.utils.tensorboard._caffe2_graph /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/utils/tensorboard/_caffe2_graph.py
Import: absl.flags /Users/malmaud/anaconda3/lib/python3.7/site-packages/absl/flags/__init__.py
Analysis of caffe2.proto.caffe2_pb2 (Library) queued. Dependencies: sys, google.protobuf.internal, google.protobuf.internal.enum_type_wrapper, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database
Import: tensorflow.python.util.tf_inspect /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/tf_inspect.py
Analysis of absl.flags (Library) queued. Dependencies: __future__, getopt, os, re, sys, types, warnings, absl.flags._argument_parser, absl.flags._defines, absl.flags._exceptions, absl.flags._flag, absl.flags._flagvalues, absl.flags._helpers, absl.flags._validators, six
Import: tensorflow.python.util.tf_stack /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/tf_stack.py
Analysis of torch.utils.tensorboard._caffe2_graph (Library) queued. Dependencies: __future__, copy, logging, os, re, six, tensorboard.compat.proto.graph_pb2, tensorboard.compat.proto.node_def_pb2, tensorboard.compat.proto.tensor_shape_pb2, caffe2.proto, caffe2.proto.caffe2_pb2, caffe2.python, caffe2.python.core, caffe2.python.workspace
Import: tensorflow.tools.compatibility /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/tools/compatibility/__init__.py
Analysis of tensorflow.tools.compatibility (Library) queued. Dependencies:
Analysis of tensorflow.python.util.tf_inspect (Library) queued. Dependencies: __future__, collections, functools, inspect, six, tensorflow.python.util, tensorflow.python.util.tf_decorator
Import: tensorflow.tools.compatibility.all_renames_v2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/tools/compatibility/all_renames_v2.py
Analysis of tensorflow.python.util.tf_stack (Library) queued. Dependencies: __future__, collections, linecache, sys
Import: tensorflow.core.framework.op_def_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/op_def_pb2.py
Analysis of tensorflow.tools.compatibility.all_renames_v2 (Library) queued. Dependencies: __future__, tensorflow.tools.compatibility, tensorflow.tools.compatibility.renames_v2
Import: tensorflow.core.lib.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/lib/core/__init__.py
Analysis of tensorflow.core.lib.core (Library) queued. Dependencies:
Import: tensorflow.core.lib.core.error_codes_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/lib/core/error_codes_pb2.py
Import: lib2to3.btm_utils /Users/malmaud/anaconda3/lib/python3.7/lib2to3/btm_utils.py
Analysis of tensorflow.core.framework.op_def_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.types_pb2
Analysis of tensorflow.core.lib.core.error_codes_pb2 (Library) queued. Dependencies: sys, google.protobuf.internal, google.protobuf.internal.enum_type_wrapper, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database
Import: plotly.io._utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/_utils.py
Analysis of caffe2.python.core (Library) queued. Dependencies: __future__, collections, past.builtins, future.utils, itertools, six, caffe2.proto, caffe2.proto.caffe2_pb2, caffe2.python, caffe2.python.scope, caffe2.python.utils, caffe2.python.workspace, caffe2.python.control_ops_grad, caffe2, caffe2.python._import_c_extension, copy, pickle, numpy, sys, traceback, os, caffe2.python.schema, caffe2.python.net_builder
Import: _plotly_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/__init__.py
Analysis of _plotly_utils (Library) queued. Dependencies:
Analysis of lib2to3.btm_utils (Library) queued. Dependencies: lib2to3, lib2to3.pytree, lib2to3.pgen2, lib2to3.pgen2.grammar, lib2to3.pgen2.token, lib2to3.pygram
Import: _plotly_utils.exceptions /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/exceptions.py
Analysis of plotly.io._utils (Library) queued. Dependencies: __future__, plotly, plotly.graph_objs, plotly.basedatatypes
Import: _plotly_utils.colors.qualitative /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/colors/qualitative.py
Analysis of _plotly_utils.exceptions (Library) queued. Dependencies:
Import: _plotly_utils.colors.sequential /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/colors/sequential.py
Analysis of _plotly_utils.colors.qualitative (Library) queued. Dependencies: _plotly_utils.colors._swatches, _plotly_utils.colors.colorbrewer, _plotly_utils.colors.carto
Import: _plotly_utils.colors.diverging /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/colors/diverging.py
Analysis of _plotly_utils.colors.sequential (Library) queued. Dependencies: _plotly_utils.colors._swatches, _plotly_utils.colors.plotlyjs, _plotly_utils.colors.colorbrewer, _plotly_utils.colors.cmocean, _plotly_utils.colors.carto
Import: _plotly_utils.colors.cyclical /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/colors/cyclical.py
Analysis of _plotly_utils.colors.diverging (Library) queued. Dependencies: _plotly_utils.colors.colorbrewer, _plotly_utils.colors.cmocean, _plotly_utils.colors.carto, _plotly_utils.colors.plotlyjs, _plotly_utils.colors._swatches
Import: _plotly_utils.colors.cmocean /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/colors/cmocean.py
Analysis of _plotly_utils.colors.cyclical (Library) queued. Dependencies: _plotly_utils.colors._swatches
Import: _plotly_utils.colors.colorbrewer /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/colors/colorbrewer.py
Analysis of _plotly_utils.colors.cmocean (Library) queued. Dependencies: _plotly_utils.colors._swatches
Import: _plotly_utils.colors.carto /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/colors/carto.py
Analysis of _plotly_utils.colors.colorbrewer (Library) queued. Dependencies: _plotly_utils.colors._swatches
Import: _plotly_utils.colors.plotlyjs /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/colors/plotlyjs.py
Analysis of _plotly_utils.colors.carto (Library) queued. Dependencies: _plotly_utils.colors._swatches
Import: plotly.offline._plotlyjs_version /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/offline/_plotlyjs_version.py
Analysis of _plotly_utils.colors.plotlyjs (Library) queued. Dependencies:
Analysis of plotly.offline._plotlyjs_version (Library) queued. Dependencies:
Import: tensorflow.python.ops.gen_logging_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_logging_ops.py
Import: plotly.io._base_renderers /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/io/_base_renderers.py
Import: retrying /Users/malmaud/anaconda3/lib/python3.7/site-packages/retrying.py
Import: _plotly_utils.files /Users/malmaud/anaconda3/lib/python3.7/site-packages/_plotly_utils/files.py
Analysis of lib2to3.pgen2.grammar (Stub) queued. Dependencies: lib2to3.pgen2 (stub)
Import: plotly.animation /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/animation.py
Analysis of _plotly_utils.files (Library) queued. Dependencies: os
Analysis of retrying (Library) queued. Dependencies: random, six, sys, time, traceback
Import: plotly.callbacks /Users/malmaud/anaconda3/lib/python3.7/site-packages/plotly/callbacks.py
Analysis of plotly.animation (Library) queued. Dependencies: _plotly_utils.basevalidators
Analysis of plotly.io._base_renderers (Library) queued. Dependencies: __future__, base64, json, webbrowser, inspect, os, six, plotly.io, plotly, plotly.utils, plotly.optional_imports, plotly.io._orca, plotly.offline.offline, plotly.tools, http.server
Import: py._error /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/_error.py
Analysis of tensorflow.python.ops.gen_logging_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of plotly.callbacks (Library) queued. Dependencies: __future__, plotly.utils
Import: py._vendored_packages /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/_vendored_packages/__init__.py
Analysis of py._vendored_packages (Library) queued. Dependencies:
Import: py._vendored_packages.apipkg /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/_vendored_packages/apipkg.py
Analysis of py._error (Library) queued. Dependencies: types, sys, os, errno
Import: py._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/_version.py
Analysis of py._version (Library) queued. Dependencies:
Import: pluggy._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/pluggy/_version.py
Analysis of py._vendored_packages.apipkg (Library) queued. Dependencies: os, sys, types, pkg_resources
Analysis of pluggy._version (Library) queued. Dependencies:
Import: pluggy.manager /Users/malmaud/anaconda3/lib/python3.7/site-packages/pluggy/manager.py
Import: pluggy.callers /Users/malmaud/anaconda3/lib/python3.7/site-packages/pluggy/callers.py
Analysis of pluggy.manager (Library) queued. Dependencies: inspect, pluggy, pluggy._tracing, pluggy.hooks, warnings, pkg_resources
Import: pluggy.hooks /Users/malmaud/anaconda3/lib/python3.7/site-packages/pluggy/hooks.py
Analysis of pluggy.callers (Library) queued. Dependencies: sys, warnings
Import: fractions /Users/malmaud/anaconda3/lib/python3.7/fractions.py
Analysis of fractions (Stub) queued. Dependencies: numbers (stub), decimal (stub), sys (stub)
Analysis of pluggy.hooks (Library) queued. Dependencies: inspect, warnings, pluggy.callers
Import: tensorflow.python.eager.core /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/core.py
Import: tensorflow.python.framework.op_def_registry /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/op_def_registry.py
Analysis of tensorflow.python.eager.core (Library) queued. Dependencies: __future__, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.framework, tensorflow.python.framework.errors
Import: tensorflow.python.framework.op_def_library /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/op_def_library.py
Analysis of tensorflow.python.framework.op_def_registry (Library) queued. Dependencies: __future__, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2
Analysis of fractions (Library) queued. Dependencies: fractions (stub), decimal, math, numbers, operator, re, sys, warnings
Import: tensorflow.tools.docs /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/tools/docs/__init__.py
Analysis of tensorflow.tools.docs (Library) queued. Dependencies:
Import: tensorflow.tools.docs.doc_controls /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/tools/docs/doc_controls.py
Import: tensorflow_estimator.python.estimator.api._v1.estimator.experimental /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py
Analysis of tensorflow.tools.docs.doc_controls (Library) queued. Dependencies: __future__
Import: tensorflow_estimator.python.estimator.api._v1.estimator.export /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/export/__init__.py
Analysis of tensorflow_estimator.python.estimator.api._v1.estimator.experimental (Library) queued. Dependencies: __future__, tensorflow_estimator.python.estimator.canned.dnn, tensorflow_estimator.python.estimator.canned.linear, tensorflow_estimator.python.estimator.early_stopping, tensorflow_estimator.python.estimator.estimator_lib, tensorflow_estimator.python.estimator.export.export, tensorflow_estimator.python.estimator.hooks.hooks
Analysis of tensorflow.python.framework.op_def_library (Library) queued. Dependencies: __future__, six, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.op_def_pb2, tensorflow.core.framework.tensor_pb2, tensorflow.core.framework.tensor_shape_pb2, tensorflow.core.framework.types_pb2, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.tensor_shape, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.tf_contextlib
Import: tensorflow_estimator.python.estimator.api._v1.estimator.inputs /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/inputs/__init__.py
Analysis of tensorflow_estimator.python.estimator.api._v1.estimator.export (Library) queued. Dependencies: __future__, tensorflow_estimator.python.estimator.export.export, tensorflow_estimator.python.estimator.export.export_lib
Import: tensorflow_estimator.python.estimator.canned.baseline /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/canned/baseline.py
Analysis of tensorflow_estimator.python.estimator.api._v1.estimator.inputs (Library) queued. Dependencies: __future__, tensorflow_estimator.python.estimator.inputs.inputs
Import: tensorflow_estimator.python.estimator.canned.boosted_trees /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/canned/boosted_trees.py
Analysis of tensorflow_estimator.python.estimator.canned.baseline (Library) queued. Dependencies: __future__, six, tensorflow.python.feature_column, tensorflow.python.feature_column.feature_column, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.check_ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.losses, tensorflow.python.ops.losses.losses, tensorflow.python.training, tensorflow.python.training.training_util, tensorflow.python.util.tf_export, tensorflow_estimator.python.estimator, tensorflow_estimator.python.estimator.estimator, tensorflow_estimator.python.estimator.canned, tensorflow_estimator.python.estimator.canned.head, tensorflow_estimator.python.estimator.canned.optimizers, tensorflow_estimator.python.estimator.head, tensorflow_estimator.python.estimator.head.head_utils, tensorflow_estimator.python.estimator.head.regression_head
Import: tensorflow_estimator.python.estimator.canned.dnn /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py
Import: tensorflow_estimator.python.estimator.canned.dnn_linear_combined /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/canned/dnn_linear_combined.py
Import: tensorflow_estimator.python.estimator.canned.linear /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/canned/linear.py
Analysis of tensorflow_estimator.python.estimator.canned.dnn (Library) queued. Dependencies: __future__, six, tensorflow.python.feature_column, tensorflow.python.feature_column.feature_column, tensorflow.python.feature_column.feature_column_lib, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.keras.engine, tensorflow.python.keras.engine.training, tensorflow.python.layers, tensorflow.python.layers.core, tensorflow.python.layers.normalization, tensorflow.python.ops, tensorflow.python.ops.init_ops, tensorflow.python.ops.nn, tensorflow.python.ops.partitioned_variables, tensorflow.python.ops.variable_scope, tensorflow.python.ops.losses, tensorflow.python.ops.losses.losses, tensorflow.python.summary, tensorflow.python.summary.summary, tensorflow.python.util.tf_export, tensorflow_estimator.python.estimator, tensorflow_estimator.python.estimator.estimator, tensorflow_estimator.python.estimator.model_fn, tensorflow_estimator.python.estimator.canned, tensorflow_estimator.python.estimator.canned.head, tensorflow_estimator.python.estimator.canned.optimizers, tensorflow_estimator.python.estimator.head, tensorflow_estimator.python.estimator.head.head_utils, tensorflow_estimator.python.estimator.head.regression_head
Import: tensorflow_estimator.python.estimator.canned.parsing_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/canned/parsing_utils.py
Analysis of tensorflow_estimator.python.estimator.canned.dnn_linear_combined (Library) queued. Dependencies: __future__, math, six, tensorflow.python.framework, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.nn, tensorflow.python.ops.partitioned_variables, tensorflow.python.ops.state_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.losses, tensorflow.python.ops.losses.losses, tensorflow.python.summary, tensorflow.python.summary.summary, tensorflow.python.training, tensorflow.python.training.sync_replicas_optimizer, tensorflow.python.training.training_util, tensorflow.python.util.tf_export, tensorflow_estimator.python.estimator, tensorflow_estimator.python.estimator.estimator, tensorflow_estimator.python.estimator.canned, tensorflow_estimator.python.estimator.canned.dnn, tensorflow_estimator.python.estimator.canned.head, tensorflow_estimator.python.estimator.canned.linear, tensorflow_estimator.python.estimator.canned.optimizers, tensorflow_estimator.python.estimator.head, tensorflow_estimator.python.estimator.head.head_utils, tensorflow_estimator.python.estimator.head.regression_head
Import: tensorflow_estimator.python.estimator.estimator /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/estimator.py
Analysis of tensorflow_estimator.python.estimator.canned.boosted_trees (Library) queued. Dependencies: __future__, abc, collections, functools, numpy, six, tensorflow.core.kernels.boosted_trees, tensorflow.core.kernels.boosted_trees.boosted_trees_pb2, tensorflow.python.feature_column, tensorflow.python.feature_column.feature_column, tensorflow.python.feature_column.feature_column_lib, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.boosted_trees_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.data_flow_ops, tensorflow.python.ops.gradients_impl, tensorflow.python.ops.lookup_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.state_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.losses, tensorflow.python.ops.losses.losses, tensorflow.python.summary, tensorflow.python.summary.summary, tensorflow.python.training, tensorflow.python.training.checkpoint_utils, tensorflow.python.training.session_run_hook, tensorflow.python.training.training_util, tensorflow.python.util.tf_export, tensorflow_estimator.python.estimator, tensorflow_estimator.python.estimator.estimator, tensorflow_estimator.python.estimator.model_fn, tensorflow_estimator.python.estimator.canned, tensorflow_estimator.python.estimator.canned.boosted_trees_utils, tensorflow_estimator.python.estimator.canned.head
Analysis of tensorflow_estimator.python.estimator.canned.parsing_utils (Library) queued. Dependencies: __future__, six, tensorflow.python.feature_column, tensorflow.python.feature_column.feature_column_lib, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.ops, tensorflow.python.ops.parsing_ops, tensorflow.python.util.tf_export
Analysis of tensorflow_estimator.python.estimator.canned.linear (Library) queued. Dependencies: __future__, math, six, tensorflow.python.feature_column, tensorflow.python.feature_column.feature_column, tensorflow.python.feature_column.feature_column_lib, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.nn, tensorflow.python.ops.partitioned_variables, tensorflow.python.ops.resource_variable_ops, tensorflow.python.ops.variable_scope, tensorflow.python.ops.variables, tensorflow.python.ops.losses, tensorflow.python.ops.losses.losses, tensorflow.python.summary, tensorflow.python.summary.summary, tensorflow.python.training, tensorflow.python.training.ftrl, tensorflow.python.training.session_run_hook, tensorflow.python.training.training, tensorflow.python.util, tensorflow.python.util.nest, tensorflow.python.util.tf_export, tensorflow_estimator.python.estimator, tensorflow_estimator.python.estimator.estimator, tensorflow_estimator.python.estimator.model_fn, tensorflow_estimator.python.estimator.canned, tensorflow_estimator.python.estimator.canned.head, tensorflow_estimator.python.estimator.canned.optimizers, tensorflow_estimator.python.estimator.canned.linear_optimizer.python.utils, tensorflow_estimator.python.estimator.canned.linear_optimizer.python.utils.sdca_ops, tensorflow_estimator.python.estimator.head, tensorflow_estimator.python.estimator.head.head_utils, tensorflow_estimator.python.estimator.head.regression_head
Import: tensorflow_estimator.python.estimator.estimator_lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/estimator_lib.py
Import: tensorflow_estimator.python.estimator.exporter /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/exporter.py
Import: tensorflow_estimator.python.estimator.hooks.basic_session_run_hooks /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/hooks/basic_session_run_hooks.py
Analysis of tensorflow_estimator.python.estimator.estimator_lib (Library) queued. Dependencies: __future__, tensorflow_estimator.python.estimator.canned.baseline, tensorflow_estimator.python.estimator.canned.boosted_trees, tensorflow_estimator.python.estimator.canned.dnn, tensorflow_estimator.python.estimator.canned.dnn_linear_combined, tensorflow_estimator.python.estimator.canned.linear, tensorflow_estimator.python.estimator.canned.parsing_utils, tensorflow_estimator.python.estimator.early_stopping, tensorflow_estimator.python.estimator.estimator, tensorflow_estimator.python.estimator.export, tensorflow_estimator.python.estimator.export.export_lib, tensorflow_estimator.python.estimator.exporter, tensorflow_estimator.python.estimator.extenders, tensorflow_estimator.python.estimator.hooks, tensorflow_estimator.python.estimator.hooks.basic_session_run_hooks, tensorflow_estimator.python.estimator.hooks.hooks, tensorflow_estimator.python.estimator.hooks.session_run_hook, tensorflow_estimator.python.estimator.inputs, tensorflow_estimator.python.estimator.inputs.inputs, tensorflow_estimator.python.estimator.keras, tensorflow_estimator.python.estimator.model_fn, tensorflow_estimator.python.estimator.run_config, tensorflow_estimator.python.estimator.training
Import: tensorflow_estimator.python.estimator.hooks.session_run_hook /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/hooks/session_run_hook.py
Analysis of tensorflow_estimator.python.estimator.exporter (Library) queued. Dependencies: __future__, abc, os, tensorflow_estimator.python.estimator, tensorflow_estimator.python.estimator.gc, tensorflow_estimator.python.estimator.util, tensorflow_estimator.python.estimator.canned, tensorflow_estimator.python.estimator.canned.metric_keys, tensorflow.python.framework, tensorflow.python.framework.errors_impl, tensorflow.python.platform, tensorflow.python.platform.gfile, tensorflow.python.platform.tf_logging, tensorflow.python.summary, tensorflow.python.summary.summary_iterator, tensorflow.python.util.tf_export
Analysis of tensorflow_estimator.python.estimator.hooks.basic_session_run_hooks (Library) queued. Dependencies: __future__, tensorflow.python.training.basic_session_run_hooks, tensorflow.python.util.tf_export
Import: tensorflow.core.framework.function_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/function_pb2.py
Analysis of tensorflow_estimator.python.estimator.hooks.session_run_hook (Library) queued. Dependencies: __future__, tensorflow.python.training.session_run_hook, tensorflow.python.util.tf_export
Import: tensorflow.core.framework.versions_pb2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/core/framework/versions_pb2.py
Import: tensorflow.python.eager.tape /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/eager/tape.py
Analysis of tensorflow.core.framework.versions_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database
Analysis of tensorflow.core.framework.function_pb2 (Library) queued. Dependencies: sys, google.protobuf, google.protobuf.descriptor, google.protobuf.message, google.protobuf.reflection, google.protobuf.symbol_database, tensorflow.core.framework, tensorflow.core.framework.attr_value_pb2, tensorflow.core.framework.node_def_pb2, tensorflow.core.framework.op_def_pb2
Import: tensorflow.python.framework.c_api_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/c_api_util.py
Analysis of tensorflow.python.eager.tape (Library) queued. Dependencies: __future__, contextlib, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.util.lazy_loader
Import: tensorflow.python.framework.composite_tensor /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/composite_tensor.py
Analysis of tensorflow.python.framework.c_api_util (Library) queued. Dependencies: __future__, tensorflow.core.framework, tensorflow.core.framework.api_def_pb2, tensorflow.core.framework.op_def_pb2, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.tf_contextlib
Import: tensorflow.python.framework.device /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/device.py
Analysis of tensorflow_estimator.python.estimator.estimator (Library) queued. Dependencies: __future__, collections, copy, os, tempfile, numpy, six, google.protobuf, google.protobuf.message, tensorflow.core.framework, tensorflow.core.framework.summary_pb2, tensorflow.python.client, tensorflow.python.client.session, tensorflow.python.distribute, tensorflow.python.distribute.distribute_lib, tensorflow.python.distribute.estimator_training, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.ops, tensorflow.python.framework.random_seed, tensorflow.python.framework.tensor_util, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.metrics, tensorflow.python.ops.variables, tensorflow.python.platform, tensorflow.python.platform.gfile, tensorflow.python.platform.tf_logging, tensorflow.python.saved_model, tensorflow.python.saved_model.builder, tensorflow.python.saved_model.utils_impl, tensorflow.python.summary, tensorflow.python.summary.summary, tensorflow.python.summary.writer, tensorflow.python.summary.writer.writer_cache, tensorflow.python.training, tensorflow.python.training.basic_session_run_hooks, tensorflow.python.training.checkpoint_management, tensorflow.python.training.device_setter, tensorflow.python.training.evaluation, tensorflow.python.training.monitored_session, tensorflow.python.training.saver, tensorflow.python.training.training, tensorflow.python.training.training_util, tensorflow.python.training.warm_starting_util, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.compat_internal, tensorflow.python.util.function_utils, tensorflow.python.util.nest, tensorflow.python.util.tf_export, tensorflow_estimator.python.estimator, tensorflow_estimator.python.estimator.model_fn, tensorflow_estimator.python.estimator.run_config, tensorflow_estimator.python.estimator.util, tensorflow_estimator.python.estimator.export, tensorflow_estimator.python.estimator.export.export
Analysis of tensorflow.python.framework.composite_tensor (Library) queued. Dependencies: __future__, abc, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.util, tensorflow.python.util.nest
Import: tensorflow.python.framework.registry /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/registry.py
Analysis of tensorflow.python.framework.device (Library) queued. Dependencies: __future__, threading, tensorflow.python, tensorflow.python.tf2, tensorflow.python.framework, tensorflow.python.framework.device_spec
Import: tensorflow.python.framework.traceable_stack /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/traceable_stack.py
Analysis of tensorflow.python.framework.registry (Library) queued. Dependencies: __future__, tensorflow.python.platform, tensorflow.python.platform.tf_logging, tensorflow.python.util, tensorflow.python.util.compat, tensorflow.python.util.tf_stack
Import: tensorflow.python.util.decorator_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/decorator_utils.py
Analysis of tensorflow.python.framework.traceable_stack (Library) queued. Dependencies: __future__, tensorflow.python.util, tensorflow.python.util.tf_stack
Import: tensorflow.python.util.function_utils /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/function_utils.py
Analysis of tensorflow.python.util.decorator_utils (Library) queued. Dependencies: __future__, sys
Import: tensorflow.python.util.lock_util /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/lock_util.py
Analysis of tensorflow.python.util.function_utils (Library) queued. Dependencies: __future__, functools, six, tensorflow.core.protobuf, tensorflow.core.protobuf.config_pb2, tensorflow.python.util, tensorflow.python.util.tf_decorator, tensorflow.python.util.tf_inspect
Import: tensorflow.python.util.memory /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/memory.py
Analysis of tensorflow.python.util.lock_util (Library) queued. Dependencies: __future__, threading
Import: tensorflow.python.util.tf_contextlib /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/util/tf_contextlib.py
Analysis of tensorflow.python.util.memory (Library) queued. Dependencies: __future__
Import: more_itertools.recipes /Users/malmaud/anaconda3/lib/python3.7/site-packages/more_itertools/recipes.py
Analysis of tensorflow.python.util.tf_contextlib (Library) queued. Dependencies: __future__, contextlib, tensorflow.python.util, tensorflow.python.util.tf_decorator
Create compiled (scraped): pandas._libs.internals /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/internals.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.internals /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of more_itertools.recipes (Library) queued. Dependencies: collections, itertools, operator, random, six
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/internals.cpython-37m-darwin.pyi
Analysis of pandas._libs.internals (Compiled) queued. Dependencies:
Import: tensorflow.python.ops.init_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/init_ops.py
Import: atomicwrites /Users/malmaud/anaconda3/lib/python3.7/site-packages/atomicwrites/__init__.py
Analysis of atomicwrites (Stub) queued. Dependencies:
Import: _pytest._argcomplete /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/_argcomplete.py
Analysis of atomicwrites (Library) queued. Dependencies: atomicwrites (stub), contextlib, io, os, sys, tempfile, fcntl, ctypes
Import: pandas.core.internals.concat /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/internals/concat.py
Analysis of _pytest._argcomplete (Library) queued. Dependencies: __future__, os, sys, glob
Import: _pytest.reports /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/reports.py
Import: _pytest.nose /Users/malmaud/anaconda3/lib/python3.7/site-packages/_pytest/nose.py
Analysis of _pytest.reports (Library) queued. Dependencies: py, _pytest._code.code
Import: torch.nn.modules._functions /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/nn/modules/_functions.py
Analysis of pandas.core.internals.concat (Library) queued. Dependencies: collections, copy, numpy, pandas._libs, pandas._libs.internals, pandas._libs.tslibs, pandas.util._decorators, pandas.core.dtypes.cast, pandas.core.dtypes.common, pandas, pandas.core, pandas.core.dtypes, pandas.core.dtypes.concat, pandas.core.dtypes.missing, pandas.core.algorithms
Analysis of tensorflow.python.ops.init_ops (Library) queued. Dependencies: __future__, math, numpy, tensorflow.python.framework, tensorflow.python.framework.constant_op, tensorflow.python.framework.dtypes, tensorflow.python.framework.tensor_shape, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.gen_linalg_ops, tensorflow.python.ops.linalg_ops_impl, tensorflow.python.ops.math_ops, tensorflow.python.ops.random_ops, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of _pytest.nose (Library) queued. Dependencies: __future__, sys, _pytest, _pytest.python, _pytest.runner, _pytest.unittest, _pytest.config
Import: py._code._py2traceback /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/_code/_py2traceback.py
Analysis of torch.nn.modules._functions (Library) queued. Dependencies: torch, torch.autograd.function
Import: py._code /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/_code/__init__.py
Analysis of py._code._py2traceback (Library) queued. Dependencies: types
Analysis of py._code (Library) queued. Dependencies:
Import: py._code.source /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/_code/source.py
Import: py._code.assertion /Users/malmaud/anaconda3/lib/python3.7/site-packages/py/_code/assertion.py
Import: tensorflow.python.ops.data_flow_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/data_flow_ops.py
Analysis of py._code.assertion (Library) queued. Dependencies: sys, py, py._code._assertionold, py._code._assertionnew
Import: tensorflow.python.ops.gen_candidate_sampling_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_candidate_sampling_ops.py
Analysis version 4170 of 2000 entries has started.
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _operator(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of py._code.source (Library) queued. Dependencies: __future__, bisect, sys, inspect, tokenize, py, types, _ast, parser, linecache, ast, codeop
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _stat(CompiledBuiltin) canceled (no AST yet).
Analysis of faulthandler(CompiledBuiltin) canceled (no AST yet).
Analysis of _string(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of botocore.vendored (Library) on depth 4 completed in 0.13 ms.
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pandas.core.dtypes (Library) on depth 4 completed in 0.16 ms.
Analysis of urllib3.contrib (Library) on depth 4 completed in 0.02 ms.
Analysis of requests.__version__ (Library) on depth 4 completed in 0.09 ms.
Analysis of plotly.offline (Library) on depth 2 completed in 0.37 ms.
Analysis of requests.status_codes (Stub) on depth 5 completed in 0.58 ms.
Analysis of chardet (Library) on depth 4 completed in 0.51 ms.
Analysis of _datetime (Compiled) on depth 3 completed in 0.39 ms.
Analysis of plotly.optional_imports (Library) on depth 2 completed in 0.54 ms.
Import: tensorflow.python.ops.gen_checkpoint_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_checkpoint_ops.py
Analysis of _md5 (Compiled) on depth 3 completed in 0.19 ms.
Analysis of _sha256 (Compiled) on depth 3 completed in 0.19 ms.
Analysis of requests.exceptions (Stub) on depth 5 completed in 1.28 ms.
Analysis of pandas._libs.tslibs.offsets (Compiled) on depth 3 completed in 0.02 ms.
Analysis of pandas._libs.tslibs.timestamps (Compiled) on depth 4 completed in 0.04 ms.
Analysis of _sha1 (Compiled) on depth 3 completed in 0.18 ms.
Analysis of joblib (Library) on depth 1 completed in 1.38 ms.
Analysis of pandas._libs.tslibs.c_timestamp (Compiled) on depth 5 completed in 0.36 ms.
Analysis of _sha512 (Compiled) on depth 3 completed in 0.18 ms.
Import: tensorflow.python.ops.gen_collective_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_collective_ops.py
Analysis of _blake2 (Compiled) on depth 3 completed in 0.97 ms.
Import: tensorflow.python.ops.gen_ctc_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_ctc_ops.py
Analysis of _hashlib (Compiled) on depth 3 completed in 7.88 ms.
Analysis of email.errors (Stub) on depth 7 completed in 7.92 ms.
Import: tensorflow.python.ops.gen_data_flow_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_data_flow_ops.py
Analysis of email.contentmanager (Stub) on depth 7 completed in 1.12 ms.
Analysis of tensorflow.python.ops.data_flow_ops (Library) queued. Dependencies: __future__, collections, hashlib, threading, six, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.ops, tensorflow.python.framework.random_seed, tensorflow.python.framework.tensor_shape, tensorflow.python.framework.tensor_util, tensorflow.python.lib.io, tensorflow.python.lib.io.python_io, tensorflow.python.ops, tensorflow.python.ops.array_ops, tensorflow.python.ops.control_flow_ops, tensorflow.python.ops.gen_data_flow_ops, tensorflow.python.ops.math_ops, tensorflow.python.ops.resource_variable_ops, tensorflow.python.util, tensorflow.python.util.deprecation, tensorflow.python.util.tf_export
Analysis of tensorflow.python.ops.gen_checkpoint_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of _sha3 (Compiled) on depth 3 completed in 9.92 ms.
Import: tensorflow.python.ops.gen_dataset_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_dataset_ops.py
Analysis of tensorflow.python.ops.gen_candidate_sampling_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of encodings.aliases (Library) on depth 4 completed in 2.69 ms.
Analysis of tensorflow.python.ops.gen_ctc_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of multiprocessing.process (Stub) on depth 6 completed in 10.26 ms.
Analysis of multiprocessing.pool (Stub) on depth 6 completed in 16.17 ms.
Analysis of numpy._mklinit (Compiled) on depth 3 completed in 10.73 ms.
Import: tensorflow.python.ops.gen_decode_proto_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_decode_proto_ops.py
Analysis of tensorflow.python.ops.gen_collective_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.gen_encode_proto_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_encode_proto_ops.py
Analysis of decimal (Stub) on depth 5 completed in 31.05 ms.
Import: tensorflow.python.ops.gen_experimental_dataset_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_experimental_dataset_ops.py
Analysis of tensorflow.python.ops.gen_decode_proto_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_encode_proto_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of _curses (Stub) on depth 6 completed in 37.98 ms.
Import: tensorflow.python.ops.gen_functional_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_functional_ops.py
Import: tensorflow.python.ops.gen_io_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_io_ops.py
Import: tensorflow.python.ops.gen_list_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_list_ops.py
Import: tensorflow.python.ops.gen_lookup_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_lookup_ops.py
Analysis of tensorflow.python.ops.gen_functional_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.gen_manip_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_manip_ops.py
Import: tensorflow.python.ops.gen_nccl_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_nccl_ops.py
Analysis of tensorflow.python.ops.gen_list_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.gen_ragged_array_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_ragged_array_ops.py
Import: tensorflow.python.ops.gen_ragged_conversion_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_ragged_conversion_ops.py
Analysis of tensorflow.python.ops.gen_io_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_manip_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.gen_ragged_math_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_ragged_math_ops.py
Analysis of tensorflow.python.ops.gen_nccl_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_lookup_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_ragged_array_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.gen_set_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_set_ops.py
Analysis of tensorflow.python.ops.gen_ragged_conversion_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_ragged_math_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.gen_stateful_random_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_stateful_random_ops.py
Import: tensorflow.python.ops.gen_stateless_random_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_stateless_random_ops.py
Analysis of tensorflow.python.ops.gen_set_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.gen_summary_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_summary_ops.py
Import: tensorflow.python.ops.gen_tpu_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_tpu_ops.py
Analysis of tensorflow.python.ops.gen_dataset_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_stateful_random_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_stateless_random_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_experimental_dataset_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: tensorflow.python.ops.gen_user_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/gen_user_ops.py
Import: tensorflow.python.training.gen_training_ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/gen_training_ops.py
Analysis of tensorflow.python.ops.gen_user_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_summary_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of tensorflow.python.ops.gen_data_flow_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Import: torch.backends /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/backends/__init__.py
Analysis of torch.backends (Library) queued. Dependencies:
Import: torch.backends.cudnn /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/backends/cudnn/__init__.py
Import: torch.backends.cudnn.rnn /Users/malmaud/anaconda3/lib/python3.7/site-packages/torch/backends/cudnn/rnn.py
Import: codeop /Users/malmaud/anaconda3/lib/python3.7/codeop.py
Analysis of codeop (Stub) queued. Dependencies: types (stub)
Analysis of torch.backends.cudnn.rnn (Library) queued. Dependencies: torch, torch.cuda, torch.backends, torch.backends.cudnn
Import: pandas.io.formats.css /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/io/formats/css.py
Analysis of codeop (Library) queued. Dependencies: codeop (stub), __future__
Analysis of torch.backends.cudnn (Library) queued. Dependencies: os, ctypes, sys, torch, types, warnings, torch.version, contextlib, subprocess
Import: pandas.core.groupby.base /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/groupby/base.py
Import: pandas.core.groupby.ops /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/groupby/ops.py
Analysis of pandas.core.groupby.base (Library) queued. Dependencies: pandas.core.dtypes.common
Analysis of pandas.io.formats.css (Library) queued. Dependencies: re, warnings
Analysis of lxml.etree (Compiled) on depth 4 completed in 171.57 ms.
Analysis of pandas.util._move (Compiled) on depth 4 completed in 0.04 ms.
Analysis of pandas._libs.ops (Compiled) on depth 4 completed in 0.03 ms.
Analysis of pandas._libs.properties (Compiled) on depth 4 completed in 0.03 ms.
Analysis of pandas._libs.parsers (Compiled) on depth 4 completed in 0.02 ms.
Analysis of pandas._libs.tslibs.parsing (Compiled) on depth 4 completed in 0.02 ms.
Analysis of pandas._libs.tslibs.strptime (Compiled) on depth 4 completed in 0.02 ms.
Analysis of torch.nn.parallel (Stub) on depth 2 completed in 0.03 ms.
Create compiled (scraped): pandas._libs.groupby /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/groupby.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.core.tools (Library) on depth 4 completed in 0.02 ms.
Analysis of dateutil._common (Stub) on depth 6 completed in 0.34 ms.
Analysis of sqlalchemy.types (Library) on depth 4 completed in 0.24 ms.
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of pandas._libs.join (Compiled) on depth 4 completed in 0.02 ms.
Analysis of pandas._libs.tslibs.nattype (Compiled) on depth 4 completed in 0.03 ms.
Analysis of sqlalchemy.schema (Library) on depth 4 completed in 0.27 ms.
Analysis of torch.nn.utils (Library) on depth 2 completed in 0.34 ms.
Analysis of pandas._libs.tslibs.np_datetime (Compiled) on depth 4 completed in 0.02 ms.
Analysis of pandas._libs.missing (Compiled) on depth 4 completed in 0.04 ms.
Analysis of torch._C (Compiled) on depth 2 completed in 0.02 ms.
Analysis of torch.autograd._functions (Library) on depth 2 completed in 0.15 ms.
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.groupby /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of pandas.core.ops.docstrings (Library) on depth 5 completed in 0.93 ms.
Analysis of pandas._libs.indexing (Compiled) on depth 4 completed in 0.02 ms.
Analysis of torch.utils.data.distributed (Stub) on depth 2 completed in 9.56 ms.
Analysis of torch.nn.modules.sparse (Stub) on depth 2 completed in 11.26 ms.
Analysis of torch.utils.data.sampler (Stub) on depth 2 completed in 12.13 ms.
Analysis of torch.nn.common_types (Stub) on depth 3 completed in 11.73 ms.
Analysis of torch.nn.modules.upsampling (Library) on depth 2 completed in 44.19 ms.
Analysis of pandas.core.groupby.ops (Library) queued. Dependencies: collections, numpy, pandas._libs, pandas._libs.lib, pandas, pandas._libs.groupby, pandas._libs.reduction, pandas.errors, pandas.util._decorators, pandas.core.dtypes.common, pandas.core.dtypes.missing, pandas.core, pandas.core.algorithms, pandas.core.base, pandas.core.common, pandas.core.frame, pandas.core.generic, pandas.core.groupby, pandas.core.groupby.base, pandas.core.index, pandas.core.series, pandas.core.sorting, pandas.core.groupby.grouper
Analysis of torch.nn.modules.pooling (Stub) on depth 2 completed in 46.51 ms.
Analysis of cmd (Library) on depth 4 completed in 57.53 ms.
Analysis of readline (Compiled) on depth 4 completed in 7.98 ms.
Analysis of pandas.core.computation.common (Library) on depth 5 completed in 1 ms.
Analysis of torch.nn.modules.rnn (Library) on depth 2 completed in 67.27 ms.
Analysis of tensorflow.python.training.gen_training_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of code (Library) on depth 4 completed in 16.75 ms.
Analysis of pandas.io.formats.csvs (Library) on depth 5 completed in 17.6 ms.
Analysis of torch.nn._reduction (Library) on depth 2 completed in 0.34 ms.
Analysis of runpy (Library) on depth 4 completed in 17.89 ms.
Analysis of torch.nn.modules.utils (Library) on depth 2 completed in 0.41 ms.
Analysis of torch.nn._functions.vision (Library) on depth 2 completed in 0.64 ms.
Analysis of bdb (Library) on depth 4 completed in 20.54 ms.
Analysis of pandas._libs.hashing (Compiled) on depth 5 completed in 0.02 ms.
Analysis of torch.nn._functions (Library) on depth 2 completed in 0.02 ms.
Analysis of tensorflow.python.ops.gen_tpu_ops (Library) queued. Dependencies: collections, six, tensorflow.python, tensorflow.python.pywrap_tensorflow, tensorflow.python.eager, tensorflow.python.eager.context, tensorflow.python.eager.core, tensorflow.python.eager.execute, tensorflow.python.framework, tensorflow.python.framework.dtypes, tensorflow.python.framework.errors, tensorflow.python.framework.tensor_shape, tensorflow.core.framework, tensorflow.core.framework.op_def_pb2, tensorflow.python.framework.common_shapes, tensorflow.python.framework.op_def_registry, tensorflow.python.framework.ops, tensorflow.python.framework.op_def_library, tensorflow.python.util.deprecation, tensorflow.python.util, tensorflow.python.util.dispatch, tensorflow.python.util.tf_export, tensorflow.tools.docs, tensorflow.tools.docs.doc_controls
Analysis of pandas.io.formats.excel (Library) on depth 5 completed in 19.49 ms.
Create compiled (scraped): pandas._libs.window /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/_libs/window.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 pandas._libs.window /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of torch.nn.grad (Library) on depth 2 completed in 20.49 ms.
Analysis of torch.nn._VF (Library) on depth 2 completed in 1.14 ms.
Analysis of numexpr.__config__ (Library) on depth 5 completed in 1.97 ms.
Import: typing_extensions /Users/malmaud/anaconda3/lib/python3.7/site-packages/typing_extensions.py
Analysis of typing_extensions (Stub) queued. Dependencies: sys (stub)
Analysis of pandas.core.resample (Library) on depth 5 completed in 62.94 ms.
Analysis of torch._jit_internal (Library) on depth 2 completed in 41.69 ms.
Analysis of numexpr.expressions (Library) on depth 5 completed in 41.88 ms.
Analysis of numexpr.necompiler (Library) on depth 5 completed in 44.48 ms.
Analysis of numexpr.version (Library) on depth 5 completed in 0.04 ms.
Analysis of numexpr.interpreter (Compiled) on depth 5 completed in 0.53 ms.
Import: numexpr.tests.test_numexpr /Users/malmaud/anaconda3/lib/python3.7/site-packages/numexpr/tests/test_numexpr.py
Analysis of numexpr.utils (Library) on depth 5 completed in 8.12 ms.
Analysis of numexpr.tests (Library) on depth 5 completed in 7.77 ms.
Analysis of typing_extensions (Library) queued. Dependencies: typing_extensions (stub), abc, collections, contextlib, sys, collections.abc, operator, _collections_abc
Analysis of pandas.core.indexes.frozen (Library) on depth 5 completed in 9.66 ms.
Analysis of numexpr.tests.test_numexpr (Library) queued. Dependencies: os, sys, platform, warnings, contextlib, numpy, numpy.testing, numexpr, unittest, distutils.version, itertools, subprocess, threading, multiprocessing, numexpr.cpuinfo
Analysis of pandas.core.indexes.range (Library) on depth 5 completed in 21.71 ms.
Create compiled (scraped): pyexpat /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of dateutil._version (Library) on depth 6 completed in 0.79 ms.
Analysis of xml.parsers.expat (Library) on depth 5 completed in 1.07 ms.
Import: html.entities /Users/malmaud/anaconda3/lib/python3.7/html/entities.py
Analysis of html.entities (Stub) queued. Dependencies:
Analysis of pyexpat (Compiled) queued. Dependencies: pyexpat (stub)
Analysis of pyexpat (Stub) queued. Dependencies: pyexpat.errors (stub), pyexpat.model (stub)
Import: bs4.builder._htmlparser /Users/malmaud/anaconda3/lib/python3.7/site-packages/bs4/builder/_htmlparser.py
Import: bs4.builder._html5lib /Users/malmaud/anaconda3/lib/python3.7/site-packages/bs4/builder/_html5lib.py
Analysis of bs4.builder._htmlparser (Library) queued. Dependencies: html.parser, sys, warnings, bs4.element, bs4.dammit, bs4.builder, re
Analysis of html.entities (Library) queued. Dependencies: html.entities (stub)
Import: bs4.builder._lxml /Users/malmaud/anaconda3/lib/python3.7/site-packages/bs4/builder/_lxml.py
Analysis of bs4.builder (Library) on depth 2 completed in 34.74 ms.
Analysis of bs4.builder._html5lib (Library) queued. Dependencies: warnings, re, bs4.builder, bs4.element, html5lib, html5lib.constants, html5lib.treebuilders, html5lib.treebuilders.base, bs4
Analysis of bs4.dammit (Library) on depth 2 completed in 35.94 ms.
Analysis of bs4.builder._lxml (Library) queued. Dependencies: collections.abc, collections, io, lxml, lxml.etree, bs4.element, bs4.builder, bs4.dammit
Analysis of bs4.element (Library) on depth 2 completed in 63.91 ms.
Analysis of matplotlib._mathtext_data (Library) on depth 6 completed in 64.9 ms.
Analysis of zipimport (Stub) on depth 7 completed in 0.54 ms.
Import: timeit /Users/malmaud/anaconda3/lib/python3.7/timeit.py
Analysis of timeit (Stub) queued. Dependencies: sys (stub)
Import: sklearn.utils.extmath /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/extmath.py
Create compiled (scraped): sklearn.utils.murmurhash /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/murmurhash.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of sklearn.utils.murmurhash (Compiled) queued. Dependencies:
Analysis of sklearn.utils.multiclass (Library) on depth 3 completed in 7.93 ms.
Analysis of matplotlib.fontconfig_pattern (Library) on depth 6 completed in 9.06 ms.
Analysis of matplotlib.cbook.deprecation (Library) on depth 6 completed in 9.05 ms.
Analysis of timeit (Library) queued. Dependencies: timeit (stub), gc, sys, time, itertools, linecache, traceback, getopt, os, warnings
Import: sklearn.utils.class_weight /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/class_weight.py
Import: scipy.sparse.linalg /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/sparse/linalg/__init__.py
Import: sklearn.utils.deprecation /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/deprecation.py
Analysis of sklearn.utils.class_weight (Library) queued. Dependencies: numpy, sklearn.preprocessing
Analysis of sklearn.utils.extmath (Library) queued. Dependencies: warnings, numpy, scipy, scipy.linalg, scipy.sparse, sklearn.utils, sklearn.utils._logistic_sigmoid, sklearn.utils.sparsefuncs_fast, sklearn.utils.validation
Import: scipy.special /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/special/__init__.py
Analysis of sklearn.utils.validation (Library) on depth 3 completed in 20.41 ms.
Analysis of scipy.sparse.linalg (Library) queued. Dependencies: __future__, scipy.sparse.linalg.isolve, scipy.sparse.linalg.dsolve, scipy.sparse.linalg.interface, scipy.sparse.linalg.eigen, scipy.sparse.linalg.matfuncs, scipy.sparse.linalg._onenormest, scipy.sparse.linalg._norm, scipy.sparse.linalg._expm_multiply, scipy._lib._testutils
Analysis of sklearn.utils.deprecation (Library) queued. Dependencies: warnings, functools
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/groupby.cpython-37m-darwin.pyi
Analysis of pandas._libs.groupby (Compiled) queued. Dependencies:
Import: botocore.vendored.requests.structures /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/structures.py
Import: sklearn.utils._pprint /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/_pprint.py
Import: scipy.misc /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/misc/__init__.py
Analysis of pyexpat.model (Stub) queued. Dependencies:
Analysis of botocore.vendored.requests.structures (Library) queued. Dependencies: collections
Analysis of pyexpat.errors (Stub) queued. Dependencies: sys (stub)
Analysis of scipy.special (Library) queued. Dependencies: __future__, scipy.special.sf_error, scipy.special._ufuncs, scipy.special.basic, scipy.special._logsumexp, scipy.special.specfun, scipy.special.orthogonal, scipy.special.spfun_stats, scipy.special._ellip_harm, scipy.special.lambertw, scipy.special._spherical_bessel, numpy.dual, scipy._lib._testutils
Import: lib2to3.patcomp /Users/malmaud/anaconda3/lib/python3.7/lib2to3/patcomp.py
Import: sklearn.externals._scipy_linalg /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/externals/_scipy_linalg.py
Analysis of scipy.misc (Library) queued. Dependencies: __future__, scipy.misc.doccer, scipy.misc.common, scipy._lib._testutils
Analysis of sklearn.utils (Library) on depth 3 completed in 24.04 ms.
Import: botocore.vendored.requests.packages.urllib3.packages /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/packages/__init__.py
Import: scipy.linalg /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/linalg/__init__.py
Analysis of sklearn.utils._pprint (Library) queued. Dependencies: inspect, pprint, collections, sklearn.base, sklearn._config, sklearn.utils
Analysis of sklearn.externals._scipy_linalg (Library) queued. Dependencies: numpy, scipy, scipy.linalg, scipy.linalg.decomp
Analysis of lib2to3.patcomp (Library) queued. Dependencies: io, lib2to3.pgen2, lib2to3.pgen2.driver, lib2to3.pgen2.literals, lib2to3.pgen2.token, lib2to3.pgen2.tokenize, lib2to3.pgen2.parse, lib2to3.pgen2.grammar, lib2to3, lib2to3.pytree, lib2to3.pygram
Analysis of botocore.vendored.requests.packages.urllib3.packages (Library) queued. Dependencies: __future__, botocore.vendored.requests.packages.urllib3.packages.ssl_match_hostname
Import: botocore.vendored.requests.packages.urllib3.packages.six /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/packages/six.py
Analysis of sklearn.base (Library) on depth 2 completed in 22.44 ms.
Analysis of sklearn.utils._joblib (Library) on depth 3 completed in 0.57 ms.
Analysis of scipy.linalg (Library) queued. Dependencies: __future__, scipy.linalg.linalg_version, scipy.linalg.misc, scipy.linalg.basic, scipy.linalg.decomp, scipy.linalg.decomp_lu, scipy.linalg._decomp_ldl, scipy.linalg.decomp_cholesky, scipy.linalg.decomp_qr, scipy.linalg._decomp_qz, scipy.linalg.decomp_svd, scipy.linalg.decomp_schur, scipy.linalg._decomp_polar, scipy.linalg.matfuncs, scipy.linalg.blas, scipy.linalg.lapack, scipy.linalg.special_matrices, scipy.linalg._solvers, scipy.linalg._procrustes, scipy.linalg._decomp_update, scipy.linalg._sketches, numpy.dual, scipy._lib._testutils
Import: botocore.vendored.requests.packages.urllib3.fields /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/fields.py
Analysis of sklearn.utils.fixes (Library) on depth 3 completed in 26.21 ms.
Import: logging.handlers /Users/malmaud/anaconda3/lib/python3.7/logging/handlers.py
Analysis of botocore.vendored.requests.packages.urllib3.fields (Library) queued. Dependencies: email, email.utils, mimetypes, botocore.vendored.requests.packages.urllib3.packages, botocore.vendored.requests.packages.urllib3.packages.six
Analysis of botocore.vendored.requests.packages.urllib3.packages.six (Library) queued. Dependencies: operator, sys, types, io
Analysis of nose.importer (Library) on depth 7 completed in 5.91 ms.
Analysis of sklearn.utils.metaestimators (Library) on depth 3 completed in 6.38 ms.
Import: socketserver /Users/malmaud/anaconda3/lib/python3.7/socketserver.py
Analysis of logging.handlers (Stub) queued. Dependencies: datetime (stub), logging (stub), socket (stub), ssl (stub), sys (stub), queue (stub)
Analysis of sklearn.metrics.scorer (Library) on depth 2 completed in 10.96 ms.
Analysis of socketserver (Stub) queued. Dependencies: socket (stub), sys (stub), types (stub)
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of sklearn.exceptions (Library) on depth 3 completed in 0.52 ms.
Import: sklearn.preprocessing._function_transformer /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/preprocessing/_function_transformer.py
Analysis of socketserver (Library) queued. Dependencies: socketserver (stub), socket, selectors, os, sys, threading, io, time, traceback
Import: sklearn.preprocessing.data /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/preprocessing/data.py
Analysis of logging.handlers (Library) queued. Dependencies: logging.handlers (stub), logging, socket, os, pickle, struct, time, re, stat, queue, threading, smtplib, email.message, email, email.utils, http, http.client, urllib, urllib.parse, base64
Analysis of sklearn.preprocessing._function_transformer (Library) queued. Dependencies: warnings, sklearn.base, sklearn.utils, sklearn.utils.testing
Import: sklearn.preprocessing._encoders /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/preprocessing/_encoders.py
Import: sklearn.preprocessing.label /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/preprocessing/label.py
Analysis of pandas.core.groupby.groupby (Library) on depth 4 completed in 220.5 ms.
Analysis of pkgutil (Library) on depth 4 completed in 24.58 ms.
Import: sklearn.preprocessing._discretization /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/preprocessing/_discretization.py
Import: sklearn.preprocessing.imputation /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/preprocessing/imputation.py
Analysis of sklearn.preprocessing (Library) on depth 3 completed in 38.82 ms.
Create compiled (scraped): _uuid /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/_uuid.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of pkg_resources.extern (Library) on depth 6 completed in 0.54 ms.
Import: ctypes.util /Users/malmaud/anaconda3/lib/python3.7/ctypes/util.py
Analysis of sklearn.preprocessing._discretization (Library) queued. Dependencies: numbers, numpy, warnings, sklearn.preprocessing, sklearn.base, sklearn.utils.validation, sklearn.cluster
Analysis of sklearn.preprocessing.imputation (Library) queued. Dependencies: warnings, numpy, numpy.ma, scipy, scipy.sparse, scipy.stats, sklearn.base, sklearn.utils, sklearn.utils.sparsefuncs, sklearn.utils.validation
Analysis of _uuid (Compiled) queued. Dependencies:
Analysis of sklearn.preprocessing._encoders (Library) queued. Dependencies: numbers, warnings, numpy, scipy, scipy.sparse, sklearn, sklearn.base, sklearn.utils, sklearn.utils.fixes, sklearn.utils.validation, sklearn.preprocessing.base, sklearn.preprocessing.label
Analysis of sklearn.preprocessing.label (Library) queued. Dependencies: collections, itertools, array, warnings, numpy, scipy, scipy.sparse, sklearn.base, sklearn.utils.sparsefuncs, sklearn.utils, sklearn.utils.validation, sklearn.utils.multiclass
Analysis of ctypes.util (Stub) queued. Dependencies: sys (stub)
Analysis of sklearn.preprocessing.data (Library) queued. Dependencies: itertools, warnings, numpy, scipy, scipy.sparse, scipy.stats, scipy.optimize, scipy.special, sklearn.base, sklearn.utils, sklearn.utils.extmath, sklearn.utils.sparsefuncs_fast, sklearn.utils.sparsefuncs, sklearn.utils.validation, sklearn.preprocessing._csr_polynomial_expansion, sklearn.preprocessing._encoders
Analysis of pkg_resources.py31compat (Library) on depth 6 completed in 8.19 ms.
Analysis of ctypes.util (Library) queued. Dependencies: ctypes.util (stub), os, shutil, subprocess, sys, importlib, importlib.machinery, ctypes.macholib.dyld, ctypes._aix, re, tempfile, struct, ctypes
Analysis of nose.case (Library) on depth 7 completed in 24.32 ms.
Analysis of uuid (Library) on depth 4 completed in 49.36 ms.
Analysis of matplotlib._image (Compiled) on depth 6 completed in 0.25 ms.
Create compiled (scraped): array /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of matplotlib._png (Compiled) on depth 6 completed in 1.07 ms.
Analysis of logging.config (Library) on depth 7 completed in 71.87 ms.
Create compiled (scraped): sklearn.utils._random /Users/malmaud/anaconda3/lib/python3.7/site-packages/sklearn/utils/_random.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of nose.proxy (Library) on depth 7 completed in 11.53 ms.
Analysis of array (Compiled) queued. Dependencies: array (stub)
Analysis of sklearn.utils.random (Library) on depth 3 completed in 11.97 ms.
Analysis of nose.selector (Library) on depth 7 completed in 12.73 ms.
Analysis of sklearn.utils._random (Compiled) queued. Dependencies:
Analysis of sysconfig (Library) on depth 6 completed in 24.29 ms.
Writing cached module: /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/e3ZNRpr4QCdTivBo1HvBHAHRogyEcBjuAI0LYNmfngc=/window.cpython-37m-darwin.pyi
Analysis of pandas._libs.window (Compiled) queued. Dependencies:
Import: scipy.signal /Users/malmaud/anaconda3/lib/python3.7/site-packages/scipy/signal/__init__.py
Import: botocore.vendored.requests.packages.urllib3._collections /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/_collections.py
Import: botocore.vendored.requests.packages.urllib3.request /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/request.py
Analysis of scipy.signal (Library) queued. Dependencies: __future__, scipy.signal.sigtools, scipy.signal.windows, scipy.signal.waveforms, scipy.signal._max_len_seq, scipy.signal._upfirdn, scipy.signal.spline, scipy.signal.bsplines, scipy.signal.filter_design, scipy.signal.fir_filter_design, scipy.signal.ltisys, scipy.signal.lti_conversion, scipy.signal.signaltools, scipy.signal._savitzky_golay, scipy.signal.spectral, scipy.signal.wavelets, scipy.signal._peak_finding, scipy._lib._testutils
Import: botocore.vendored.requests.packages.urllib3.connection /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/connection.py
Analysis of botocore.vendored.requests.packages.urllib3._collections (Library) queued. Dependencies: collections, threading, botocore.vendored.requests.packages.urllib3.packages.ordered_dict, botocore.vendored.requests.packages.urllib3.packages.six
Analysis of botocore.vendored.requests.packages.urllib3.request (Library) queued. Dependencies: urllib.parse, urllib, botocore.vendored.requests.packages.urllib3.filepost
Import: botocore.vendored.requests.packages.urllib3.util.response /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/util/response.py
Import: pathlib2 /Users/malmaud/anaconda3/lib/python3.7/site-packages/pathlib2/__init__.py
Analysis of botocore.vendored.requests.packages.urllib3.util.response (Library) queued. Dependencies:
Analysis of botocore.vendored.requests.packages.urllib3.connection (Library) queued. Dependencies: datetime, sys, socket, warnings, botocore.vendored.requests.packages.urllib3.packages, botocore.vendored.requests.packages.urllib3.packages.six, http.client, ssl, botocore.vendored.requests.packages.urllib3.exceptions, botocore.vendored.requests.packages.urllib3.packages.ssl_match_hostname, botocore.vendored.requests.packages.urllib3.util.ssl_, botocore.vendored.requests.packages.urllib3.util, botocore.vendored.requests.packages.urllib3.util.connection
Import: colorama /Users/malmaud/anaconda3/lib/python3.7/site-packages/colorama/__init__.py
Create compiled (scraped): fcntl /Users/malmaud/anaconda3/lib/python3.7/lib-dynload/fcntl.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/lib-dynload
Analysis of colorama (Library) queued. Dependencies: colorama.initialise, colorama.ansi, colorama.ansitowin32
Analysis of fcntl (Stub) queued. Dependencies: io (stub)
Import: botocore.vendored.requests.certs /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/certs.py
Analysis of fcntl (Compiled) queued. Dependencies: fcntl (stub)
Import: botocore.vendored.requests.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/compat.py
Analysis of botocore.vendored.requests.certs (Library) queued. Dependencies: os, certifi
Import: botocore.vendored.requests.cookies /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/cookies.py
Analysis of botocore.vendored.requests.compat (Library) queued. Dependencies: botocore.vendored.requests.packages, botocore.vendored.requests.packages.chardet, sys, json, urllib, botocore.vendored.requests.packages.urllib3.packages.ordered_dict, urllib.parse, urllib.request, http, http.cookiejar, http.cookies, io, collections
Import: urllib3.packages.ssl_match_hostname /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/packages/ssl_match_hostname/__init__.py
Import: urllib3.connection /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/connection.py
Analysis of urllib3.packages.ssl_match_hostname (Library) queued. Dependencies: sys, ssl, urllib3.packages.ssl_match_hostname._implementation
Import: urllib3.request /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/request.py
Analysis of botocore.vendored.requests.cookies (Library) queued. Dependencies: copy, time, collections, botocore.vendored.requests.compat, threading, dummy_threading
Import: urllib3.util.connection /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/util/connection.py
Analysis of urllib3.request (Library) queued. Dependencies: __future__, urllib3.filepost
Analysis of pathlib2 (Library) queued. Dependencies: ctypes, fnmatch, functools, io, ntpath, os, posixpath, re, six, sys, collections, errno, operator, stat, urllib, urllib.parse, ctypes.wintypes, pwd, grp
Import: urllib3.util.response /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/util/response.py
Analysis of urllib3.connection (Library) queued. Dependencies: __future__, datetime, logging, os, socket, warnings, urllib3.packages, urllib3.packages.six, ssl, urllib3.exceptions, urllib3.packages.ssl_match_hostname, urllib3.util.ssl_, urllib3.util, urllib3.util.connection, urllib3._collections
Analysis of urllib3.util.connection (Library) queued. Dependencies: __future__, socket, urllib3.util.wait, urllib3.contrib, urllib3.contrib._appengine_environ
Import: urllib3.util.queue /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/util/queue.py
Analysis of urllib3.util.response (Library) queued. Dependencies: __future__, urllib3.exceptions
Import: botocore.vendored.requests.packages.urllib3.packages.ssl_match_hostname /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
Analysis of urllib3.util.queue (Library) queued. Dependencies: collections, urllib3.packages, urllib3.packages.six
Import: botocore.vendored.requests.packages.urllib3.util.connection /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/util/connection.py
Analysis of botocore.vendored.requests.packages.urllib3.packages.ssl_match_hostname (Library) queued. Dependencies: ssl, botocore.vendored.requests.packages.urllib3.packages.ssl_match_hostname._implementation
Import: urllib3._collections /Users/malmaud/anaconda3/lib/python3.7/site-packages/urllib3/_collections.py
Analysis of botocore.vendored.requests.packages.urllib3.util.connection (Library) queued. Dependencies: socket, select
Analysis of matplotlib.transforms (Library) on depth 6 completed in 48.97 ms.
Import: PIL._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/_version.py
Analysis of PIL (Library) on depth 6 completed in 7.03 ms.
Analysis of PIL._version (Library) queued. Dependencies:
Create compiled (scraped): kiwisolver /Users/malmaud/anaconda3/lib/python3.7/site-packages/kiwisolver.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: matplotlib.mathtext /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/mathtext.py
Import: botocore.vendored.requests.hooks /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/hooks.py
Analysis of urllib3._collections (Library) queued. Dependencies: __future__, collections.abc, collections, threading, urllib3.exceptions, urllib3.packages.six
Analysis of kiwisolver (Compiled) queued. Dependencies:
Analysis of botocore.vendored.requests.hooks (Library) queued. Dependencies:
Create compiled (scraped): matplotlib._contour /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/_contour.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: botocore.vendored.requests.auth /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/auth.py
Invalidated cached module /Users/malmaud/Library/Caches/Microsoft/Python Language Server/stubs.v3/ZFowdQvTj0_e2bS-ZUUd9Kfo3Q6jaF7NMb0Ln7sSQbA=/_contour.cpython-37m-darwin.pyi. Reason: Cached file does not exist
Import: botocore.vendored.requests.packages.urllib3.util /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/util/__init__.py
Import: botocore.vendored.requests.adapters /Users/malmaud/anaconda3/lib/python3.7/site-packages/botocore/vendored/requests/adapters.py
Analysis of botocore.vendored.requests.packages.urllib3.util (Library) queued. Dependencies: botocore.vendored.requests.packages.urllib3.util.connection, botocore.vendored.requests.packages.urllib3.util.request, botocore.vendored.requests.packages.urllib3.util.response, botocore.vendored.requests.packages.urllib3.util.ssl_, botocore.vendored.requests.packages.urllib3.util.timeout, botocore.vendored.requests.packages.urllib3.util.retry, botocore.vendored.requests.packages.urllib3.util.url
Analysis of pandas.core.window (Library) on depth 5 completed in 309.69 ms.
Import: PIL._util /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/_util.py
Create compiled (scraped): matplotlib.backends._backend_agg /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/backends/_backend_agg.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Analysis of botocore.vendored.requests.auth (Library) queued. Dependencies: os, re, time, hashlib, base64, botocore.vendored.requests.compat, botocore.vendored.requests.cookies, botocore.vendored.requests.utils, botocore.vendored.requests.status_codes
Import: ipywidgets._version /Users/malmaud/anaconda3/lib/python3.7/site-packages/ipywidgets/_version.py
Import: matplotlib.hatch /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/hatch.py
Analysis of matplotlib.backends._backend_agg (Compiled) queued. Dependencies:
Analysis of PIL._util (Library) queued. Dependencies: os, sys
Analysis of ipywidgets._version (Library) queued. Dependencies:
Analysis of matplotlib.path (Library) on depth 6 completed in 19.85 ms.
Analysis of botocore.vendored.requests.adapters (Library) queued. Dependencies: socket, botocore.vendored.requests.models, botocore.vendored.requests.packages.urllib3.poolmanager, botocore.vendored.requests.packages.urllib3.response, botocore.vendored.requests.packages.urllib3.util, botocore.vendored.requests.packages.urllib3.util.retry, botocore.vendored.requests.compat, botocore.vendored.requests.utils, botocore.vendored.requests.structures, botocore.vendored.requests.packages.urllib3.exceptions, botocore.vendored.requests.cookies, botocore.vendored.requests.exceptions, botocore.vendored.requests.auth
Create compiled (scraped): PIL._imaging /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/_imaging.cpython-37m-darwin.so /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: ipywidgets.widgets /Users/malmaud/anaconda3/lib/python3.7/site-packages/ipywidgets/widgets/__init__.py
Analysis of matplotlib.hatch (Library) queued. Dependencies: numpy, matplotlib.path
Analysis of PIL._imaging (Compiled) queued. Dependencies:
Import: IPython.lib.display /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/lib/display.py
Analysis of ipywidgets.widgets (Library) queued. Dependencies: ipywidgets.widgets.widget, ipywidgets.widgets.domwidget, ipywidgets.widgets.valuewidget, ipywidgets.widgets.trait_types, ipywidgets.widgets.widget_core, ipywidgets.widgets.widget_bool, ipywidgets.widgets.widget_button, ipywidgets.widgets.widget_box, ipywidgets.widgets.widget_float, ipywidgets.widgets.widget_int, ipywidgets.widgets.widget_color, ipywidgets.widgets.widget_date, ipywidgets.widgets.widget_output, ipywidgets.widgets.widget_selection, ipywidgets.widgets.widget_selectioncontainer, ipywidgets.widgets.widget_string, ipywidgets.widgets.widget_controller, ipywidgets.widgets.interaction, ipywidgets.widgets.widget_link, ipywidgets.widgets.widget_layout, ipywidgets.widgets.widget_media, ipywidgets.widgets.widget_style, ipywidgets.widgets.widget_templates, ipywidgets.widgets.widget_upload
Analysis of matplotlib._layoutbox (Library) on depth 6 completed in 34.1 ms.
Import: PIL.ImageMode /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/ImageMode.py
Import: IPython.utils.shimmodule /Users/malmaud/anaconda3/lib/python3.7/site-packages/IPython/utils/shimmodule.py
Import: notebook /Users/malmaud/dropbox/code/qa/notebook.py
Import: lib2to3.pgen2.grammar /Users/malmaud/anaconda3/lib/python3.7/lib2to3/pgen2/grammar.py
Analysis of notebook (User) queued. Dependencies: qa, qa.eyetracking
Analysis of matplotlib.backends.backend_agg (Library) on depth 6 completed in 44.09 ms.
Analysis of IPython.utils.shimmodule (Library) queued. Dependencies: sys, types, importlib, IPython.utils.importstring
Analysis of lib2to3.pgen2.grammar (Library) queued. Dependencies: lib2to3.pgen2.grammar (stub), collections, pickle, lib2to3.pgen2, lib2to3.pgen2.token, pprint
Analysis of IPython.lib.display (Library) queued. Dependencies: html, os, IPython.core.display, mimetypes, struct, io, wave, numpy, base64, urllib.parse, urllib, urllib.request, pygments.lexers, pygments, pygments.formatters
Import: lib2to3.pgen2.parse /Users/malmaud/anaconda3/lib/python3.7/lib2to3/pgen2/parse.py
Import: PIL._binary /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/_binary.py
Analysis of PIL.ImageMode (Library) queued. Dependencies: PIL, PIL.Image
Analysis of lib2to3.pgen2.parse (Stub) queued. Dependencies: lib2to3.pgen2.grammar (stub), lib2to3.pytree (stub)
Import: lib2to3.pgen2.pgen /Users/malmaud/anaconda3/lib/python3.7/lib2to3/pgen2/pgen.py
Analysis of lib2to3.pgen2.parse (Library) queued. Dependencies: lib2to3.pgen2.parse (stub), lib2to3.pgen2, lib2to3.pgen2.token
Analysis of matplotlib.collections (Library) on depth 6 completed in 47.58 ms.
Analysis of PIL._binary (Library) queued. Dependencies: struct, PIL._util
Analysis of matplotlib._constrained_layout (Library) on depth 6 completed in 18.41 ms.
Analysis of lib2to3.pgen2.pgen (Stub) queued. Dependencies: lib2to3.pgen2 (stub), lib2to3.pgen2.grammar (stub), lib2to3.pgen2.tokenize (stub)
Analysis of matplotlib.tight_layout (Library) on depth 6 completed in 18.51 ms.
Import: matplotlib.dates /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/dates.py
Import: matplotlib.category /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/category.py
Analysis of matplotlib.axes._subplots (Library) on depth 6 completed in 18.79 ms.
Analysis of matplotlib.category (Library) queued. Dependencies: collections, itertools, numpy, matplotlib, matplotlib.units, matplotlib.ticker
Analysis of lib2to3.pgen2.pgen (Library) queued. Dependencies: lib2to3.pgen2.pgen (stub), lib2to3.pgen2, lib2to3.pgen2.grammar, lib2to3.pgen2.token, lib2to3.pgen2.tokenize
Import: matplotlib.units /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/units.py
Import: PIL.BmpImagePlugin /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/BmpImagePlugin.py
Analysis of matplotlib.mathtext (Library) queued. Dependencies: functools, io, os, types, unicodedata, warnings, numpy, pyparsing, matplotlib, matplotlib._png, matplotlib.cbook, matplotlib.colors, matplotlib.afm, matplotlib.ft2font, matplotlib.font_manager, matplotlib._mathtext_data, matplotlib.backends, matplotlib.backends.backend_agg, matplotlib.figure
Import: matplotlib.quiver /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/quiver.py
Import: chardet.charsetgroupprober /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/charsetgroupprober.py
Import: PIL.GifImagePlugin /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/GifImagePlugin.py
Analysis of matplotlib.units (Library) queued. Dependencies: numbers, numpy, matplotlib.cbook
Analysis of PIL.BmpImagePlugin (Library) queued. Dependencies: PIL, PIL.Image, PIL.ImageFile, PIL.ImagePalette, PIL._binary, math
Analysis of chardet.charsetgroupprober (Library) queued. Dependencies: chardet.enums, chardet.charsetprober
Import: PIL.JpegImagePlugin /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/JpegImagePlugin.py
Import: matplotlib.stackplot /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/stackplot.py
Import: chardet.enums /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/enums.py
Analysis of matplotlib.dates (Library) queued. Dependencies: datetime, functools, logging, math, re, time, warnings, dateutil.rrule, dateutil.relativedelta, dateutil, dateutil.parser, dateutil.tz, numpy, matplotlib, matplotlib.units, matplotlib.cbook, matplotlib.ticker
Analysis of PIL.GifImagePlugin (Library) queued. Dependencies: PIL, PIL.Image, PIL.ImageFile, PIL.ImagePalette, PIL.ImageChops, PIL.ImageSequence, PIL._binary, itertools, copy, os, subprocess, math
Analysis of matplotlib.stackplot (Library) queued. Dependencies: numpy
Import: chardet.escprober /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/escprober.py
Analysis of chardet.enums (Library) queued. Dependencies:
Import: PIL.PpmImagePlugin /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/PpmImagePlugin.py
Analysis of chardet.escprober (Library) queued. Dependencies: chardet.charsetprober, chardet.codingstatemachine, chardet.enums, chardet.escsm
Import: matplotlib.streamplot /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/streamplot.py
Import: chardet.latin1prober /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/latin1prober.py
Import: PIL.PngImagePlugin /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/PngImagePlugin.py
Analysis of PIL.PpmImagePlugin (Library) queued. Dependencies: PIL, PIL.Image, PIL.ImageFile
Analysis of matplotlib.quiver (Library) queued. Dependencies: math, weakref, numpy, numpy.ma, matplotlib, matplotlib.collections, matplotlib.transforms, matplotlib.text, matplotlib.artist, matplotlib.docstring, matplotlib.font_manager, matplotlib.cbook, matplotlib.patches
Analysis of PIL.JpegImagePlugin (Library) queued. Dependencies: __future__, array, struct, io, warnings, PIL, PIL.Image, PIL.ImageFile, PIL.TiffImagePlugin, PIL._binary, PIL.JpegPresets, PIL._util, subprocess, tempfile, os, PIL.MpoImagePlugin
Analysis of chardet.latin1prober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums
Scrape /Users/malmaud/anaconda3/bin/python -W ignore -B -E /Users/malmaud/.vscode/extensions/ms-python.python-2019.10.41019/languageServer.0.4.67/scrape_module.py -u8 matplotlib._contour /Users/malmaud/anaconda3/lib/python3.7/site-packages
Import: matplotlib.table /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/table.py
Import: chardet.mbcsgroupprober /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/mbcsgroupprober.py
Analysis of chardet.mbcsgroupprober (Library) queued. Dependencies: chardet.charsetgroupprober, chardet.utf8prober, chardet.sjisprober, chardet.eucjpprober, chardet.gb2312prober, chardet.euckrprober, chardet.cp949prober, chardet.big5prober, chardet.euctwprober
Analysis of matplotlib.streamplot (Library) queued. Dependencies: numpy, matplotlib, matplotlib.cm, matplotlib.colors, matplotlib.collections, matplotlib.lines, matplotlib.patches
Import: chardet.sbcsgroupprober /Users/malmaud/anaconda3/lib/python3.7/site-packages/chardet/sbcsgroupprober.py
Import: pandas.plotting._matplotlib.compat /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/compat.py
Analysis of chardet.sbcsgroupprober (Library) queued. Dependencies: chardet.charsetgroupprober, chardet.sbcharsetprober, chardet.langcyrillicmodel, chardet.langgreekmodel, chardet.langbulgarianmodel, chardet.langthaimodel, chardet.langhebrewmodel, chardet.hebrewprober, chardet.langturkishmodel
Import: pandas.plotting._matplotlib.style /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/plotting/_matplotlib/style.py
Import: matplotlib.container /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/container.py
Import: PIL.ImagePalette /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/ImagePalette.py
Analysis of pandas.plotting._matplotlib.compat (Library) queued. Dependencies: distutils.version, operator, matplotlib
Analysis of PIL.PngImagePlugin (Library) queued. Dependencies: logging, re, zlib, struct, PIL, PIL.Image, PIL.ImageFile, PIL.ImagePalette, PIL._binary, PIL._util
Analysis of matplotlib.container (Library) queued. Dependencies: matplotlib, matplotlib.cbook, matplotlib.artist
Import: matplotlib.axes._base /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/axes/_base.py
Import: pandas.core.groupby.categorical /Users/malmaud/anaconda3/lib/python3.7/site-packages/pandas/core/groupby/categorical.py
Analysis of matplotlib.table (Library) queued. Dependencies: warnings, matplotlib, matplotlib.artist, matplotlib.cbook, matplotlib.docstring, matplotlib.patches, matplotlib.text, matplotlib.transforms, matplotlib.path
Analysis of pandas.plotting._matplotlib.style (Library) queued. Dependencies: warnings, matplotlib, matplotlib.cm, matplotlib.colors, numpy, pandas.core.dtypes.common, pandas, pandas.core, pandas.core.common, matplotlib.pyplot
Analysis of PIL.ImagePalette (Library) queued. Dependencies: array, PIL, PIL.ImageColor, PIL.GimpPaletteFile, PIL.GimpGradientFile, PIL.PaletteFile, random
Analysis of pandas.core.groupby.categorical (Library) queued. Dependencies: numpy, pandas.core.algorithms, pandas.core.arrays.categorical
Import: PIL.PyAccess /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/PyAccess.py
Analysis of PIL.PyAccess (Library) queued. Dependencies: logging, sys, cffi
Import: PIL.ImageFilter /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/ImageFilter.py
Import: PIL.ImageColor /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/ImageColor.py
Analysis of PIL.ImageFilter (Library) queued. Dependencies: __future__, functools, numpy, PIL, PIL.Image
Analysis of PIL.ImageColor (Library) queued. Dependencies: PIL, PIL.Image, re, colorsys
Analysis of matplotlib.axes._base (Library) queued. Dependencies: collections, itertools, logging, math, numbers, operator, types, warnings, numpy, matplotlib, matplotlib.cbook, matplotlib.docstring, matplotlib.colors, matplotlib.lines, matplotlib.patches, matplotlib.artist, matplotlib.transforms, matplotlib.ticker, matplotlib.axis, matplotlib.scale, matplotlib.spines, matplotlib.font_manager, matplotlib.text, matplotlib.image, matplotlib.offsetbox, matplotlib.legend, matplotlib.rcsetup
Import: PIL.ImageQt /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/ImageQt.py
Analysis of PIL.ImageQt (Library) queued. Dependencies: PIL, PIL.Image, PIL._util, io, sys, PyQt5.QtGui, PyQt5.QtCore
Import: PIL.ImageShow /Users/malmaud/anaconda3/lib/python3.7/site-packages/PIL/ImageShow.py
Analysis of PIL.Image (Library) on depth 6 completed in 153.37 ms.
Analysis of PIL.ImageShow (Library) queued. Dependencies: __future__, PIL, PIL.Image, os, sys, shlex, pipes
Analysis of matplotlib.axes._axes (Library) on depth 6 completed in 144.32 ms.
Import: matplotlib.dviread /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/dviread.py
Analysis of matplotlib.tight_bbox (Library) on depth 6 completed in 1.13 ms.
Import: matplotlib.axis /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/axis.py
Analysis of matplotlib.blocking_input (Library) on depth 6 completed in 2.28 ms.
Import: tornado /Users/malmaud/anaconda3/lib/python3.7/site-packages/tornado/__init__.py
Import: matplotlib.legend_handler /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/legend_handler.py
Import: matplotlib.spines /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/spines.py
Import: tornado.web /Users/malmaud/anaconda3/lib/python3.7/site-packages/tornado/web.py
Analysis of matplotlib.dviread (Library) queued. Dependencies: collections, enum, functools, logging, os, re, struct, subprocess, textwrap, numpy, matplotlib, matplotlib.cbook, sys
Analysis of matplotlib.textpath (Library) on depth 6 completed in 28.78 ms.
Analysis of tornado (Library) queued. Dependencies: __future__
Analysis of matplotlib.texmanager (Library) on depth 6 completed in 29.41 ms.
Import: tornado.ioloop /Users/malmaud/anaconda3/lib/python3.7/site-packages/tornado/ioloop.py
Import: tornado.websocket /Users/malmaud/anaconda3/lib/python3.7/site-packages/tornado/websocket.py
Analysis of matplotlib.spines (Library) queued. Dependencies: warnings, numpy, matplotlib, matplotlib.docstring, matplotlib.artist, matplotlib.transforms, matplotlib.patches, matplotlib.path
Import: matplotlib.backends.backend_webagg_core /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/backends/backend_webagg_core.py
Analysis of matplotlib.projections.geo (Library) on depth 6 completed in 39.77 ms.
Analysis of matplotlib.axis (Library) queued. Dependencies: datetime, logging, warnings, numpy, matplotlib, matplotlib.artist, matplotlib.cbook, matplotlib.font_manager, matplotlib.lines, matplotlib.patches, matplotlib.scale, matplotlib.text, matplotlib.ticker, matplotlib.transforms, matplotlib.units, dateutil, dateutil.tz
Analysis of matplotlib.backend_tools (Library) on depth 6 completed in 48.08 ms.
Import: tornado.template /Users/malmaud/anaconda3/lib/python3.7/site-packages/tornado/template.py
Analysis of tornado.ioloop (Library) queued. Dependencies: __future__, collections, datetime, errno, functools, heapq, itertools, logging, numbers, os, select, sys, threading, time, traceback, math, random, tornado.concurrent, tornado.log, tornado.platform.auto, tornado, tornado.stack_context, tornado.util, signal, concurrent.futures, _thread, asyncio, tornado.platform.asyncio, tornado.gen, tornado.process, tornado.platform.epoll, tornado.platform.kqueue, tornado.platform.select
Analysis of matplotlib.backends.backend_webagg (Library) on depth 6 completed in 57.61 ms.
Analysis of matplotlib._path (Compiled) on depth 6 completed in 0.47 ms.
Analysis of encodings.mbcs (Library) on depth 4 completed in 0.57 ms.
Analysis of tornado.websocket (Library) queued. Dependencies: __future__, base64, hashlib, os, sys, struct, tornado, tornado.escape, tornado.web, zlib, tornado.concurrent, tornado.gen, tornado.httpclient, tornado.httputil, tornado.ioloop, tornado.iostream, tornado.log, tornado.simple_httpclient, tornado.queues, tornado.tcpclient, tornado.util, urllib.parse
Import: matplotlib.tri.triangulation /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tri/triangulation.py
Analysis of matplotlib.projections.polar (Library) on depth 6 completed in 62.2 ms.
Import: matplotlib.tri.tricontour /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tri/tricontour.py
Analysis of tornado.web (Library) queued. Dependencies: __future__, base64, binascii, datetime, email, email.utils, functools, gzip, hashlib, hmac, mimetypes, numbers, os, re, stat, sys, threading, time, tornado, traceback, types, warnings, inspect, io, tornado.concurrent, tornado.escape, tornado.gen, tornado.httputil, tornado.iostream, tornado.locale, tornado.log, tornado.stack_context, tornado.template, tornado.routing, tornado.util, http, http.cookies, urllib, urllib.parse, tornado.ioloop, tornado.autoreload, tornado.httpserver
Analysis of matplotlib.backends.backend_webagg_core (Library) queued. Dependencies: datetime, io, json, os, pathlib, warnings, numpy, tornado, matplotlib.backends, matplotlib.backends.backend_agg, matplotlib.backend_bases, matplotlib, matplotlib._png, matplotlib.pyplot
Analysis of matplotlib.legend_handler (Library) queued. Dependencies: itertools, numpy, matplotlib.lines, matplotlib.patches, matplotlib, matplotlib.collections, matplotlib.colors
Analysis of matplotlib.legend (Library) on depth 6 completed in 84.23 ms.
Import: matplotlib.tri.tritools /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tri/tritools.py
Analysis of tornado.template (Library) queued. Dependencies: __future__, datetime, linecache, os, posixpath, re, threading, tornado, tornado.escape, tornado.log, tornado.util, io
Import: matplotlib.tri.trifinder /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tri/trifinder.py
Analysis of matplotlib.tri.triangulation (Library) queued. Dependencies: numpy, matplotlib, matplotlib._tri, matplotlib._qhull, matplotlib.tri.trifinder
Import: matplotlib.tri.triinterpolate /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tri/triinterpolate.py
Analysis of matplotlib.tri.tricontour (Library) queued. Dependencies: numpy, matplotlib.contour, matplotlib.tri.triangulation, matplotlib, matplotlib._tri
Import: matplotlib.tri.trirefine /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tri/trirefine.py
Analysis of matplotlib.tri.tritools (Library) queued. Dependencies: numpy, matplotlib.tri
Analysis of matplotlib.tri.trifinder (Library) queued. Dependencies: numpy, matplotlib.tri, matplotlib, matplotlib._tri
Analysis of matplotlib._cm (Library) on depth 6 completed in 35.13 ms.
Import: matplotlib.tri.tripcolor /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tri/tripcolor.py
Analysis of matplotlib._cm_listed (Library) on depth 6 completed in 34.23 ms.
Import: matplotlib.tri.triplot /Users/malmaud/anaconda3/lib/python3.7/site-packages/matplotlib/tri/triplot.py
Analysis of matplotlib.tri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment