* Module(모듈): .py 파일 하나 (책 한권)
- ex: math.py, os.py
* Package(패키지): __init__.py가 있는 폴더
- 여러 모듈을 포함한 폴더 (책장이 있는 책꽂이)
- __init__.py 파일이 있어야 패키지로 인식됨
- numpy, sklearn, ...
* Module(모듈): .py 파일 하나 (책 한권)
- ex: math.py, os.py
* Package(패키지): __init__.py가 있는 폴더
- 여러 모듈을 포함한 폴더 (책장이 있는 책꽂이)
- __init__.py 파일이 있어야 패키지로 인식됨
- numpy, sklearn, ...
Ref. : https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
Linear least squares with l2 regularization.
Ref.: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html