Added Scikit learn logo (#30733)
This commit is contained in:
committed by
Kristofer Koishigawa
parent
525a20ab66
commit
9331df86ea
@ -3,6 +3,8 @@ title: scikit-learn
|
||||
---
|
||||
## Scikit-learn
|
||||
|
||||

|
||||
|
||||
Scikit-learn is a popular open-source machine learning library for Python, built off of previous packages like numpy and scipy. There is code available to handle everything from importing data and data cleaning to model preparation and testing.
|
||||
|
||||
The library contains algorithms for both supervised and unsupervised learning, which can be easily integrated into your own code. Furthermore, many other helpful tools are offered which support model selection (e.g. Cross Validation or Grid Search) or data preparation (e.g. normalization, creation of categorical features).
|
||||
|
Reference in New Issue
Block a user