Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 타이타닉 데이터
- KMeans Clustering
- 파이썬 객체 지향 프로그래밍
- 판다스
- 넘파이
- 배열
- Python crawler
- python control statement
- NumPy
- dataframe
- 사이킷런
- Titanic data set
- Naive Bayes
- pandas
- Machine Learning
- scikit-learn
- 파이썬 크롤링
- 파이썬 제어문
- ML
- Data pre-processing
- 순회 크롤러
- 파이썬
- sklearn
- 제어문
- 파이썬 크롤러
- K평균군집화
- 나이브베이즈
- python
- 머신러닝
- control statement
Archives
- Today
- Total
목록k-NN (1)
Try to 개발자 EthanJ의 성장 로그

scikit-learn Machine Learning k-NN algorithm 사이킷런 머신러닝 k-NN 알고리즘 In [1]: import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns Data Collection¶ In [2]: # https://archive.ics.uci.edu/ml/datasets/wine # https://www.kaggle.com/datasets/akhil0007/wine-data file_url = 'https://raw.githubusercontent.com/dev-EthanJ/scikit-learn_Machine_Learning/main/data/'..
CS & DS/scikit-learn Machine Learning
2022. 11. 15. 09:08