Jacqueline P.

Results 8 comments of Jacqueline P.

Dear J, thanks for the information. I think another way is just scrape the website directly, bypassed an reddit API?

Hi @Optimox , could you please help elaborate the example > if someone is 50 year old, and the attention layer think that age is half of the solution then...

Hi @pplonski Interested in contributing adding TabNet into mljar-supervised, may I get some thoughts on your comments "as the extension .... installed additionally" ? what might be an ideal way...

You can use `callback` to log evaluation process. Here is my hack way: ``` # defined your logger object first import logging import sys import os # clear previous logging...

Hi, No. I use regular DaskDMatrix. The way to construct dtrain and dvalid is below ``` import dask.array as da import dask.dataframe as dd # tra and itv are regular...

> By the way, I like how it avoids putting many points in the same location. Do you think it is easy enough to do with plotly? When applying parallel...

For anyone who met the same issue as @trevorwelch and I did (`TypeError: Cannot cast array data from dtype('float64') to dtype('int64') according to the rule 'safe'`) : this error probably...