Skip to content

Instantly share code, notes, and snippets.

View evanmcclure's full-sized avatar
:electron:
Inspired

Evan McClure evanmcclure

:electron:
Inspired
View GitHub Profile
@evanmcclure
evanmcclure / ML_outline.md
Last active January 18, 2020 16:44
End-to-End Machine Learning Pipeline

End-to-End Machine Learning Pipeline

Outline of the process of for developing a ML project.

  • Explore and clean the data.
    • Clean continuous features.
    • Clean categorical features.
  • Split the data three ways.
    • Training - 60%
  • Validation - 20%
@evanmcclure
evanmcclure / keybase.md
Created October 5, 2018 21:55
Keybase proof

Keybase proof

I hereby claim:

  • I am evanmcclure on github.
  • I am emcclure (https://keybase.io/emcclure) on keybase.
  • I have a public key ASAzDqknZrrLEUWjrg75ZCtu0Fh8ZXPCRht6iZCWOApnsgo

To claim this, I am signing this object:

@evanmcclure
evanmcclure / 2-minute_refactorings.md
Last active May 13, 2020 01:08
2-Minute Refactorings