You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is for understanding and quantifying the errors in a machine learning or data analytic pipeline. Two approaches are explored. The first is using freezing and unfreezing of pipeline components (using optimization techniques like grid-search, random-search, Bayesian Optimization, Genetic Algorithms etc.). The second is using a gradien…