ibayer
ibayer
* [ ] compiling `fastfm-core` pollutes the `fastfm-core/src/` dir with all the `*.o` object files from OpenBLAS. * [ ] The OpenBLAS submodule requires a whopping 20MB download, this can...
The refactoring from issue #85 has to be completed first. Motivation: -------------- A lot of complicated code is required in `fastFM/ffm.pyx` to wrap the c structs [cs_di](https://github.com/ibayer/fastFM/blob/master/fastFM/cffm.pxd#L4) and [ffm_param](https://github.com/ibayer/fastFM/blob/master/fastFM/cffm.pxd#L16) (see...
Access to the mcmc hyperparameter is fairly obscure and needs better documentation. - [ ] add documentation to python mcmc module - [ ] add function that generates string parameter...
## **Why do I get better results with libfm?** Be careful if you use a regression model with a categorical target, such as the 1-5 star rating of the movielens...
The latest release still has the OOM bug when uploading to remote storage. - `nextcloud:23.0.2` with postgrest client added - `postgres:10.3`  ```bash > Health status: 0 correct, 363 missing...
Thanks for this great library. I'm currently evaluating if we can switch to intake to handle all our data versioning needs, so far `intake` works really great for standard data...
Thanks for the example! Will trying it out (npm -version 6.4.1) ``` bash git clone https://github.com/react-theming/create-material-ui-app.git cd create-material-ui-app npm install npm run storybook ``` I ran into two issues: 1)...
Thanks for developing both `dbt-duckdb` and `target-duckdb`! Being new to the whole meltano, dbt, duckdb stack I tried to modify the official [meltanto tutorial](https://docs.meltano.com/getting-started/part1) by replacing `postgres` with `duckdb` ```yml...
Hi, thanks for this awesome library! I just started playing around with the examples and have the impression that column sorting doesn't work properly for the [slickgrid](http://syntagmatic.github.io/parallel-coordinates/examples/slickgrid.html) example. Sort the...
Motivation ---------- ipyannotator currently support image labeling. However, for data sets with a very large number of classes it's very difficult to quickly match the image to the right class....