Merge branch 'master' of https://gitee.com/lzhcoooode/machine_learning_projects
This commit is contained in:
@@ -3,3 +3,14 @@
|
||||
|
||||
## 数据集说明
|
||||
,包括个体变量(性别、年龄、地域、职业、健康、婚姻与政治面貌等等)、家庭变量(父母、配偶、子女、家庭资本等等)、社会态度(公平、信用、公共服务等等),来预测其对幸福感的评价
|
||||
|
||||
##
|
||||
def fun(**kwargs):
|
||||
pass
|
||||
# 允许你动态传参
|
||||
fun(a=1,b=2,c=3,d=4)
|
||||
kwargs = {
|
||||
a:1,
|
||||
b:2,
|
||||
c:3
|
||||
}
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
model_checkpoint_path: "train_model"
|
||||
all_model_checkpoint_paths: "train_model"
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user