Sobes.tech

Machine Learning / AI

In case of severe class imbalance, how do precision, recall, and PR-AUC behave?

151

What metrics did you use, how much data was there, and what was the class balance?

147

Tell us about yourself and the tasks you have performed.

139

If you can only communicate with a limited number of clients, how do you evaluate such a scoring model?

137

Was this a classification or time series task? How was time considered during training and testing?

122

What do you know about ROC-AUC?

115

How is the ROC curve calculated iteratively after ranking objects by score?

115

Tell us about one of the recent classification tasks and describe its pipeline.

111

Do you know what a scoring model is?

109

Was there a checklist that the operator had to follow during the call, or was the check performed without it?

108

Tell us about an NLP task you performed.

106

Tell us about a clustering task.

106

Find all clients in January who had at least one sale after communication within 30 days.

105

You have a target and a verified feature store with about 5,000 features. How would you test it on this task?

105

Is a precision of 700 sales per million selected clients good in a rare conversion task?

99

Find all clients in January who had at least one sale after communication within 30 days. sales id customer_id amount sale_date [phone] communications id customer_id type comm_date partition_date 1 1 mail [phone] call [phone] call [phone] email [phone] sms [phone] #There is a list, you need to write a function that returns two lists, one with normal values, and the other with anomalies. Let's assume for now that an anomaly is a value that exceeds the average data = [100, 200, 150, 5000, 1300, 120, 700, 2000, 200]

99

How many features will you take from the feature store and how will you select them if all 5000 features are valid and without leaks?

86