Giter Club home page Giter Club logo

iflyteck2022_ctr_challenge's People

Contributors

xpai avatar

Stargazers

 avatar  avatar

Watchers

 avatar

iflyteck2022_ctr_challenge's Issues

config

base_config: ../config/
base_expid: MLPX_base
dataset_id: avazu_x1

dataset_config:
avazu_x1:
data_root: ../data/Avazu/
data_format: csv
train_data: ../data/Avazu/Avazu_x1/train.csv
valid_data: ../data/Avazu/Avazu_x1/valid.csv
test_data: ../data/Avazu/Avazu_x1/test.csv
min_categr_count: 1
feature_cols:
- {name: ["feat_1", "feat_2", "feat_3", "feat_4", "feat_5", "feat_6", "feat_7", "feat_8", "feat_9", "feat_10",
"feat_11", "feat_12", "feat_13", "feat_14", "feat_15", "feat_16", "feat_17", "feat_18", "feat_19",
"feat_20", "feat_21", "feat_22"],
active: True, dtype: float, type: categorical}
label_col: {name: label, dtype: float}

tuner_space:
model_root: './Avazu/MLPX_avazu_x1/'
embedding_dim: 10
embedding_regularizer: 5.e-2
dnn1_batch_norm: True
dnn2_batch_norm: True
dnn1_hidden_units: [[400, 400, 400]]
dnn2_hidden_units: [[800]]
dnn1_dropout: [0.4, 0.3]
dnn2_dropout: [0.2, 0.3]
use_feature_selection: True
selection_hidden_units: [[1000]]
bilinear_group: [1, 2, 5, 10, 20, 50]
learning_rate: 1.e-3
batch_size: 4096
seed: 2021
monitor: 'AUC'
monitor_mode: 'max'
metrics: [['AUC', 'logloss']]
verbose: 0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.