Posts by Matheus dos Anjos • 1 point
1 post
-
0
votes2
answers106
viewsA: How to discover relevant properties of a basis for a Python classification algorithm?
Igor. Try to use some more basic techniques of exploratory analysis of your data, such as loading the data into a Pandas dataframe and taking its correlations with data.corr(). This function already…