Skip to content

Commit

Permalink
🔳 🔳
Browse files Browse the repository at this point in the history
  • Loading branch information
zygmuntz committed Apr 12, 2017
1 parent b405fa4 commit e1c0e44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
@@ -1,6 +1,12 @@
*.py[cod]
*.pkl
*.kate-swp
main_autoimport.py
defs/fm.py
defs/*.py[cod]
data/classification.pkl
defs/*.kate-swp
defs_regression/*.py[cod]
defs_regression/*.kate-swp
data/classification.pkl


Binary file removed defs/.README.md.kate-swp
Binary file not shown.
2 changes: 2 additions & 0 deletions defs/README.md
Expand Up @@ -11,6 +11,8 @@ This directory contains implementations of `get_params()`, `try_params()` and se
sgd.py - a linear SGD classifier
xt.py - extremely randomized trees

xgb.py - XGBoost classifier

keras_mlp.py - a Keras MLP

polylearn_fm.py - polylearn factorization machine
Expand Down

0 comments on commit e1c0e44

Please sign in to comment.