Develop

Develop/Machine_Learning

[Machine_Learning] t-test

보호되어 있는 글입니다.

Develop/Machine_Learning

[Machine_Learning] Inferential Statistics

보호되어 있는 글입니다.

Develop/Machine_Learning

[Machine_Learning] Word Embedding

보호되어 있는 글입니다.

Develop/Machine_Learning

[Machine_Learning] Text Processing

보호되어 있는 글입니다.

Develop/React

[React]IOS 앱 개발을 위한 Expo 환경 구축

보호되어 있는 글입니다.

Develop/Machine_Learning

[Machine_Learning]Chi square

보호되어 있는 글입니다.

Develop/Machine_Learning

[Machine_learning]Elastic Net regression

코드 import pandas as pd from sklearn.model_selection import train_test_split from sklearn.metrics import mean_squared_error from sklearn.linear_model import ElasticNet, ElasticNetCV import numpy as np # Load the dataset and preprocess data = pd.read_csv('c:/users/hjhjhj/desktop/shell.csv') data['STATUS_BINARY'] = data['STATUS_CONF'].apply(lambda x: 1 if x == "validated" else 0) data_dummies = pd...

Recarrdo
'Develop' 카테고리의 글 목록