Skip to content

Probabilistic classifier chains, extended with the concept of beam search

Notifications You must be signed in to change notification settings

abhishek-kumar/PCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLATION INSTRUCTIONS (scipy)
  curl http://python-distribute.org/distribute_setup.py > distribute_setup.ph
  mv distribute_setup.ph distribute_setup.py
  sudo python distribute_setup.py 
  curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py > get-pip.py
  sudo python get-pip.py 
  echo "Install GNU Fortran as described on : http://www.scipy.org/Installing_SciPy/Mac_OS_X"

	echo "then run: sudo easy_install scipy"

	echo "If this installs a version older than 0.8.3, then the other alternative is to install from http://scikit-learn.sourceforge.net/dev/install.html#install-by-distribution"
	echo "For a mac, easiest method is to install macports (http://www.macports.org/install.php) and then run: sudo port install py26-scikits-learn"


RUN INSTRUCTIONS 

todo

About

Probabilistic classifier chains, extended with the concept of beam search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors