Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature json serialization #129

Open
wants to merge 40 commits into
base: cython-wrapper
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d818cee
init serialization
AlexJoz Nov 30, 2017
a2bf716
submodule update
AlexJoz Nov 30, 2017
14756ac
temp test change
AlexJoz Nov 30, 2017
0ee1e50
upd submodule
AlexJoz Nov 30, 2017
51bd404
upd submodule
AlexJoz Dec 2, 2017
c3eb7a7
update core2
Feb 13, 2018
654bdf5
use docker
Feb 14, 2018
de5d0a3
add .
Feb 14, 2018
1febbcb
update
Feb 14, 2018
ec484c1
cache externals
Feb 14, 2018
385abdd
cache only openblas
Feb 14, 2018
3b29ad3
mv to before_install
Feb 14, 2018
028da05
rm cache
Feb 14, 2018
99fcae2
smoke test
Feb 14, 2018
04a9fa4
rm smoke test
Feb 14, 2018
25138f3
clean out Dockerfile
Feb 14, 2018
f3b269e
Merge pull request #131 from ibayer/fix_json
Feb 14, 2018
9fe4170
update fastFM-core2
Aug 7, 2018
3eef4be
Merge pull request #139 from ibayer/update_core
Aug 7, 2018
3b2ca6c
update core2
Aug 20, 2018
a6a022c
add loss and solver to json
Aug 21, 2018
8171cf7
Merge pull request #140 from ibayer/update_core2
Aug 21, 2018
d7517f9
update core2
Aug 22, 2018
ed32da0
add factory methods for Data and Model
Aug 22, 2018
0f75dba
add col-major support to cpp fit
Aug 22, 2018
1f0d958
add test for cpp sgd
Aug 22, 2018
204db6f
fix train_test_split depreciation warining
Aug 22, 2018
b30f70a
replace predict with cpp version
Aug 23, 2018
c9daed8
put intercept in np array
Aug 29, 2018
f8d4eec
replace sgd solver (use core2 now)
Aug 29, 2018
230e688
remove sgd wrapper for C solver
Aug 29, 2018
53577c5
Merge pull request #142 from ibayer/replace_sgd_solver
Aug 29, 2018
916ad29
update core2
Sep 21, 2018
fae6d7a
upgrade cd regression to core2
Sep 21, 2018
6d928e0
refactor class predict
Sep 21, 2018
bda4cad
rm als core (C) code
Sep 21, 2018
2832f59
Merge pull request #143 from ibayer/irls
Oct 7, 2018
8074170
update fastfm-core2
Oct 14, 2018
7b145d5
fix import
Oct 14, 2018
4cc2fa4
Merge pull request #144 from ibayer/update_core2
Oct 14, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastFM-core2