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
For each art of task, introduce different evaluation methods and provide blank method for our customer to customize his evaluation method.
For each art of task, introduce different baseline and provide blank method for our customer to customize his own baseline.
show the customer the information of his data, including the flaws of the data (na, outliear), the statistic summary (mean, max, min...), distribution of each feature, relationship between features, relationship between the given features and target and so on.
show the customer the way to fix the flaws and sinple feature engineering according to the attribution discovered, e.g., labeling, clustering, normalizing.
show the customer the performance of the basic AI method, e.g., linear model, decision tree, svm.
show the feature importance according to the basic model