Skip to main content

Milestones

  • Write a Feed Forward Network that can generate network with different width and depth
  • Write a linear regression model
  • Write a logistic regression model
  • Make the model available for the pipeline using available model
  • Write Transformation
    • Column standorisation for real valued feature
    • One hot encoding for categorical feature
  • Unit testing of the transformation pipeline