Skip to content

Instantly share code, notes, and snippets.

@ewbarnard
Last active May 6, 2018 16:33
Show Gist options
  • Save ewbarnard/dbe577e7b9210bee32a274955314b711 to your computer and use it in GitHub Desktop.
Save ewbarnard/dbe577e7b9210bee32a274955314b711 to your computer and use it in GitHub Desktop.
Data Wrangling for Machine Learning
By far the most work involved in any Machine Learning (ML) project is the data
wrangling. We can do this in PHP but it's far different from building a web
site! We normally use PHP as a *programming language* for *creating stuff*.
Far less often do we use PHP as a *scripting language* for *automating tasks.*
Yet PHP works well for automating tasks because of the rapid development/
turn-around time. We'll learn patterns for multi-step processing. We'll munge
databases, import and export spreadsheet data. Although we use CakePHP, the
principles are universal to any modern PHP framework.
Additional information for conference organizers:
This material appeared in December 2017 PHP Architect as
"Learning Machine Learning, Part Three: Data Wrangling".
@elazar
Copy link

elazar commented May 6, 2018

I suspect you may attract a wider audience if you do more to frame this talk in the context of machine learning.

@elazar
Copy link

elazar commented May 6, 2018

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment