[go: nahoru, domu]

Skip to content

A lightweight machine learning experimentation pipeline

Notifications You must be signed in to change notification settings

orsonadams/mosey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Why Mosey?

Experiments leave me wanting

  • to compare models at a glance
  • to run save models that are good
  • to track and save experimentation parameters
  • to run models async asynchronously
  • to track data used for specific models

So I built mosey an lightweight experimentation pipeline that runs on the MOSI dataset but is generalizable to any machine learning task.

It's of course experimental!

Key Features

  • Name and save experiments
  • Track data used in an experiment -Track parameters as will
  • Save model and experimentation statistic
  • Run mutiple models (in sequence for now) but will not bstop on single failures.
  • Simple (ish), clean and fast.

Coming

  • Serialization for models parameters, datetime objects; the works
  • Tests!
  • Handle custom data preperation schemes in Data
  • Compare over experiments, currently compare only over runs
  • Load Comparision!

About

A lightweight machine learning experimentation pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages