Skip to content

Instantly share code, notes, and snippets.

@liopic
Last active October 14, 2019 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liopic/5ed230e1fa7f127b2ea976f914c5c64d to your computer and use it in GitHub Desktop.
Save liopic/5ed230e1fa7f127b2ea976f914c5c64d to your computer and use it in GitHub Desktop.
PyConEs 2019

PyconES, notes

Lots of people!

Keynote Safia

  • You are the average of the 5 people you spent most the time with
  • Conway law (organization structure)
  • Like code ideas

Mom, I want to be a data artist

  • Copying and following inspiring people

assertTrue('Testing en Machine Learning')

  • Tests específicos para datos y modelo
  • En cada step de la pipeline: procesar datos, definir modelo, entrenar.
  • Procesamiento: detectar nulos, cadenas vacías, out-of-range, imagenes mal, correlaciones entre feature-labels, valores duplicados, balanceo de clases, distribución de los splits, distribuciones en series temporales.
  • Definir modelo: sobreentrenar modelo, introducir info artificial, suffle de datos
  • https://pycones19.sched.com/event/37b2c7328b8516576eba750c442a9974

Que la generación Z no rompa tus modelos

  • Bias en ML

DDD approach to Nameko microservices

Flow is in the air

¿Cómo preparar una prueba técnica?

  • Cuestiones controlables vs incontrolables
  • Cultural fit = tech culture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment