scikit-learn

위키백과, 우리 모두의 백과사전.

scikit-learn
원저자David Cournapeau
발표일2007년 6월(16년 전)(2007-06)
안정화 버전
1.4.2[1] / 2024년 4월 9일(16일 전)(2024년 4월 9일)
저장소
프로그래밍 언어파이썬, Cython, C, C++[2]
운영 체제리눅스, macOS, 윈도우
종류기계 학습용 라이브러리
라이선스New BSD License
웹사이트scikit-learn.org

scikit-learn(이전 명칭: scikits.learn, sklearn)은 파이썬 프로그래밍 언어자유 소프트웨어 기계 학습 라이브러리이다.[3] 다양한 분류, 회귀, 그리고 서포트 벡터 머신, 랜덤 포레스트, 그라디언트 부스팅, k-평균, DBSCAN을 포함한 클러스터링 알고리즘을 특징으로 하며, 파이썬의 수치 및 과학 라이브러리 NumPySciPy와 함께 운용되도록 설계되었다. 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]

같이 보기[편집]

각주[편집]

  1. “Release 1.4.2”. 2024년 4월 9일. 2024년 4월 25일에 확인함. 
  2. “The scikit-learn Open Source Project on Open Hub: Languages Page”. 《Ohloh. 2018년 7월 14일에 확인함. 
  3. 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. 
  4. “NumFOCUS Sponsored Projects”. NumFOCUS. 2021년 10월 25일에 확인함. 
  5. “Release history — scikit-learn 0.19.dev0 documentation”. 《scikit-learn.org》. 2017년 2월 27일에 확인함. 
  6. “Release History - 0.20.0 documentation”. 《scikit-learn》. 2018년 11월 6일에 확인함. 
  7. “Release History - 0.21.0 documentation”. 《scikit-learn》. 2019년 5월 5일에 확인함. 
  8. “Release History - 0.22.0 documentation”. 《scikit-learn》. 2020년 6월 7일에 확인함. 
  9. “Release History - 0.23.0 documentation”. 《scikit-learn》. 2020년 6월 7일에 확인함. 
  10. 《scikit-learn: A set of python modules for machine learning and data mining》, 2021년 2월 8일에 확인함 
  11. 《scikit-learn: A set of python modules for machine learning and data mining》, 2021년 9월 24일에 확인함 

외부 링크[편집]