EA-215137 Move resources for ml completion

GitOrigin-RevId: 88aefbefcd569216dd8357a65da9cd98802caf1f
This commit is contained in:
andrey.matveev
2019-10-24 13:27:37 +07:00
committed by intellij-monorepo-bot
parent 43b9a18d15
commit a7a7d2d05c
4 changed files with 3 additions and 3 deletions

View File

@@ -1,146 +0,0 @@
{
"ArithmeticError": "91703",
"AssertionError": "4097502",
"AttributeError": "17946073",
"BaseException": "817655",
"BlockingIOError": "85523",
"BrokenPipeError": "70049",
"BufferError": "56535",
"BytesWarning": "92933",
"ChildProcessError": "22617",
"ConnectionAbortedError": "24847",
"ConnectionError": "1316283",
"ConnectionRefusedError": "53069",
"DeprecationWarning": "4567487",
"EOFError": "1056232",
"Ellipsis": "1811165",
"EnvironmentError": "843393",
"Exception": "7988497",
"False": "9466652",
"GeneratorExit": "191492",
"IOError": "8496919",
"ImportError": "24052878",
"ImportWarning": "114445",
"IndentationError": "98995",
"IndexError": "6316971",
"InterruptedError": "52984",
"IsADirectoryError": "30141",
"KeyError": "15691418",
"KeyboardInterrupt": "2136829",
"LookupError": "3175520",
"MemoryError": "289992",
"ModuleNotFoundError": "69464",
"NameError": "4661606",
"None": "15094910",
"NotADirectoryError": "174253",
"NotImplemented": "2862734",
"NotImplementedError": "11818775",
"OSError": "7690825",
"OverflowError": "2229481",
"PermissionError": "285719",
"ProcessLookupError": "28033",
"RecursionError": "69290",
"ReferenceError": "106086",
"RuntimeError": "6855604",
"RuntimeWarning": "2123476",
"StopAsyncIteration": "81108",
"StopIteration": "3369541",
"SyntaxError": "2969737",
"SystemExit": "1456897",
"TabError": "19238",
"TimeoutError": "845417",
"True": "8588319",
"TypeError": "20427725",
"UnicodeDecodeError": "2794619",
"UnicodeEncodeError": "2330952",
"UnicodeWarning": "51970",
"UserWarning": "1362180",
"ValueError": "37941901",
"Warning": "5215820",
"ZeroDivisionError": "838238",
"abs": "3595055",
"all": "5675083",
"any": "4899494",
"ascii": "8938524",
"bin": "11047599",
"bool": "3114757",
"breakpoint": "247856",
"bytearray": "2538221",
"bytes": "4449642",
"callable": "10605819",
"chr": "3873242",
"classmethod": "11665146",
"compile": "9116885",
"complex": "3529057",
"copyright": "3348736",
"credits": "562878",
"delattr": "1667305",
"dict": "36284100",
"dir": "6182726",
"display": "2331179",
"divmod": "1437920",
"enumerate": "13547181",
"eval": "3647304",
"exec": "3382557",
"filter": "3611609",
"float": "4781070",
"format": "6671531",
"frozenset": "4721800",
"get_ipython": "245416",
"getattr": "29286290",
"globals": "4574037",
"hasattr": "27715883",
"hash": "3901610",
"help": "4866489",
"hex": "3618618",
"id": "3562397",
"input": "5493655",
"int": "3812010",
"isinstance": "45047399",
"issubclass": "3707342",
"iter": "15037340",
"license": "4284718",
"list": "7371657",
"locals": "5352992",
"map": "4339489",
"max": "4228645",
"min": "3036633",
"next": "3719673",
"object": "7557283",
"oct": "2024932",
"open": "7558164",
"ord": "5972467",
"pow": "1733939",
"print": "14794928",
"property": "5329991",
"range": "9386482",
"repr": "21379514",
"reversed": "5899049",
"round": "2324175",
"set": "5996846",
"setattr": "9558916",
"slice": "2856102",
"sorted": "8573626",
"staticmethod": "8796111",
"str": "14413884",
"sum": "5872402",
"super": "10007968",
"tuple": "26053925",
"type": "2597927",
"vars": "3948578",
"zip": "9498512",
"FileNotFoundError": "714561",
"FloatingPointError": "148032",
"FutureWarning": "1194531",
"PendingDeprecationWarning": "435208",
"ResourceWarning": "327583",
"SyntaxWarning": "357594",
"SystemError": "573236",
"UnboundLocalError": "253958",
"UnicodeError": "2529091",
"UnicodeTranslateError": "158945",
"len": "15165596",
"memoryview": "1259778",
"ConnectionResetError": "46649",
"FileExistsError": "25323"
}

View File

@@ -1,455 +0,0 @@
{
"abc": "4825560",
"aifc": "64389",
"argparse": "3564895",
"ast": "1883559",
"asynchat": "49169",
"asyncio": "492565",
"base64": "3270099",
"bdb": "91144",
"binhex": "21215",
"bisect": "822678",
"bz2": "1550530",
"calendar": "1122340",
"cgi": "2015950",
"cgitb": "72847",
"chunk": "3658061",
"cmd": "3836095",
"code": "4404404",
"codecs": "7093687",
"codeop": "62255",
"collections": "8393795",
"colorsys": "64688",
"compileall": "301602",
"concurrent": "959856",
"configparser": "2546972",
"contextlib": "3519930",
"copy": "4633743",
"copyreg": "684357",
"crypt": "341557",
"csv": "4236778",
"ctypes": "4601383",
"curses": "220784",
"datetime": "10226202",
"dbm": "667595",
"decimal": "5632028",
"difflib": "519959",
"dis": "972522",
"distutils": "9473824",
"doctest": "1959211",
"dummy_threading": "823807",
"email": "3752949",
"encodings": "5362205",
"ensurepip": "157860",
"enum": "879914",
"filecmp": "71201",
"fileinput": "348112",
"fnmatch": "1379954",
"formatter": "2983331",
"fractions": "568689",
"ftplib": "83298",
"functools": "8171136",
"genericpath": "130244",
"getopt": "921245",
"getpass": "773846",
"gettext": "2600225",
"glob": "4573308",
"gzip": "2294420",
"hashlib": "4007141",
"heapq": "296928",
"hmac": "1249521",
"html": "3735626",
"http": "4976301",
"idlelib": "253758",
"imaplib": "44646",
"imghdr": "39084",
"imp": "3209211",
"importlib": "3546409",
"inspect": "4021345",
"io": "2772085",
"ipaddress": "1574714",
"json": "5583751",
"keyword": "8787076",
"linecache": "514739",
"locale": "2167813",
"logging": "9834339",
"lzma": "263660",
"macpath": "51960",
"mailbox": "167839",
"mailcap": "17874",
"mimetypes": "1721034",
"multiprocessing": "1035515",
"netrc": "500583",
"nntplib": "36749",
"numbers": "3408834",
"opcode": "553410",
"operator": "5165394",
"optparse": "2460643",
"os": "15058627",
"pathlib": "614053",
"pdb": "1741724",
"pickle": "5664100",
"pickletools": "27564",
"pipes": "821639",
"pkgutil": "886109",
"platform": "4297599",
"plistlib": "310913",
"posixpath": "1617134",
"pprint": "2330521",
"profile": "2127856",
"pstats": "151054",
"pty": "204989",
"pyclbr": "25498",
"pydoc": "308415",
"queue": "1800221",
"random": "5116930",
"re": "8764832",
"reprlib": "778378",
"rlcompleter": "116453",
"runpy": "63386",
"sched": "180656",
"secrets": "242674",
"selectors": "442312",
"shelve": "99233",
"shutil": "5861284",
"signal": "2563016",
"site": "4122451",
"smtpd": "28239",
"smtplib": "245086",
"sndhdr": "27051",
"socket": "5444958",
"sqlite3": "1938067",
"sre_compile": "102938",
"sre_constants": "420116",
"sre_parse": "119196",
"ssl": "5092887",
"stat": "2702295",
"statistics": "1522834",
"string": "5907908",
"stringprep": "64018",
"struct": "703504",
"subprocess": "6502376",
"sunau": "23980",
"symbol": "1948758",
"sysconfig": "2605051",
"tabnanny": "30657",
"tarfile": "1064268",
"tempfile": "5645670",
"test": "7176969",
"textwrap": "2462538",
"this": "5625236",
"threading": "5495060",
"timeit": "323442",
"tkinter": "1641158",
"token": "5072828",
"tokenize": "1667475",
"trace": "2161727",
"traceback": "7998690",
"tty": "1046367",
"turtle": "209329",
"types": "4669769",
"typing": "2435741",
"unittest": "9272222",
"urllib": "8459040",
"uu": "478665",
"uuid": "2305400",
"venv": "1885848",
"warnings": "10181981",
"wave": "378309",
"weakref": "2676894",
"webbrowser": "287672",
"wsgiref": "395588",
"xdrlib": "20738",
"xml": "2503043",
"xmlrpc": "1097971",
"zipfile": "2969945",
"array": "1631116",
"binascii": "1246935",
"cmath": "193920",
"fcntl": "569952",
"grp": "633503",
"math": "2929007",
"mmap": "320579",
"nis": "249426",
"parser": "9779012",
"pyexpat": "53693",
"readline": "5192320",
"resource": "2239516",
"select": "2891264",
"syslog": "141478",
"termios": "373862",
"unicodedata": "825980",
"zlib": "1713544",
"Crypto": "1678886",
"Cython": "1041820",
"IPython": "1847138",
"OpenSSL": "1897935",
"PIL": "1729097",
"appnope": "11784",
"astropy": "164004",
"attr": "4253636",
"babel": "241096",
"backports": "1118218",
"bitarray": "55192",
"bkcharts": "1453",
"bokeh": "141345",
"boto": "721924",
"bottleneck": "207747",
"bs4": "706564",
"certifi": "470249",
"cffi": "257756",
"chardet": "1320519",
"click": "952160",
"cloudpickle": "25723",
"clyent": "479",
"colorama": "787188",
"conda": "113148",
"conda_env": "4251",
"contextlib2": "7668",
"crayons": "5063",
"cryptography": "822296",
"curl": "504274",
"cycler": "161848",
"cython": "1039848",
"cytoolz": "10144",
"dateutil": "703339",
"decorator": "6307668",
"defusedxml": "74959",
"distributed": "4300583",
"docutils": "819211",
"easy_install": "1628694",
"entrypoints": "187805",
"fastcache": "954",
"filelock": "147267",
"flask": "2766881",
"future": "17993404",
"gevent": "322895",
"gmpy2": "7576",
"googlesearch": "5613",
"greenlet": "311442",
"h5py": "212359",
"heapdict": "514",
"html5lib": "1210725",
"imagesize": "29244",
"ipykernel": "88338",
"ipykernel_launcher": "1952",
"ipython_genutils": "173123",
"ipywidgets": "32171",
"isort": "467121",
"itsdangerous": "152054",
"jdcal": "2768",
"jinja2": "1591586",
"joblib": "339413",
"jsonschema": "90803",
"jupyter": "446911",
"jupyter_client": "119594",
"jupyter_console": "11589",
"jupyterlab_server": "235",
"kiwisolver": "7998",
"latex_envs": "140",
"lazy_object_proxy": "8394",
"libarchive": "2087",
"lief": "5096",
"llvmlite": "12906",
"locket": "971",
"lxml": "1478228",
"markupsafe": "279514",
"matplotlib": "4659496",
"mistune": "7837",
"mkl": "100823",
"mkl_fft": "195",
"mkl_random": "204",
"mpmath": "150433",
"msgpack": "447250",
"multipledispatch": "3633",
"nbconvert": "93197",
"nbformat": "131244",
"nose": "1433742",
"notebook": "658625",
"numba": "90680",
"numpy": "19974881",
"olefile": "36599",
"packaging": "3509418",
"pandas": "4989645",
"parso": "85557",
"partd": "2025",
"past": "1586840",
"path": "8664246",
"patsy": "24301",
"pep8": "338769",
"pickleshare": "6483",
"pip": "12761481",
"pkg_resources": "5271416",
"pkginfo": "245423",
"ply": "236703",
"prompt_toolkit": "230833",
"psutil": "125015",
"ptyprocess": "19193",
"py": "28755743",
"pycodestyle": "10817",
"pycparser": "79197",
"pygments": "1584571",
"pylab": "705087",
"pylint": "5665786",
"pyodbc": "201426",
"pyparsing": "1094617",
"pytest": "4021481",
"qtawesome": "1058",
"qtconsole": "77261",
"qtpy": "21256",
"requests": "5653001",
"rope": "120739",
"ruamel_yaml": "1847",
"scripts": "3126807",
"selenium": "777620",
"send2trash": "11417",
"setuptools": "8505203",
"simplegeneric": "22468",
"singledispatch": "64751",
"singledispatch_helpers": "1606",
"sip": "263966",
"six": "19193469",
"skimage": "229294",
"sklearn": "2166527",
"snowballstemmer": "29818",
"socks": "662003",
"sortedcollections": "137",
"sortedcontainers": "5910",
"sphinx": "806610",
"spyder": "39671",
"spyder_io_dcm": "8",
"spyder_io_hdf5": "32",
"spyder_kernels": "473",
"sqlalchemy": "3439798",
"statsmodels": "192345",
"sympy": "425601",
"tables": "2298727",
"tblib": "41039",
"terminado": "13845",
"test_data": "535277",
"test_path": "196760",
"test_pycosat": "79",
"testpath": "48598",
"tlz": "132970",
"toolz": "41772",
"tornado": "585566",
"tqdm": "192129",
"traitlets": "339670",
"ujson": "35339",
"urllib3": "5674917",
"webdriver_manager": "1195",
"webencodings": "680508",
"werkzeug": "2406668",
"wheel": "4473718",
"widgetsnbextension": "719",
"wrapt": "22096",
"wurlitzer": "261",
"xlrd": "150541",
"xlsxwriter": "90018",
"xlwt": "120170",
"yaml": "999155",
"zict": "340",
"zipp": "2156",
"zmq": "312092",
"aem": "8188",
"osax": "1384",
"autoreload": "199049",
"storemagic": "10864",
"tests": "7724507",
"cProfile": "187159",
"contextvars": "4071",
"ntpath": "252049",
"antigravity": "4794",
"dataclasses": "23819",
"nturl2path": "29377",
"py_compile": "256028",
"shlex": "1437672",
"socketserver": "825884",
"symtable": "34422",
"telnetlib": "46194",
"turtledemo": "16178",
"zipapp": "6514",
"PyQt5": "376862",
"anaconda_project": "2032",
"asn1crypto": "51850",
"backcall": "3279",
"bleach": "34807",
"glob2": "80024",
"idna": "1404114",
"imageio": "41661",
"jedi": "235285",
"keyring": "224396",
"libfuturize": "115185",
"libpasteurize": "21102",
"mccabe": "27540",
"more_itertools": "13538",
"networkx": "544173",
"nltk": "891185",
"numexpr": "123485",
"numpydoc": "22955",
"openpyxl": "360983",
"pandocfilters": "3253",
"pycosat": "1039",
"pyflakes": "323028",
"lib2to3": "706610",
"modulefinder": "61072",
"pydoc_data": "12764",
"audioop": "49832",
"alabaster": "45272",
"atomicwrites": "3222",
"importlib_metadata": "1200",
"jupyter_core": "45846",
"jupyter_highlight_selected_word": "33",
"jupyter_nbextensions_configurator": "190",
"jupyterlab": "2929",
"pathlib2": "22387",
"pexpect": "126623",
"pluggy": "16398",
"pyrsistent": "8510",
"pytest_doctestplus": "39",
"pytz": "1026894",
"pywt": "13310",
"scipy": "4704023",
"sipdistutils": "201",
"sockshandler": "1936",
"sphinxcontrib": "33000",
"spyder_pylint": "90",
"unicodecsv": "13042",
"wcwidth": "16867",
"xlwings": "2566",
"mactypes": "2844",
"cythonmagic": "979",
"poplib": "27593",
"quopri": "135729",
"tracemalloc": "39733",
"xxlimited": "3673",
"astroid": "570461",
"binstar_client": "2952",
"conda_build": "2157",
"et_xmlfile": "4722",
"isympy": "1402",
"jupyter_contrib_nbextensions": "568",
"prometheus_client": "6300",
"pvectorc": "421",
"pycurl": "41211",
"pytest_arraydiff": "5",
"pytest_remotedata": "75",
"pyximport": "9634",
"seaborn": "190723",
"sipconfig": "2437",
"soupsieve": "13375",
"spyder_breakpoints": "90",
"appscript": "18292",
"rmagic": "5924",
"tensorflow": "4587890",
"pytorch": "14746",
"asyncore": "104965",
"anaconda_navigator": "1321",
"conda_verify": "55",
"dask": "63502",
"jupyter_contrib_core": "210",
"navigator_updater": "139",
"pytest_openfiles": "13",
"spyder_profiler": "88",
"sympyprinting": "2795"
}

View File

@@ -1,39 +0,0 @@
{
"False": 1,
"None": 2,
"True": 3,
"and": 4,
"as": 5,
"assert": 6,
"async": 7,
"await": 8,
"break": 9,
"class": 10,
"continue": 11,
"def": 12,
"del": 13,
"elif": 14,
"else": 15,
"except": 16,
"finally": 17,
"for": 18,
"from": 19,
"global": 20,
"if": 21,
"import": 22,
"in": 23,
"is": 24,
"lambda": 25,
"nonlocal": 26,
"not": 27,
"or": 28,
"pass": 29,
"raise": 30,
"return": 31,
"try": 32,
"while": 33,
"with": 34,
"yield": 35,
"print": 36,
"exec": 37
}