Skip to content

Instantly share code, notes, and snippets.

View chenyaofo's full-sized avatar
😃
I may be slow to respond.

chenyaofo chenyaofo

😃
I may be slow to respond.
View GitHub Profile
# you can change the following hyper-parameter
penalty_factor = 0.5 # L2 regular term coefficients
learning_rate = 0.0005
max_epoch = 200
test_size = 0.25
# ------------------------------------------------------------------
# download the dataset
import requests