Files
python-VM/bayes-learning/seaborn.sublime-workspace

1662 lines
42 KiB
Plaintext

{
"auto_complete":
{
"selected_items":
[
[
"df",
"df_purchased_sum\tstatement"
],
[
"line",
"linebreak\tfunction"
],
[
"agg",
"aggregate\tfunction"
],
[
"des",
"description_grouped\tstatement"
],
[
"read",
"read_feather\tfunction"
],
[
"q",
"query\tfunction"
],
[
"desc",
"describe"
],
[
"g",
"groupby\tfunction"
],
[
"un",
"unstack\tfunction"
],
[
"rea",
"read_gbq\tfunction"
],
[
"re",
"reset_index"
],
[
"borg",
"borg"
],
[
"log",
"log"
],
[
"conver",
"convert_to_uppercase\tfunction"
],
[
"hell",
"hellow_world\tstatement"
],
[
"__m",
"__name__\tinstance"
],
[
"fu",
"func\tparam"
],
[
"fun",
"functools\tmodule"
],
[
"funct",
"function_call\tfunction"
],
[
"d",
"double_volume\tfunction"
],
[
"s",
"surface_area\tfunction"
],
[
"new",
"new_length\tparam"
],
[
"Cube",
"Cube"
],
[
"area",
"area_2\tfunction"
],
[
"tri",
"tri_area\tfunction"
],
[
"triangle",
"triangle_area\tstatement"
],
[
"bas",
"base_area\tstatement"
],
[
"r",
"return_colour\tfunction"
],
[
"sl",
"slant_height\tparam"
],
[
"heigh",
"height_tripled\tfunction"
],
[
"h",
"height_doubled\tfunction"
],
[
"__in",
"__init__\tfunction"
],
[
"ba",
"base_area"
],
[
"garb",
"garbage_check\tfunction"
],
[
"len",
"length\tparam"
],
[
"__init",
"__init_subclass__\tfunction"
],
[
"Square",
"Square\tclass"
],
[
"se",
"self"
],
[
"list",
"list_of_ips\tstatement"
],
[
"su",
"sub_list\tstatement"
],
[
"def",
"def\tFunction"
],
[
"func",
"function1\tfunction"
]
]
},
"buffers":
[
{
"file": "seaborn-graphing.py",
"settings":
{
"buffer_size": 1387,
"encoding": "UTF-8",
"line_ending": "Unix",
"name": "impot pandas as pd"
}
},
{
"file": "sites.txt",
"settings":
{
"buffer_size": 2223,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"contents": " User ID Gender Age EstimatedSalary Purchased\n0 15582066 Male 40 78000 0\n1 15794493 Male 40 57000 0\n2 15701537 Male 42 149000 1\n3 15628523 Male 35 39000 0\n4 15741094 Male 19 25000 0\n[Finished in 11.7s]",
"settings":
{
"buffer_size": 331,
"line_ending": "Unix",
"name": "Build output",
"scratch": true
}
},
{
"file": "seaborn-descr.py",
"settings":
{
"buffer_size": 2079,
"line_ending": "Unix"
}
},
{
"contents": "import pandas as pd\nimport os\nimport matplotlib\nimport matplotlib.pyplot as plt\n# from sklearn.preprocessing import StandardScaler\nfrom sklearn.model_selection import train_test_split\nimport numpy as np\nfrom scipy.stats import trim_mean, kurtosis\nfrom scipy.stats.mstats import mode, gmean, hmean\n\n\ndef linebreak():\n \"\"\"prints a line break to split up functions\"\"\"\n print('\\n ============================================== \\n')\n\n\nmatplotlib.rcParams['backend'] = 'TkAgg'\nplt.style.use('seaborn-dark-palette')\n\npath = os.getcwd()\ndata_file = str('/data/Social_Network_Ads.csv')\n\ndf = pd.read_csv(path + data_file)\n# df = pd.DataFrame(df)\n\ndf = df.sample(frac=1).reset_index(drop=True)\n\nprint('{} rows. {} cols.'.format(df.shape[0], df.shape[1]))\n\nlinebreak()\nprint(df.iloc[0:10, :])\n\nlinebreak()\nX = df[['Age', 'EstimatedSalary']]\ny = df['Purchased'].to_frame()\n\nprint('X equals:')\nprint(X.iloc[0:5])\nlinebreak()\nprint('y equals:')\nprint(y[0:5])\nlinebreak()\n\nX_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.33)\n\ndescription = df.describe().drop(columns=['User ID'])\n\ndescription_grouped = df.groupby(['Purchased'])\ndescription_grouped_split = description_grouped['Age', 'EstimatedSalary']\\\n .describe().unstack()\ndescription_grouped_mean = description_grouped['Age'].apply(mode, axis=None)\n\ndf_quartile_slary = df.groupby('Purchased')['EstimatedSalary']\\\n .quantile([.1, .5, .9])\ndf_quartile_age = df.groupby('Purchased')['Age'].quantile([.1, .5, .9])\nprint(description)\nlinebreak()\nprint(description_grouped_split)\nlinebreak()\nprint(description_grouped_mean)\nlinebreak()\nprint(df_quartile_slary)\nprint(df_quartile_age)\nlinebreak()\n\n\npd.read_excel()",
"settings":
{
"buffer_size": 1682,
"line_ending": "Unix"
}
}
],
"build_system": "",
"build_system_choices":
[
[
[
[
"Packages/Python/Python.sublime-build",
""
],
[
"Packages/Python/Python.sublime-build",
"Syntax Check"
]
],
[
"Packages/Python/Python.sublime-build",
""
]
]
],
"build_varint": "",
"command_palette":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
[
"",
"Anaconda: Display object docs"
],
[
"Package Control: ",
"Package Control: List Packages"
],
[
"virt",
"Virtualenv: Activate"
],
[
"virtu",
"Virtualenv: Activate"
],
[
"virtual",
"Virtualenv: Activate"
],
[
"virtua",
"Virtualenv: Activate"
],
[
"install",
"Package Control: Install Package"
],
[
"packa",
"Package Control: Install Package"
],
[
"vir",
"Virtualenv: New (venv)"
],
[
"virtualen",
"Virtualenv: Activate"
],
[
"install pa",
"Package Control: Install Package"
],
[
"insta",
"Package Control: Install Package"
],
[
"ins",
"Package Control: Install Package"
],
[
"brow",
"Preferences: Browse Packages"
],
[
"browse",
"Preferences: Browse Packages"
],
[
"remove",
"Package Control: Remove Package"
],
[
"Snippet: ",
"Snippet: For Loop"
],
[
"remo",
"Package Control: Remove Channel"
],
[
"show all",
"SublimeLinter: Show All Errors"
],
[
"prefs",
"Preferences: SublimeLinter Settings"
],
[
"package in",
"Package Control: Install Package"
],
[
"install pack",
"Package Control: Install Package"
],
[
"ayu: Activate theme",
"ayu: Activate theme"
],
[
"Browse Pack",
"Preferences: Browse Packages"
],
[
"Package Control: insta",
"Package Control: Install Package"
]
],
"width": 0.0
},
"console":
{
"height": 250.0,
"history":
[
"sublime.cache_path()",
"import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)"
]
},
"distraction_free":
{
"menu_visible": true,
"show_minimap": false,
"show_open_files": false,
"show_tabs": false,
"side_bar_visible": false,
"status_bar_visible": false
},
"file_history":
[
"/home/dtomlinson/projects/learning/learning.sublime-project",
"/home/dtomlinson/.virtualenvs/bayes-learning/lib/python3.7/site-packages/matplotlib-3.1.0+1003.gfdc7a8c38-py3.7-linux-x86_64.egg/matplotlib/pyplot.py",
"/home/dtomlinson/.virtualenvs/bayes-learning/lib/python3.7/site-packages/pandas/core/frame.py",
"/home/dtomlinson/projects/bayes-learning/seaborn-descr.py",
"/home/dtomlinson/projects/bayes-learning/seaborn.py",
"/home/dtomlinson/.virtualenvs/bayes-learning/lib/python3.7/site-packages/scipy/stats/stats.py",
"/home/dtomlinson/.virtualenvs/bayes-learning/lib/python3.7/site-packages/pandas/core/series.py",
"/home/dtomlinson/.virtualenvs/bayes-learning/lib/python3.7/site-packages/pandas/io/api.py",
"/home/dtomlinson/.virtualenvs/bayes-learning/lib/python3.7/site-packages/pandas/io/excel.py",
"/home/dtomlinson/.virtualenvs/bayes-learning/lib/python3.7/site-packages/pandas/core/groupby/groupby.py",
"/home/dtomlinson/projects/bayes-learning/sites.txt",
"/home/dtomlinson/Downloads/borg-backup-plex-do.sh",
"/home/dtomlinson/Downloads/borg-docker-plex-do.sh",
"/tmp/mozilla_dtomlinson0/borg-docker-plex-do.sh",
"/home/dtomlinson/Downloads/tmp/borg-docker-plex-do.sh",
"/home/dtomlinson/Downloads/tmp/borg-backup-plex-do.sh",
"/home/dtomlinson/Downloads/borg-docker-plex-server.sh",
"/home/dtomlinson/Downloads/borg-docker-plex-download.sh",
"/home/dtomlinson/Downloads/borg-backup-plex-download.sh",
"/home/dtomlinson/Downloads/borg-backup-plex-server.sh",
"/home/dtomlinson/Downloads/credentials.csv",
"/home/dtomlinson/requirements.txt",
"/home/dtomlinson/.config/sublime-text-3/Packages/Anaconda/Anaconda.sublime-settings",
"/home/dtomlinson/.config/sublime-text-3/Packages/User/Anaconda.sublime-settings",
"/home/dtomlinson/projects/learning/super/rectangle-square.py",
"/home/dtomlinson/projects/learning/test.py",
"/home/dtomlinson/projects/temp/temp_1.py",
"/home/dtomlinson/projects/temp/test.py",
"/home/dtomlinson/projects/learning/class-and-object-orianted-python/links.txt",
"/home/dtomlinson/projects/base/base.sublime-project",
"/home/dtomlinson/projects/temp/temp_new.sublime-project",
"/home/dtomlinson/projects/temp/temp.sublime-project",
"/home/dtomlinson/.config/sublime-text-3/Packages/User/ayu-mirage.sublime-theme",
"/home/dtomlinson/.config/sublime-text-3/Packages/User/ayu-dark.sublime-theme",
"/home/dtomlinson/.config/sublime-text-3/Packages/SideBarEnhancements/Side Bar.sublime-settings",
"/home/dtomlinson/.config/sublime-text-3/Packages/User/Python.sublime-settings"
],
"find":
{
"height": 54.0
},
"find_in_files":
{
"height": 0.0,
"where_history":
[
]
},
"find_state":
{
"case_sensitive": true,
"find_history":
[
"df_std",
"description_grouped_mean",
"df_summary",
"df_means",
"np.",
"table",
"TABLE",
"docker/bookstack",
"bookstack",
"'",
"-\"",
"echo \"-----------------------------------------------------------------\"",
"2&1",
">>",
"=================================================================",
"#",
"download",
"/media/plex-server/Borg",
",",
" ",
"arg",
"\n ",
"arg",
"length",
"arg",
"Re",
"arg",
"S",
"arg",
"base",
"arg",
"height",
"base",
"arg",
"length",
"self.",
"colour",
")\n print(\"",
"D",
"d",
"D",
"super",
"cube",
"Cube",
"cube",
"Cube",
"cube",
"Cube",
"cube",
"Triangle",
"arg",
"print",
"length",
"super()",
"print",
"Cube, self",
"arg",
"list",
"weight",
"self.",
"list",
"arg",
"print(\"test\")",
"ip",
"~/.virtualenvs/temp",
"space",
"spaces",
"indent",
"tab",
"Tab",
"FreeMono",
"Source Code Pro",
"PragmataPro Mono Liga"
],
"highlight": true,
"in_selection": false,
"preserve_case": false,
"regex": false,
"replace_history":
[
],
"reverse": false,
"show_context": true,
"use_buffer2": true,
"whole_word": false,
"wrap": true
},
"groups":
[
{
"selected": 0,
"sheets":
[
{
"buffer": 0,
"file": "seaborn-graphing.py",
"semi_transient": false,
"settings":
{
"buffer_size": 1387,
"regions":
{
},
"selection":
[
[
461,
461
]
],
"settings":
{
"SL.116.region_keys":
[
"SL.pyflakes.Highlights.|2bd758de2698e35217d89f2eaa9ba1503cd8b653d3c79b6a776ae614fa644e0c|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|8fafdc82ee904ebcc2c1e2302dfe9bcf77162b4cf5da543d452fb626f7f2d8f8|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|6388aaa9e009dedf8666298ccf83cb75b93ccd42b10fd0680b920ffb4a0da0d4|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot",
"SL.pyflakes.Highlights.|48ffdcf21e9e055f3883fdcd738869aec3e7d4f9444d6033e4ff0b93542cf9f4|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|20ae118aab1690690f0729905ef4c0c51ce4193dcd809f628e933b489552ccf1|region.redish markup.error.sublime_linter|32",
"sublime_linter.protected_regions"
],
"SL.14.region_keys":
[
"SL.pyflakes.Highlights.|8fafdc82ee904ebcc2c1e2302dfe9bcf77162b4cf5da543d452fb626f7f2d8f8|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|6388aaa9e009dedf8666298ccf83cb75b93ccd42b10fd0680b920ffb4a0da0d4|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|2bd758de2698e35217d89f2eaa9ba1503cd8b653d3c79b6a776ae614fa644e0c|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot",
"SL.pyflakes.Highlights.|20ae118aab1690690f0729905ef4c0c51ce4193dcd809f628e933b489552ccf1|region.redish markup.error.sublime_linter|32",
"sublime_linter.protected_regions",
"SL.pyflakes.Highlights.|48ffdcf21e9e055f3883fdcd738869aec3e7d4f9444d6033e4ff0b93542cf9f4|region.redish markup.error.sublime_linter|32"
],
"SL.37.region_keys":
[
"SL.pyflakes.Highlights.|8fafdc82ee904ebcc2c1e2302dfe9bcf77162b4cf5da543d452fb626f7f2d8f8|region.redish markup.error.sublime_linter|32",
"sublime_linter.protected_regions",
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot",
"SL.pyflakes.Highlights.|48ffdcf21e9e055f3883fdcd738869aec3e7d4f9444d6033e4ff0b93542cf9f4|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|6388aaa9e009dedf8666298ccf83cb75b93ccd42b10fd0680b920ffb4a0da0d4|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|20ae118aab1690690f0729905ef4c0c51ce4193dcd809f628e933b489552ccf1|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|2bd758de2698e35217d89f2eaa9ba1503cd8b653d3c79b6a776ae614fa644e0c|region.redish markup.error.sublime_linter|32"
],
"SL.64.region_keys":
[
"SL.pyflakes.Highlights.|8fafdc82ee904ebcc2c1e2302dfe9bcf77162b4cf5da543d452fb626f7f2d8f8|region.redish markup.error.sublime_linter|32",
"sublime_linter.protected_regions",
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot",
"SL.pyflakes.Highlights.|48ffdcf21e9e055f3883fdcd738869aec3e7d4f9444d6033e4ff0b93542cf9f4|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|6388aaa9e009dedf8666298ccf83cb75b93ccd42b10fd0680b920ffb4a0da0d4|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|20ae118aab1690690f0729905ef4c0c51ce4193dcd809f628e933b489552ccf1|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|2bd758de2698e35217d89f2eaa9ba1503cd8b653d3c79b6a776ae614fa644e0c|region.redish markup.error.sublime_linter|32"
],
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python - string - comment - constant.numeric"
},
{
"characters": ".",
"selector": "source.python - string - constant.numeric"
}
],
"auto_name": "impot pandas as pd",
"bracket_highlighter.busy": false,
"bracket_highlighter.clone": -1,
"bracket_highlighter.clone_locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.clone_regions":
[
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content"
],
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content"
],
"syntax": "Packages/Python/Python.sublime-syntax"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 3,
"type": "text"
},
{
"buffer": 1,
"file": "sites.txt",
"semi_transient": false,
"settings":
{
"buffer_size": 2223,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.clone": -1,
"bracket_highlighter.clone_locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.clone_regions":
[
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 4,
"type": "text"
}
]
},
{
"selected": 0,
"sheets":
[
{
"buffer": 2,
"semi_transient": false,
"settings":
{
"buffer_size": 331,
"regions":
{
},
"selection":
[
[
331,
331
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.clone": -1,
"bracket_highlighter.clone_locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.clone_regions":
[
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"default_dir": "/home/dtomlinson/projects/bayes-learning",
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 0,
"type": "text"
},
{
"buffer": 3,
"file": "seaborn-descr.py",
"semi_transient": true,
"settings":
{
"buffer_size": 2079,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"SL.119.region_keys":
[
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot",
"sublime_linter.protected_regions",
"SL.pyflakes.Highlights.|ae78e721a516f160e4773a49e65ea4edd68855983203f7d4cd93f193a576e568|region.redish markup.error.sublime_linter|32"
],
"SL.43.region_keys":
[
"SL.pyflakes.Highlights.|ae78e721a516f160e4773a49e65ea4edd68855983203f7d4cd93f193a576e568|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot",
"sublime_linter.protected_regions"
],
"bracket_highlighter.busy": false,
"bracket_highlighter.clone": -1,
"bracket_highlighter.clone_locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.clone_regions":
[
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content"
],
"syntax": "Packages/Python/Python.sublime-syntax"
},
"translation.x": 0.0,
"translation.y": 54.0,
"zoom_level": 1.0
},
"stack_index": 1,
"type": "text"
},
{
"buffer": 4,
"semi_transient": false,
"settings":
{
"buffer_size": 1682,
"regions":
{
},
"selection":
[
[
1675,
1675
]
],
"settings":
{
"SL.120.region_keys":
[
"SL.pyflakes.Highlights.|6fdfc8443ba624e0c4cc368c753dab42f05d4750c9057f305bbe7b7f3faa88db|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot",
"SL.pyflakes.Highlights.|2df62f53facd1f6887a3c3bddb253fc9ecc8551f5fc36562a657fb717b0a937c|region.redish markup.error.sublime_linter|32",
"SL.pycodestyle.Gutter.|region.yellowish markup.warning.sublime_linter|dot",
"SL.pyflakes.Highlights.|2b7a2e582d8915923bdcb84b9710776cefcc0bad1838cded25988d90efccec84|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|745888f80b355c68538237072975fe385a0da1f07ac51ee5476d7989a0312add|region.redish markup.error.sublime_linter|32",
"SL.pycodestyle.Highlights.|e3ceb86bccdb6b8c53e4ab2460f7e67e3053d6310d8458545506020b3b6cef75|region.yellowish markup.warning.sublime_linter|32",
"SL.pyflakes.Highlights.|a3f969b0bf7811d5742e95eeb1a8d7bec1343ccdca4c1e8a9175d94ae0e19cc7|region.redish markup.error.sublime_linter|32",
"sublime_linter.protected_regions"
],
"SL.17.region_keys":
[
"sublime_linter.protected_regions",
"SL.pyflakes.Highlights.|04f0386525d31276a4301586e08d3ae7dfe9cab1156f5788f29840b796e8fb4e|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot",
"SL.pyflakes.Highlights.|70fa95666830cc98cacbb552c5716d491f0fdce82923e9f98343de7a97dcee15|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|0cbe77eb1f765711e100540cde78cd7a14d7257075c609bd86f0141523136f0a|region.redish markup.error.sublime_linter|32",
"SL.pycodestyle.Highlights.|2fdb05b0369b25ad0f0dfb1ccc9231d16e669f4b96ebfeac6450bf419bedccc4|region.yellowish markup.warning.sublime_linter|32",
"SL.pyflakes.Highlights.|601364772992fdf9368137438c13a6818b50fc4942466a702865e219193e18c6|region.redish markup.error.sublime_linter|32",
"SL.pycodestyle.Gutter.|region.yellowish markup.warning.sublime_linter|dot",
"SL.pyflakes.Highlights.|31709918e965576795a00c63d09c5d49d2d0e80a149c703a42f2fd1d5cccd56a|region.redish markup.error.sublime_linter|32"
],
"SL.60.region_keys":
[
"sublime_linter.protected_regions",
"SL.pycodestyle.Gutter.|region.yellowish markup.warning.sublime_linter|dot",
"SL.pyflakes.Highlights.|7df35ad779575cd958be1167a5c2e2f4045a24c4a028eb7899f5ca0af115962f|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|db91ccc3dcda86f09fd589252044cd102e001875483e7abf447b669762224505|region.redish markup.error.sublime_linter|32",
"SL.pycodestyle.Highlights.|66502429e0646fe29588b71a3caddbfa2548fa7a91f4bc83f5ab4b8bddbcda35|region.yellowish markup.warning.sublime_linter|32",
"SL.pyflakes.Highlights.|847aec70c40e7ff6972141d63a35b0ed2755af6321ca19aa585269f208357795|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|b64522ba5949896651620de9b613488a482c4078bfca744c097ceb07193dbb53|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|865c6422910ecef457525228a516dbf351a0876c01660fad7c2b6c6afd52a58e|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot"
],
"SL.68.region_keys":
[
"SL.pyflakes.Gutter.|region.redish markup.error.sublime_linter|dot",
"sublime_linter.protected_regions",
"SL.pyflakes.Highlights.|0d161feb1ab7276210f7cb302c4081fc22de927d1d9cc74fddf92a6c3e9effc9|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|8167832af49c663c5bf8b0a44dae23c45cd10b6a30a3da0f42799eec2196d91b|region.redish markup.error.sublime_linter|32",
"SL.pycodestyle.Highlights.|edc990df5cde3361c44a15dee92e069e74e045a4b236e0716e321c04ba1a6bf0|region.yellowish markup.warning.sublime_linter|32",
"SL.pyflakes.Highlights.|278935202cc2339d722640e379977bf1035357b87b529403196bff7ba782c0a3|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|13b36ff636df2e2f662bf4dec55e79dc98b10bab1d21c569e27667a9a16fe76c|region.redish markup.error.sublime_linter|32",
"SL.pyflakes.Highlights.|102f5bc3bb88ad2728aa21ced157cbe668db19d2f445f6bde7cdceee33021f0e|region.redish markup.error.sublime_linter|32",
"SL.pycodestyle.Gutter.|region.yellowish markup.warning.sublime_linter|dot"
],
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python - string - comment - constant.numeric"
},
{
"characters": ".",
"selector": "source.python - string - constant.numeric"
},
{
"characters": ".",
"selector": "source.python - string - constant.numeric"
},
{
"characters": ".",
"selector": "source.python - string - constant.numeric"
}
],
"bracket_highlighter.busy": false,
"bracket_highlighter.clone": -1,
"bracket_highlighter.clone_locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.clone_regions":
[
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content"
],
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content"
],
"default_dir": "/home/dtomlinson/projects/bayes-learning",
"syntax": "Packages/Python/Python.sublime-syntax"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 2,
"type": "text"
}
]
}
],
"incremental_find":
{
"height": 29.0
},
"input":
{
"height": 51.0
},
"layout":
{
"cells":
[
[
0,
0,
1,
1
],
[
1,
0,
2,
1
]
],
"cols":
[
0.0,
0.562325367646,
1.0
],
"rows":
[
0.0,
1.0
]
},
"menu_visible": true,
"output.SublimeLinter":
{
"height": 0.0
},
"output.exec":
{
"height": 245.0
},
"output.find_results":
{
"height": 0.0
},
"output.unsaved_changes":
{
"height": 132.0
},
"pinned_build_system": "Packages/Virtualenv/Python + Virtualenv.sublime-build",
"project": "/home/dtomlinson/projects/learning/learning.sublime-project",
"replace":
{
"height": 54.0
},
"save_all_on_build": true,
"select_file":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"select_project":
{
"height": 500.0,
"last_filter": "",
"selected_items":
[
[
"",
"~/projects/learning/learning.sublime-project"
]
],
"width": 380.0
},
"select_symbol":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"selected_group": 1,
"settings":
{
"last_automatic_layout":
[
[
0,
0,
1,
1
],
[
1,
0,
2,
1
]
]
},
"show_minimap": true,
"show_open_files": true,
"show_tabs": true,
"side_bar_visible": true,
"side_bar_width": 220.0,
"status_bar_visible": true,
"template_settings":
{
"max_columns": 2
}
}