scikit-learn
보이기
원저자 | David Cournapeau |
---|---|
발표일 | 2007년 6월 |
안정화 버전 | 1.5.1[1]
/ 2024년 7월 3일 |
저장소 | |
프로그래밍 언어 | 파이썬, Cython, C, C++[2] |
운영 체제 | 리눅스, macOS, 윈도우 |
종류 | 기계 학습용 라이브러리 |
라이선스 | New BSD License |
웹사이트 | scikit-learn |
scikit-learn(이전 명칭: scikits.learn, sklearn)은 파이썬 프로그래밍 언어용 자유 소프트웨어 기계 학습 라이브러리이다.[3] 다양한 분류, 회귀, 그리고 서포트 벡터 머신, 랜덤 포레스트, 그라디언트 부스팅, k-평균, DBSCAN을 포함한 클러스터링 알고리즘을 특징으로 하며, 파이썬의 수치 및 과학 라이브러리 NumPy 및 SciPy와 함께 운용되도록 설계되었다. Scikit-learn은 NumFOCUS의 재정 지원을 받는 프로젝트이다.[4]
버전 역사
[편집]- August 2013. scikit-learn 0.14[5]
- July 2014. scikit-learn 0.15.0[5]
- March 2015. scikit-learn 0.16.0[5]
- November 2015. scikit-learn 0.17.0[5]
- September 2016. scikit-learn 0.18.0
- July 2017. scikit-learn 0.19.0
- September 2018. scikit-learn 0.20.0[6]
- May 2019. scikit-learn 0.21.0[7]
- December 2019. scikit-learn 0.22.0[8]
- May 2020. scikit-learn 0.23.0[9]
- Jan 2021. scikit-learn 0.24[10]
- September 2021. scikit-learn 1.0[11]
같이 보기
[편집]각주
[편집]- ↑ “Release 1.5.1”. 2024년 7월 3일. 2024년 7월 27일에 확인함.
- ↑ “The scikit-learn Open Source Project on Open Hub: Languages Page”. 《Ohloh》. 2018년 7월 14일에 확인함.
- ↑ Fabian Pedregosa; Gaël Varoquaux; Alexandre Gramfort; Vincent Michel; Bertrand Thirion; Olivier Grisel; Mathieu Blondel; Peter Prettenhofer; Ron Weiss; Vincent Dubourg; Jake Vanderplas; Alexandre Passos; David Cournapeau; Matthieu Perrot; Édouard Duchesnay (2011). “Scikit-learn: Machine Learning in Python”. 《Journal of Machine Learning Research》 12: 2825–2830.
- ↑ “NumFOCUS Sponsored Projects”. NumFOCUS. 2021년 10월 25일에 확인함.
- ↑ 가 나 다 라 “Release history — scikit-learn 0.19.dev0 documentation”. 《scikit-learn.org》. 2017년 2월 27일에 확인함.
- ↑ “Release History - 0.20.0 documentation”. 《scikit-learn》. 2018년 11월 6일에 확인함.
- ↑ “Release History - 0.21.0 documentation”. 《scikit-learn》. 2019년 5월 5일에 확인함.
- ↑ “Release History - 0.22.0 documentation”. 《scikit-learn》. 2020년 6월 7일에 확인함.
- ↑ “Release History - 0.23.0 documentation”. 《scikit-learn》. 2020년 6월 7일에 확인함.
- ↑ 《scikit-learn: A set of python modules for machine learning and data mining》, 2021년 2월 8일에 확인함
- ↑ 《scikit-learn: A set of python modules for machine learning and data mining》, 2021년 9월 24일에 확인함
외부 링크
[편집]- Scikit-learn - 공식 웹사이트