Skip to content

Enabling tensorflow in data scientist workflow

Latest
Compare
Choose a tag to compare
@riibeirogabriel riibeirogabriel released this 11 Apr 10:28
· 54 commits to master since this release
50943eb

highlights

  • Now is possible use tensorflow in steps like create a model, train this model, and more!
  • The function/python enables the operations doesn't supported in learningOrchestra, is possible use this feature between workflow steps.
  • dataset/generic enable the storage of any dataset format available from an url, use the function/python to treat the dataset format to a proper format like numpy or dataframe.