Skip to content

scikit-learn-tree fork: A fork that enables extensions of Python and Cython API for decision trees

License

Notifications You must be signed in to change notification settings

neurodata/scikit-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About
=====

scikit.learn is a python module for machine learning built on top of
scipy.

The project was started in 2007 by David Cournapeu as a Google Summer
of Code project, and is currently mantained by several volonteers.


Install
=======

This packages uses distutils, which is the default way of installing
python modules. To install, type in the command prompt (you might need
superuser privileges)

  python setup.py install


Dependecies
===========

To install this package, you will need python >= 2.5, NumPy.

In order to run the tests, you will need nosetests, python-dap
(http:https://pypi.python.org/pypi/dap/) and sikits.optimization.


Mailing list
============

Visit
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general to
subscribe to the mailing list.


Development
===========

Developement takes place in several places.


Testing
=======

To run the test suite (you will need nosetests), issue the command
'nosetests' from the poroject's top directory.


About

scikit-learn-tree fork: A fork that enables extensions of Python and Cython API for decision trees

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.2%
  • Cython 5.8%
  • C++ 1.1%
  • Shell 0.3%
  • C 0.3%
  • Meson 0.2%
  • Other 0.1%