Skip to content

Instantly share code, notes, and snippets.

@t8ch
t8ch / minimal_ds_env.yml
Last active May 29, 2020 06:47
basic data science env for conda
name: minimal_ds
channels:
- conda-forge
dependencies:
- pandas
- scikit-learn
- matplotlib
- scipy
- jupyterlab
- numpy
@t8ch
t8ch / find_placeholders.py
Created November 5, 2019 21:07
function that finds operations in between numbers such that equation is satisfied
from numpy import *
import itertools
__all__ = ['find_placeholders']
__author__ = "Tim Herfurth <timherfurth87@gmail.com>"
# # function that finds operations in between numbers such that equation is satisfied
# possible operations