Link to home
Start Free TrialLog in
Avatar of Simon Leung
Simon Leung

asked on

Python Content base filtering

https://info.visualbi.com/hubfs/Downloads/Others/Content-based%20RS.html

In Step 3-1
  if i%30==0:
        print ("user: ", i , "out of: ", len(user_distinct))

What's the purpose of this statement ? What does this code want to perform ?

Thx
ASKER CERTIFIED SOLUTION
Avatar of noci
noci

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial