728x90
https://can-do.tistory.com/103
[Linear regression] Boston dataset에 실제 적용해 보기
Boston Dataset에 실제 적용해보기¶ In [36]: from sklearn import datasets boston_house_prices = datasets.load_boston() # 로드한 boston 전체 데이터에 key 값을 출력 print(boston_house_prices.keys())..
can-do.tistory.com
728x90
'북마크 > 사이트' 카테고리의 다른 글
파이썬으로 랜덤 포레스트 분석 (0) | 2020.05.24 |
---|---|
LINEAR REGRESSION IN PYTHON USING SCIKIT-LEARN (0) | 2020.05.24 |
A simple regression analysis on the Boston housing data (0) | 2020.05.24 |
Predicting Housing Prices using Regression Algorithms (0) | 2020.05.24 |
텐서플로우 설치 및 간단 사용 (0) | 2020.05.24 |
리눅스 centos7에서 python3.6, pip3 설치하기 (0) | 2020.05.24 |
파이썬 버전 업그레이드 (2.6 > 3.6) (0) | 2020.05.24 |
python json 모듈 사용시 not JSON serializable 에러를 피하는 방법 (0) | 2020.05.24 |
댓글