Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

stufff-ml/stufff-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stufff-mlmodel

Default models for the Stufff Machine Learning Engine

Reference

Datasets

Brazilian E-Commerce Public Dataset by Olist https://www.kaggle.com/olistbr/brazilian-ecommerce#olist_order_items_dataset.csv

Online Retail Data Set from UCI ML repo https://www.kaggle.com/jihyeseo/online-retail-data-set-from-uci-ml-repo

Retailrocket recommender system dataset https://www.kaggle.com/retailrocket/ecommerce-dataset#events.csv

Development

pip install -U pip pip install --user --upgrade virtualenv

virtualenv stufff-env source stufff-env/bin/activate

pip install -r requirements.txt

Format

Import

event,entity_type,entity_id,target_entity_type,target_entity_id,timestamp,properties
buy,user,121688,item,15335,1548705546,''
buy,user,599528,item,356475,1548705546,''

Export

entity_id,entity_type,target_entity_type,values
1,user,item,"[99, 0.99982, 24, 0.99659, 8, 0.98458]"

About

Models for the Stufff Machine Learning Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published