Skip to content

Instantly share code, notes, and snippets.

View menshikh-iv's full-sized avatar
:octocat:
¯\_(ツ)_/¯

Ivan Menshikh menshikh-iv

:octocat:
¯\_(ツ)_/¯
View GitHub Profile

ML Prague: Gensim workshop setup sheet

Please bring your laptop, the workshop is interactive!

Follow the instructions below before coming, to minimize installation delays and make sure you’re ready for our Friday workshop.

Requirements

  • Python 3.5 preferred (but 2.7 should work too)
  • Install dependencies, download datasets and models:
@menshikh-iv
menshikh-iv / show_documentation_pr.js
Created January 8, 2018 15:06
Greasemonkey script that adds a button to the PR page to open the doc generated by CircleCI for this PR
// ==UserScript==
// @name see PR doc on CircleCI
// @namespace lesteve
// @include /https://github.com/RaRe-Technologies/gensim/pull/[0-9]+[^/]*$/
// @grant none
// ==/UserScript==
(function(){
'use strict';
// console.log('Running user script');

Gensim meetup

Intro

Hi guys! My name is Ivan, I'm a maintainer of Gensim project from Yekaterinburg, Russia. It's already night in Yekaterinburg, but I'll try to keep in touch (FIXME add link for chat)

Right now, the main target of Gensim project is documentation. The first stage of this project is docstrings, it's what makes great documentation.

What should I know?

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.