Author Image

August Van Hout

Using data science, anything is possible.

I am driven by challenges and teamwork, and there is no greater tool than a computer. I am an exceptionally hard-working and flexible generalist, learning and problem-solving whenever possible.

Let's get started.

About Me

I'm passionate about solving problems and defeating ever-greater challenges. It is the primary driver in my daily life.

Professionally, the most formative experiences have been performing machine learning engineering in a neurology lab and operations analysis in a tech manufacturing space. I learned that any person can work an incredible amount, and that big businesses provide opportunities to solve big challenges.

I first discovered Python when automating my excel work for my hourly analyst job. I was astounded by the power of computers, and I now recognize data science and analytics as the primary hard-tools for objective problem solving in my life.

For four years, I've worked with teams of diverse stakeholders to pipe data, automate reports, democratize tools, implement novel scientific methods, and use machine learning to answer questions previously unanswerable.

I am more equipped than ever to solve problems and defeat challenges.

Personal Project: Simple Neuron Field

I have a personal interest in creating simulations of neuron fields! These are models of groups of natural neurons.

I’m excited by the challenge of understanding neurons enough to create them as logical objects, and I’m further excited by the challenge of making these simulations fast enough to be practical.

I’ve even created an entire package for instantiating basic neurons in a 3D space.

Try: pip install "git+https://github.com/augustvanhout/neuron_field.git"

first service
second service

Professional Interest: Automatic Modeling

When asked to solve a modeling problem, I often find myself creating automatic modeling functions and scripts that can adapt themselves to new data.

I’ve made two so far, both using functional programming only. The script featured to the left takes any dataset, performs basic feature engineering, selects variables, and produces a full PDF report!

I’ve uploaded the script and a few example PDF reports to GitHub.