Liam Brannigan

Results 31 issues of Liam Brannigan

Hi @itamarst - I extended the jsonencoder to handle pandas in my own code and it worked well. Wondering if you're interested in developing something like this as part of...

**please complete the following information:** - OS version: [e.g. Win 10, Mac Catalina] - Editor: [e.g. vscode, intelij, sublime] - Editor version: - Programming language: [e.g. js, ts, c++] -...

In the website tutorial at http://parnec.nuaa.edu.cn/huangsj/alipy/10_mins_to_alipy.html there is no initial fit of the model and so I get an error when running the line: ``` select_ind = uncertainStrategy.select(label_ind, unlab_ind, model=model,...

#### Describe your feature request A method on a series to return the histogram of that series. I've put together an idea of how it could work on Discord: Define...

feature

# Documentation From a crude test it looks like half of the functions in expr.py are still missing docstrings with examples. We need to have adequate explainer text and at...

documentation

Having `describe_plan` and `describe_optimized_plan` is confusing for newcomers and verbose. Propose to deprecate these and replace them with something like: ```python def plan( optimized:bool = True, type_coercion: bool = True,...

feature

I'd like to make an example build in docker with openMP and netcdf that can be added to the docs. I can compile and run without netcdf, but am having...

There is a question about data privacy. Should there also be a question about potential sources of bias that could arise from using the model and how this is monitored?

Nice work! I often start out with much more unlabelled than labelled data. Is it possible to do masked language model fine-tuning (without the classification head) to start with on...