0% found this document useful (0 votes)
5 views

ERD ML Prediction

The document presents an ER diagram illustrating the relationships between various entities in a system that processes match data. Key entities include User, Flask_api, and ML_model, with attributes such as user_id, api_id, and model_id. The diagram outlines processes like data fetching, preprocessing, model training, and prediction generation.

Uploaded by

sagarthube
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

ERD ML Prediction

The document presents an ER diagram illustrating the relationships between various entities in a system that processes match data. Key entities include User, Flask_api, and ML_model, with attributes such as user_id, api_id, and model_id. The diagram outlines processes like data fetching, preprocessing, model training, and prediction generation.

Uploaded by

sagarthube
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ER Diagram:

user_id
user_name

User
Timestamp

Email

Sends
Request
req_time
api_id

Flask_api
response_time

Preproces
Data

Fetches P_id Missing_Values


Data
season
match_id
Preprocessing
2nd_inning Normalization F_eng
Home_team
Match 1st_inning
Awat_team
Result
toss_winner applies
features
Has
F_id P_id
wkt inning_id
match_id
Features
Runs Engineering
Batting_team Balls_details f_type created_on

Bowling_team
Over
Balls
Trains
Model

Model_name model_id

Train_Date
ML_model
Accuracy Algorithm

Makes
Prediction

P_id match_id
prediction_date

winning_probability predicted_score
Predictions

Generates

generated_on p_id

Result
TimeStamp V_id

You might also like