본문 바로가기
파이썬/코딩 영어단어공부

Feature : 머신러닝

by 한국수달보호협회장 2022. 6. 17.

 

https://stackoverflow.com/questions/10665889/how-to-take-column-slices-of-dataframe-in-pandas

 

How to take column-slices of dataframe in pandas

I load some machine learning data from a CSV file. The first 2 columns are observations and the remaining columns are features. Currently, I do the following: data = pandas.read_csv('mydata.csv')

stackoverflow.com

 

Feature 뜻:

https://coding-grandpa.tistory.com/entry/Feature-%EB%8F%85%EB%A6%BD%EB%B3%80%EC%88%98-input-%EA%B0%92-%EC%95%8C%EC%95%84%EB%B3%B4%EA%B8%B0

 

[Python.ML] Feature, 독립변수, input 값 알아보기

이전 포스트 2020/11/27 - [Python과 머신러닝/웹 데이터 추출] - [Python.ML] Python & Machine Learning Overview [Python.ML] Python & Machine Learning Overview 요약 Machine Learning을 쉽게 설명하면, 컴..

coding-grandpa.tistory.com