nitinmnsn

Results 6 comments of nitinmnsn

numThreads ([int](https://docs.python.org/3/library/functions.html#int)) – Number of threads for LightGBM. For the best speed, set this to the number of real CPU cores. Is this number of cores on my executor node,...

I did that now with ```ps.set_option('compute.ordered_head', True)```. The results are exactly the same. Order is not the only source of my confusion though. I do not understand a lot in...

I do understand the number of partitions issue. It was a lapse in my understanding. But, I do think that the default indexes are not generated correctly. Are there any...

Yes, that would be perfect! 1. Removing the requirement that ```where_primitives``` needs to be a subset of ```agg_primitives``` would allow us to operate at just the string name of the...

Thank you for your help, Jeff. I figured as much that ```where_primitives``` need to be a subset of ```agg_primitives```. Do you also think that this limits the freedom with which...

Yes. That is right. The two issues are: 1. No way to control the ```where_primitives``` application #1513 2. ```where_primitives``` need to be a subset of ```agg_primitives``` #1514 Hence I opened...