Skip to content

pipetrack/pipetrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipetrack

Don't make things complicated when pipelining your steps is all you need.

trackboard

Usage example:

    import pipetrack

You can start logging your steps with:

    pipetrack.start(_ih)

You can start new pipeline phase with:

    pipetrack.start_phase("train data processing")

After executing needed steps, declare a new phase with:

    pipetrack.start_phase("model_definition")

Finish current pipeline logging with

    pipetrack.finish(_ih)

You can start new logging with new pipetrack.start(_ih) function call.

Please, consider using specified syntax (not ' but "; no whitespaces in code).

About

Don't make things complicated when pipelining your steps is all you need.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •