Skip to content

tansudasli/tensorflow-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow-sandbox

  • numpy
  • pandas
  • sklearn
  • tf2

General structure of an ML pipeline

  • data gathering (sampling),
  • EDA (data, outliers, relations)
  • preprocessing
  • split (sampling)
  • model (fit, predict, hyper-tune)
    • regression
    • classification
    • clustering
  • evaluation

for more detail ...