Skip to content
/ MLZ Public
forked from mgckind/MLZ

Machine Learning for photo-Z (Python 3 version)

License

Notifications You must be signed in to change notification settings

ruizca/MLZ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLZ: Machine Learning for photo-Z

Important Note: this is a customized version of the original MLZ which works with python 3 and the new version of numpy (>1.1.6 which needs allow_pickles=True for loading).

MLZ is a python code that computes photometric redshift PDFs using machine learning techniques, providing optional extra information.

Author:Matias Carrasco Kind
Version:1.3

For a more detailed documentation see: http://matias-ck.com/mlz/ Any comments, suggestion or question contact me at [email protected]

Installation

You can get this forked version of MLZ from github:

pip install git+https://github.com/ruizca/MLZ

If you want to run the code using the command line, make sure to cd to where the runMLZ script exists and make it executable with:

chmod +x runMLZ

For command line help use:

runMLZ --help

About

Machine Learning for photo-Z (Python 3 version)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • Fortran 1.6%