StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

user2357112

Rating
1732.54 (65th)
Reputation
169,138 (306th)
Page: 1 ... 28 29 30 31 32 ... 89
Title Δ
Did I just find a bug in sklearn KNN classifier or does everything... 0.00
How to get "program counter" for functions on the stack? 0.00
Is CP437 decoding broken for control characters? 0.00
Is there anything in Python 2.7 akin to Go's `time.Tick` or Net... 0.00
How can I have multiple iterators over a single python iterable at... -2.19
What determines the data type of a numpy array 0.00
How to use \b in a regex correctly when it also contains (literal)... 0.00
Why can't class attributes be named as reserved words in python? +0.22
Module method showing strange behavior 0.00
How does Ellipsis interact with index elements other than ints and... 0.00
Python, numpy, piecewise answer gets rounded +0.25
get source code for method with @property decorator python 0.00
Function changes the global list in python instead of local list 0.00
Cython's cpython.datetime.datetime_new causes segmentation fault 0.00
Different behavior of pandas.Series operator /= in Python 2 vs Pyth... 0.00
np.arange() can't be squared properly 0.00
Why doesn't __rmod__ work properly for strings? 0.00
How to print a numpy array with data type? 0.00
How does Python string comparison _really_ work? 0.00
Custom object with __iter__() not returning what is defined in __tu... 0.00
Why does Python 2 consume a lot of memory even if there are no larg... 0.00
Are these two kinds of generator-based coroutines the same concept? +0.68
Are there ways to sidestep Python's indentation rules? 0.00
If f(n) is Omega(g(n)) then 2^(f(n)) is Omega(2^g(n)). Is this true... -1.77
Generating List Permutations of Variable Sequence Lenghts 0.00
pyhamcrest contains matcher for list of dicts 0.00
isinstance() unexpectedly returning False 0.00
Why don't int("True") and float("True") wor... +0.57
How to convert python int into numpy.int64? +1.14
Generate unique and random samples of a given list in Python for a... -0.28
Two similar array-in-array containment tests. One passes, the other... +0.25
Run code on coroutine close() 0.00
Given an 8-bit byte, produce the sequence and count of "ones&q... 0.00
Why are key/value pairs reversed when creating dictionary directly... 0.00
How exactly does tuple slicing work in Python? 0.00
How to patch function's __code__? 0.00
Why is csv.reader not considered a class? -0.40
How do I make a hollow symmetric matrix with zeros in the main diag... 0.00
Zero (row-wise) a `numpy` array's elements than are less than t... 0.00
How to properly try/catch timeout errors when acquiring a lock in P... 0.00
Python SyntaxError: invalid syntax, are brackets allowed in functio... -1.38
How to find a class or function in a Python module? +0.24
Is the example of the descriptor protocol in the Python 3.6 documen... +1.96
Why can't I Monkey-patch __setitem__ on a subclass of collectio... 0.00
What are the implicit arguments passed to module __init__()? +0.82
Why is `__dict__` attribute of a custom Python class instance a des... +0.98
The meaning of Bit-wise NOT in Python 0.00
Variables in the scopes of a function/module and attributes of the... 0.00
Behaviour of set that stores tuples, Python -0.11
How to approximate "import package.*" in Python 0.00