Skip to content

Instantly share code, notes, and snippets.

View loleg's full-sized avatar

Oleg Lavrovsky loleg

View GitHub Profile
@loleg
loleg / Abalone-ML-DataPackage-example.ipynb
Created January 28, 2019 15:58
An example of using DataHub and the Frictionless Data libraries with the Keras library for Machine Learning
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Thema Kategorie Jahr Amount
Betriebsertrag Erträge aus Mitgliederbeiträge 2015 15700.00
Betriebsertrag Erträge aus Mitgliederbeiträge 2016 17979.45
Betriebsertrag Erträge aus Mitgliederbeiträge 2017 18720.00
Betriebsertrag Erträge aus Mitgliederbeiträge 2018 17035.70
Betriebsertrag Erträge aus Konferenzen 2015 42109.81
Betriebsertrag Erträge aus Konferenzen 2016 45150.88
Betriebsertrag Erträge aus Konferenzen 2017 53137.67
Betriebsertrag Erträge aus Konferenzen 2018 40000.00
Betriebsertrag Erträge aus Projekten 2015 10022.59
@loleg
loleg / datapackage.json
Created December 9, 2018 22:24
World map of Impact Hub locations, republished as a Data Package from impacthub.net
{
"profile": "tabular-data-package",
"resources": [
{
"name": "worldmap-geojson",
"path": "impacthub-worldmap.geojson",
"spatial-profile": "simple-vector",
"type": "fill",
"format": "geojson"
},
@loleg
loleg / datapackage.json
Last active December 3, 2018 13:40
List of members of the Swiss parliament attached to the Parldigi (Parlamentarische Gruppe Digitale Nachhaltigkeit)
{
"profile": "tabular-data-package",
"resources": [
{
"name": "mitglieder",
"path": "parldigi.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
@loleg
loleg / scratchbook.ipynb
Last active November 25, 2018 09:34
(WIP) Röstigrabendetektor #plurilinguism hack
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@loleg
loleg / opendata.ch_flowchart.svg
Last active March 6, 2020 12:03
Flowchart diagram of Opendata.ch made with Mermaid.js
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@loleg
loleg / in_pursuit_of_fair_co-creation.svg
Last active August 15, 2024 13:40
Does the investment of time vs. perceived gain balance out in your favor? A handy hacky flowchart for hackathon-goers-to-be. See https://hacknight.dinacon.ch/project/23
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@loleg
loleg / .block
Last active June 25, 2018 07:46
TTN Vega-Lite Example
license: bsd-3-clause
border: no
scrolling: no
height: NaN
@loleg
loleg / avalanche_switzerland_mapboxgl.ipynb
Last active February 25, 2018 00:42
Avalanches in Switzerland visualized with the Mapboxgl-Jupyter Python Library
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@loleg
loleg / classification.ipynb
Last active February 16, 2018 08:32
An experiment with PyTorch, Torchvision, RESNET18 and melted cheese
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.