In a classification problem, before building prediction model, it is very important to identify informative features rather than using tens or thousands which may penalize some learning methods and increase the risk of over-fitting. To overcome these problems, best solution use feature selection. this article, we propose new filter method for selection, by combining Relief algorithm multi-crite...