Skip to content

Instantly share code, notes, and snippets.

View alexwolson's full-sized avatar

Alex Olson alexwolson

  • Centre for Analytics and Artificial Intelligence Engineering
  • Toronto, Canada
View GitHub Profile
original: ['bubble', 'bubble tea', 'tea', 'plaza', 'super', 'quite', 'weekends', 'popular', 'come', 'gets', 'flavours', 'loved', 'fast', 'getting', 'line', 'usually', 'places', 'busy', 'place', 'long', 'times', 'overall', 'pretty', 'came', 've', 'like']
prediction lost: {'overall', 'loved'}
prediction gained: {'expect', 'actually', 'big', 'makes', 'little', 'does', 'definitely', 'bit', 'delicious', 'decent', 'want', 'yummy', 'afternoon', 'limited', 'shops', 'seating', 'drinks', 'good', 'service', 'great', 'area', 'just', 'recommend', 'located', 'worth', 'person', 'friendly', 'tried', 'especially', 'summer', '30', 'selection', 'wait', 'number', 'mango', 'order', 'pretty good', 'people', 'small', 'best', 'think', 'time', 'really', 'll', 'ice', 'nice', 'love', 'thing', 've tried', 'probably', 'milk'}
price lost: {'want', 'think', 'summer', 'wait', 'love'}
price gained: set()
dist lost: {'think', 'just', 'love'}
dist gained: {'night', 'flavourful'}
rating lost: {'friendly', 'want', 'yummy', 'summer', 'popular', '
@alexwolson
alexwolson / setup.md
Last active July 31, 2024 16:14
Set up Anaconda on Windows or macOS

Getting Anaconda Python set up and installed

1. Downloading the installer

macOS

First off, we need to download the script which will be used to install Anaconda. Download this file and save it in your Downloads folder, either using your web browser or by entering the command curl https://repo.anaconda.com/archive/Anaconda3-2019.03-MacOSX-x86_64.sh -o ~/Downloads/Anaconda3-2019.03-MacOSX-x86_64.sh into your terminal. Either way, the file is quite large (around half a gigabyte) and could take some time to download depending on your connection, so do this as soon as possible.

Windows

Unlike with macOS, we need to use a graphical installer to set up Anaconda on Windows. You can download that here. The file is quite large so it could take some time to install depending on your connection.