Skip to content

Instantly share code, notes, and snippets.

@MachineLearningIsEasy
MachineLearningIsEasy / weather_api.py
Created April 27, 2021 18:57
Airflow with Postgresql
import datetime
import time
import requests
import pandas as pd
from airflow import DAG
from airflow.operators.dummy_operator import DummyOperator
from airflow.operators.python_operator import PythonOperator
from airflow.operators.postgres_operator import PostgresOperator
from airflow.models import Variable
import os
@MachineLearningIsEasy
MachineLearningIsEasy / ML_osmnx.ipynb
Created June 26, 2020 19:40
Regression example with geo coordinate as features of a machine learning model. Part 1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MachineLearningIsEasy
MachineLearningIsEasy / ML_osmnx_part_2.ipynb
Created July 3, 2020 11:45
Regression example with geo coordinate and text as features of a machine learning model. Part 2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MachineLearningIsEasy
MachineLearningIsEasy / Satellite_images_example.ipynb
Created September 11, 2020 11:47
Download satellite images from sentelhub
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MachineLearningIsEasy
MachineLearningIsEasy / Seq2Seq_with_pytorch.ipynb
Created October 12, 2020 11:05
Create and train seq2seq model with pytorch
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MachineLearningIsEasy
MachineLearningIsEasy / 3_Тюнинг_модели_отбор_фичей.ipynb
Created October 26, 2020 20:26
NLP grid search, feature selection, grid search
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MachineLearningIsEasy
MachineLearningIsEasy / COCO_data.ipynb
Created May 4, 2021 11:44
COCO data visualization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.