Skip to content

Instantly share code, notes, and snippets.

View inc0's full-sized avatar
🏠
Working from home

Michał Jastrzębski inc0

🏠
Working from home
View GitHub Profile
@inc0
inc0 / resume.md
Last active August 25, 2022 03:27
resume

Michal Jastrzebski

  • Address: 16565 SW Wright st. 97007 Aloha, OR
  • Phone: +1 210 941 5778
  • Email: inc007@gmail.com

Education

EggHatchSpeedMultiplier=20
BabyMatureSpeedMultiplier=25
BabyFoodConsumptionSpeedMultiplier=1.0
BabyImprintingStatScaleMultiplier=1.0
BabyCuddleIntervalMultiplier=0.14
BabyCuddleGracePeriodMultiplier=2.0
BabyCuddleLoseImprintQualitySpeedMultiplier=.5
BabyImprintingStatScaleMultiplier=4
BabyCuddleIntervalMultiplier=4
BabyCuddleGracePeriodMultiplier=4
BabyCuddleLoseImprintQualitySpeedMultiplier=4
BabyMatureSpeedMultiplier=4
EggHatchSpeedMultiplier=4
MatingIntervalMultiplier=4
ShowFloatingDamageText=true
defaults = {
"image": "argopy:latest"
}
@argopy.container(**defaults)
def process_data(data_partition):
do something with data
partitions = ['foo.csv', 'bar.csv']
hyperparams:
RF:
foo:
values:
- 1
- 2
-3
SVM:
bar:
min: 1
def ego_graph(row, graph, radius):
if row == 'foo':
return
reurn nx.ego_graph(G, row, radius).edges()
test_user_dd.apply(ego_graph, graph=G, radius=2)
@inc0
inc0 / cv.md
Last active October 19, 2021 15:25
Michal Jastrzebski - Resume

Michal Jastrzebski

  • Address: 16565 SW Wright st. 97007 Aloha, OR
  • Phone: +1 210 941 5778
  • Email: inc007@gmail.com

Education

# Deploy kubeflow to namespace "kubeflow"
# TODO(inc0): Create rbac role bindings
---
apiVersion: v1
kind: Namespace
metadata:
name: kubeflow
---
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: docker-registry
name: docker-registry
spec:
replicas: 1
selector: