Skip to content

hsmahesha/Gene_Localization_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#------------------------------------------------------------------------------#
                         Gene Localization Prediction:

This project implements nearest neighbor based machine learning algorithm to
predict localization of genes. The data set is taken from KDD 2001 cup contest. 
The algorithm implemented here is based on the approach described by winners of
KDD 2001 cup.
#------------------------------------------------------------------------------#


#------------------------------------------------------------------------------#
Description Of Files And Directories:
#------------------------------------------------------------------------------#
README.txt: 
   this file.

predict_gene_localization.py: 
   python source file which implements nearest neighbor based classification

data:
   directory which contains data set files

correct_result:
   directory which contains actual result file

paper:
   directory which contains kdd 2001 cup winning paper

result.txt:
   the text fie which contains predicted result
#------------------------------------------------------------------------------#


#------------------------------------------------------------------------------#
Usage:
#------------------------------------------------------------------------------#
command line input:
    python predict_gene_localization.py 
#------------------------------------------------------------------------------#

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages