Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Create new list from another list based on condition
Post: Create new list from another list based on conditi...

Hello I have two lists X and Y as follows: X = ['A','B','C','D','E'] Y = [ 1 , 0 , 1 , 1 , 0 ]Here I need to create a new list Z that contains elements from X if the corresponding value in Y = 1. So ...
khalidreemy General Coding Help 1 2,377 Jun-11-2019, 10:18 AM
    Thread: text clustering evaluation ??
Post: text clustering evaluation ??

Hello I used KMeans and Agglomerative Clustering to apply text clustering on a specific dataset. I need to verify the efficiency of my results. I read that the methods below are commonly used for thi...
khalidreemy Data Science 1 2,160 May-28-2019, 08:11 AM
    Thread: change array column values without loop
Post: change array column values without loop

Hello I need to update a column values of an array without using a loop. Is there any way to update with criteria. 1 0.168425 2 0 3 0 4 0.752781 5 0.235684 I need to double the values below...
khalidreemy General Coding Help 2 3,771 May-05-2019, 07:31 AM

User Panel Messages

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