Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
preprocessing problem
#2
use intersect to find like items in list
example:
common = list(set(a) & set(b))
Reply


Messages In This Thread
preprocessing problem - by hadith - Jul-20-2019, 12:30 PM
RE: preprocessing problem - by Larz60+ - Jul-20-2019, 12:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  multi index issue of one hot encoder preprocessing aupres 0 1,084 Jun-10-2022, 11:23 AM
Last Post: aupres
  How to perform preprocessing for hyperspectral image vokoyo 0 1,947 Oct-05-2019, 02:11 PM
Last Post: vokoyo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020