Facebook-Recruiting icon indicating copy to clipboard operation
Facebook-Recruiting copied to clipboard

Predict if an online bid is made by a machine or a human

Results 2 Facebook-Recruiting issues
Sort by recently updated
recently updated
newest added

In main.py, you should add this line (>>>)? for bids_auc in bids_grouped: >>> last_row = None for i, row in bids_auc[1].iterrows(): if last_row is None: last_row = row continue time_difference...

Hi,I try to run your code but I got an exception like `No file or directory named vw/preds.txt`, and what I have done is just removed the model generated by...