Toby Roseman

Results 543 comments of Toby Roseman

There is a significant amount of work needed to merge this pull request. The default input JSON format should be the same regardless of whether a JSON file or a...

You want `exclude_known = True` not `exclude_known== True`. You only want one equal sign not two.

I can not reproduce this issue. Excluding known seems to work just fine when using user side information. The following code: ```python import turicreate sf = turicreate.SFrame({ 'user_id': ["0", "0",...

You're right. Having user data for users that are not present in the observation data does break `exclude_known=True`. I've verified your results and also verified that removing the first two...

I just tried running running this on macOS 10.15.6 with 16GB of RAM. It worked fine for me with 8,000 iterations. Are you seeing this same error consistently?

I just tried again and I'm not able to reproduce this issue. I'm using macOS 10.15.6 with 16GB of RAM with Tensorflow 2.1.0, Turicreate 6.4.1 and Python 2.7. It was...

Please let us know a little more information about your setup: 1 - What operating system are you using for your docker image? 2 - What version of Python are...

The version of TuriCreate that you are using is quite old. Please try updating to the latest version of TuriCreate. The code I shared was not intended to fix the...

Unfortunately, there is a bug in `tc._sys_util.test_pylambda_worker()` which is preventing us from getting complete results. (I've fixed this bug in #3349). The information that is present in the zip file...

Great, looks like that worked fine. Try adding `tc.config.set_runtime_config('TURI_CACHE_FILE_LOCATIONS', '/tmp/')` to your script right after you import turicreate. Let me know if that works.