Skip to content

Instantly share code, notes, and snippets.

View SultanOrazbayev's full-sized avatar

Sultan Orazbayev SultanOrazbayev

View GitHub Profile
@SultanOrazbayev
SultanOrazbayev / environment.yml
Last active June 1, 2022 07:52
Snippet to generate hanging xgboost
name: coiled_taxi
channels:
- conda-forge
dependencies:
- python=3.9
- jupyterlab
- jupyterlab_execute_time
- jupyterlab_code_formatter
- black
- isort
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SultanOrazbayev
SultanOrazbayev / README.md
Last active June 4, 2021 10:54
Links for the pre-session on Python and data
@SultanOrazbayev
SultanOrazbayev / introtopython.ipynb
Created June 2, 2021 03:29
IntroToPython.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SultanOrazbayev
SultanOrazbayev / plot_roc.py
Created November 15, 2019 01:44 — forked from code-of-kpp/plot_roc.py
Python pyplot receiver operating characteristic (ROC) curve with colorbar
import numbers
import six
import numpy
import matplotlib.collections
from matplotlib import pyplot
# using example from
# http://nbviewer.ipython.org/github/dpsanders/matplotlib-examples/blob/master/colorline.ipynb