r/MachineLearning - [Project] I made a dashboard for auto machine learning

#artificialintelligence 

For the dashboard itself I used Dash a python framework for web application. All the styling is done with some css (I am definitely not an expert in that though it was new for me!). Graphs are done with plotly express (again with some css styling) . The hardest part was to adapt my machine learning code part to the dash board, split pipelines etc. And understand all the callback functions etc to make it work interactively!