Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
wow! i wanna learn ML from you
Is this just a liner regression kata or something else?
I just wanna confirm. because I could not conclude that from the kata
(unless that's what the kata is)
for the test- ['mov d 100', 'dec d', 'mov b d', 'jnz b -2', 'inc d', 'mov a d', 'jnz 5 10', 'mov c a']
it definitely has 'mov c a' but the output says-
{'d': 1, 'b': 0, 'a': 1, 'c': 1} should equal {'a': 1, 'b': 0, 'd': 1}
ther is supposed to be a 'c' register in the output.
I'm still not able to understand what 'number of errors in feild of 6' means. Can someone explain? The description isn't explaining it well enough
Thankyou. Now I can see the feedback. Performance tests are where i'm lacking xd
Hi, how many perfromance tests are there? It says i've passes 2 out of 2 but still gettin timeout error
same happened with me