lukaspistelak

Results 10 comments of lukaspistelak

they changed end point url to :+1: https://twitter.com/explore/

for JS render here is nice lib :+1: https://github.com/mherrmann/selenium-python-helium

I found a POSSIBLE solution: to use: https://stackoverflow.com/questions/21485319/high-memory-usage-using-python-multiprocessing maxtasksperchild= Can somebody super fast improve it_? or can i_?

i found POSSIBLE sollution: to use: maxtasksperchild= Can somebody super fast improve it_? or can i_?

hi, I got this error> ``` softmax = prediction['softmax'] KeyError: 'softmax' ``` when I want to use your tip> ``` for image in images: feed = {image_pl: image} softmax =...

i think they shut down non-javascipt render at twitter search web page

i have similar issue when run pool inside standard Thread...

Thanks for your response and help! 😊 I tried to add the n_jobs parameter, but it didn’t help. 😕 Here are the LightGBM model parameters I’m using: ``` params =...

> Why do you use 45 as cv? That makes the selector train 700 x 45 models, which is what's making it take so long. I normally use 3 or...

Thanks ! It helped, i have question is possible use validation dataset as well ? : ``` from feature_engine.selection import RecursiveFeatureAddition tr = RecursiveFeatureAddition(estimator=lgb_model , cv=cv, scoring= 'average_precision', threshold =...