im curently on a process of creating a prediction application using streamlit app. The idea is to create a model to predict if a flight will be delayed or not using model 1, and if the flight predicted to be delayed, model 2 is use to predict the cause or the reason of delay. the data is obtain from a database i created using pgadmin4
currently, im almost finish with the app, however, the prediction is still unfinish as the prediction always predicted the flight will be not delay and as scheduled given a new set of input, im still figuring out the cause of the problem. even when i put a set of input that should be predicted to be delayed, it still predcted the flight will be no delayed.