You are viewing a single comment's thread from:

RE: Payment for Coding done

in #codingfund10 months ago

Split the data into training and testing sets

X = df[['day', 'month']]
y = df['price']
X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_state=42)

Coin Marketplace

STEEM 0.18
TRX 0.13
JST 0.029
BTC 57946.22
ETH 3059.94
USDT 1.00
SBD 2.34