Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Machine Learning package for Python 3x? [closed]

I was bummed out to see that scikit-learn does not support Python 3...Is there a comparable package anyone can recommend for Python 3?

like image 866
ChrisArmstrong Avatar asked Aug 10 '12 23:08

ChrisArmstrong


People also ask

Which Python library is the main machine learning library?

Scikit-learn is the most popular Python machine learning library for creating machine learning algorithms. It was created on top of two Python libraries – NumPy and SciPy. Scikit-learn is a Python library that provides a standard interface for supervised and unsupervised learning techniques.

Which is better Sklearn or TensorFlow?

Both are 3rd party machine learning modules, and both are good at it. Tensorflow is the more popular of the two. Tensorflow is typically used more in Deep Learning and Neural Networks. SciKit learn is more general Machine Learning.

Which Python library is used for AI?

Pandas. Pandas is a prominent Python library generally used for Machine Learning concepts. It is basically a data analysis library that analyses and manipulates the data. Pandas make it easier for the developers to work with structured multidimensional data and time series concepts and produce efficient results.


2 Answers

if you look for scikits-learn on Windows there are binary installers for 3.2 32&64 bits

like image 110
joaquin Avatar answered Sep 28 '22 17:09

joaquin


Try either of these, both are supported by python 3

  1. http://mdp-toolkit.sourceforge.net/

  2. http://mlpy.sourceforge.net/

like image 41
NIlesh Sharma Avatar answered Sep 28 '22 17:09

NIlesh Sharma