-
Notifications
You must be signed in to change notification settings - Fork 10
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
Merging recomm_sys #72
base: master
Are you sure you want to change the base?
Conversation
@akkadhim Could you please export your noisy datasets to a CSV file for testing in other languages? |
Sure, below are different datasets for different noise ratios. noisy_dataset_0.05.csv |
@akkadhim Thank you! |
@akkadhim Is it correct that, after one-hot booleanization, your input data consists of 10709 bits? This includes 1350 unique |
|
@akkadhim |
@akkadhim My best validation accuracy:
Here is the proof:
These results were obtained on a CPU, and it works quite fast. |
For the user_id, the CSV formatting rules allow handling such cases by enclosing the value in double quotes, while the categories column format maintains the original structure of the dataset. Splitting these fields would alter the representation of hierarchical categories and associated user IDs. |
Very impressive! Nice work, @BooBSD! |
Adding the recommendation system experiments. Please ignore any changes outside the (examples/recomm_system) directory.