Introducing G2.ai, the future of software buying.Try now
Inactive Profile: Need Admin Access?
No one has managed this profile for over a year.
If you work at scikit-learn, reclaim access to make changes.
Alteryx
Sponsored
Alteryx
Visit Website
Product Avatar Image
scikit-learn

By scikit-learn

Re-claim Profile

Re-claim your company’s G2 profile

This profile hasn’t been active for over a year.
If you work at scikit-learn, you can re-claim it to keep your company’s information up to date and make the most of your G2 presence.

    Once approved, you can:

  • Update your company and product details

  • Boost your brand's visibility on G2, search and LLMs

  • Access insights on visitors and competitors

  • Respond to customer reviews

  • We’ll verify your work email before granting access.

Re-claim
4.8 out of 5 stars
3 star
0%
2 star
0%
1 star
0%

How would you rate your experience with scikit-learn?

Alteryx
Sponsored
Alteryx
Visit Website
It's been two months since this profile received a new review
Leave a Review

scikit-learn Reviews & Product Details

Value at a Glance

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

4 months

Product Avatar Image

Have you used scikit-learn before?

Answer a few questions to help the scikit-learn community

scikit-learn Reviews (59)

Reviews

scikit-learn Reviews (59)

4.8
59 reviews

Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
YB
Mr
Enterprise (> 1000 emp.)
"Scikit is the base machine learning platform"
What do you like best about scikit-learn?

It is the platform machine learning, easy to learn, easy to test

provides all the capability that any machine learning platform should have, lot of algorithms like encoders - binary encoder, one hot encoder

provides implementation for all supervised and un-supervised learning

provides all the ability to validate the model

we can integrate easilty with mat plotlib, pandas, numpy and for serialisers

lot of specific example tutorials in internet available for the beginners

It is open source and totally free

lot of the other open source and many propriatry products for ml are developed on top of the sci kit library

as it provides python interface easy to learn and integrate with many other platforms Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

there are two problems which i can mention are

1. not possible to scale horizontaly

2. have issues when we have categorical attributes in variables - encoding them to binary or one hot encoded will not solve the issue

Many of the recent technologies like h20, tensor flow gives the ability to inout categorical attributes as inputs to algorithm Review collected by and hosted on G2.com.

Verified User in Higher Education
UH
Mid-Market (51-1000 emp.)
"Very useful Machine Learning Platform"
What do you like best about scikit-learn?

It is very strong tool being used in data science especially in machine learning. It is open source and free package that has great role in machine learning. It has great ability that we can integrate it with other packages such as mat plotlib, nympy and pandas. It has a great role in data science and machine learning algorithms. Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

It has great features. However it has some drawbacks dealing with categorical attributes. Otherwise it is very strong package. I do not see any other drawbacks of using this package. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Enterprise (> 1000 emp.)
"Super Useful for machine learning"
What do you like best about scikit-learn?

Amazingly useful tool set for machine learning and data science work. Personally use it in python and it's really helpful. Some popular package such as pandas, numpy and matplotlib add it even more values. I always use it besides neural networks and yield solution as a combination, and the solution gives the best result often comes from it, by working on different points. Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

No, nothing comes to my mind for dislike part and I have used it for couple years in machine learning competitions and projects. They also update scikit-learn quite often to fix any known issue and make improvement. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market (51-1000 emp.)
"Meant for almost all Machine Learning needs"
What do you like best about scikit-learn?

I like the fact that it includes a ton of functionalities and incorporates almost all of the Machine Learning algorithms meant for supervised and unsupervised learning.

It can be used to develop various regression, classification and clustering algorithms.

It utilizes a range of machine learning, preprocessing, cross-validation and visualization algorithms.

It provides three Regression Metrics namely Mean Absolute Error, Mean Squared Error, R² Score.

It also provides three Classification Metrics namely Accuracy Score, Classification Report, Confusion Matrix.

Additionally, it provides three Clustering Metrics namely Adjusted rand Index, Homogeneity, V-measure. Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

Apart from the inability to scale well, there’s also the fact that scikit-learn does absolutely nothing to assist with deploying the model to production. Review collected by and hosted on G2.com.

MT
Engineer
Enterprise (> 1000 emp.)
"The best tool for Machine Learning"
What do you like best about scikit-learn?

- It contains many machine learning algorithms such as: random forest, decision tree, support vector machines, linear discriminant analysis, quadratic discriminant analysis, logistic regression, multi layer perceptron(neural networks), naive bayes, other boosting algorithms, knn, k-means (and other clustering algorithms)

- It contains preprocessing tools (normalization, standardization)

- It contains hyperparameter tuning tools (RandomSearchCV, GridSearchCV)

- It contains many kinds of metrics to tune the model for (accuracy, recall, precision, f1_score, etc)

and summing up all these it is possible to develop and create an end to end machine learning application

Not to mention all of these above along with scikit-learn as a whole are compatible with other Python libraries such as pandas, numpy, mlxtend, matplotlib. Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

- It should include more recent state of the art algorithms such as XGBoost, Catboost, LightGBM.

- It should facilitate GPU, otherwise hyperparameter tuning takes too much time Review collected by and hosted on G2.com.

Verified User in Higher Education
UH
Mid-Market (51-1000 emp.)
"Good for machine learning"
What do you like best about scikit-learn?

Various machine learning models and easy to adjust parameters. Also easy to apply data transformation prior to fit the model Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

Could add more examples in the documentation Review collected by and hosted on G2.com.

Stanley D.
SD
Data Engineer
Computer Hardware
Small-Business (50 or fewer emp.)
"Machine Learning made easy with Scikit-learn"
What do you like best about scikit-learn?

1. I love the fact that I can try out a variety of machine learning algorithms without having to build them from scratch. I just call them using functions already available.

2. Scikit-learn provides users with a function to split a given dataset into train and validation data by just passing a split ratio only.

3. Scikit-learn easily integrates with other deep learning frameworks. Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

I have not had any reason to hate scikit-learn at the moment, as it has helped me achieve a lot in machine learning. Review collected by and hosted on G2.com.

Verified User in Computer Software
GC
Mid-Market (51-1000 emp.)
"The best python Machine Learning Library "
What do you like best about scikit-learn?

Scikit learn is simply wonderful. It abstracts away all the complexities of several machine learning frameworks. Scikit learn provides beautiful one line function calls to really complex functions and the documentation is beautiful. A complete noob can go through their documentation and understand since it is human readable. In addition to top machine learning models ranging from random forest, decision trees and linear regression, they also provide libraries for data preprocessing. You can do data preprocessing, one hot encoding and lots of other things with Scikit Learn. Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

Scikit learns models take a long time to train, and they require that your data be in a specific format. This can be really stressful especially when the error messages don't provide much insight into the problem Review collected by and hosted on G2.com.

Vikas P.
VP
Associate System Engineer
Small-Business (50 or fewer emp.)
"plug and play machine learning models "
What do you like best about scikit-learn?

I like this library because it is super easy to import the library and use the Machine Learning models.

To install scikit-learn it is very easy.

They have lots of machine learning models such as random forest, xgboost and many more. You don't need to code from scratch. They provide a lot of parameters to tweak the models also which is helpful. Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

It is kind of plug and plays but the customization is a little bit hard for the machine learning models. Also, as compared to tensorflow it is slow. Review collected by and hosted on G2.com.

Verified User in Research
IR
Small-Business (50 or fewer emp.)
"scikit-learn review"
What do you like best about scikit-learn?

The best part about scikit-learn is that it has the variety of regression, classification and clustering algorithms. The page of scikit-learn allows to see which hyper parameters are to be used for my data and what values should I give. Review collected by and hosted on G2.com.

What do you dislike about scikit-learn?

Nothing as of now, but I guess it could be faster for big datasets. Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

4 months

Average Discount

10%

scikit-learn Comparisons
Product Avatar Image
MLlib
Compare Now
Product Avatar Image
Weka
Compare Now
Product Avatar Image
Google Cloud TPU
Compare Now