Orange Blog
By: AJDA, Feb 3, 2017
For When You Want to Transpose a Data Table...
Sometimes, you need something more. Something different. Something, that helps you look at the world from a different perspective. Sometimes, you simply need to transpose your data. Since version 3.3.9, Orange has a Transpose widget that flips your data table around. Columns become rows and rows become columns. This is often useful, if you have, say, biological data. Related: Datasets in Orange Bioinformatics Today we will play around with brown-selected.tab, a data set on gene expression levels for 79 experiments.
By: AJDA, Jan 13, 2017
Data Preparation for Machine Learning
We’ve said it numerous times and we’re going to say it again. Data preparation is crucial for any data analysis. If your data is messy, there’s no way you can make sense of it, let alone a computer. Computers are great at handling large, even enormous data sets, speedy computing and recognizing patterns. But they fail miserably if you give them the wrong input. Also some classification methods work better with binary values, other with continuous, so it is important to know how to treat your data properly.