-
https://github.com/gunnaraustrheim/SustherbTreeDensity/blob/84ea1e81873971d5ee4ac47042efd2b3cbee9d6d/analyses.qmd#L94
Line # 934 #Question to Anders: group function. What happends with NA vs zeros …
-
#### Problem description
I wish to get the number of sales for each month, even when the product is missing sales figures for a certain period. Consider the following example:
```python
import pand…
-
today, i try to use Int4WeightOnlyQATQuantizer to quantize llama3-8b
when i use model generate function, i get below error:
```
Running InferenceRecipe with resolved config:
chat_format: null
c…
-
When I run python main.py using example_config.yml, it can't save new_rhs.npz. After debuging, I found that it's because the gradient computed in line 389 of poisson_system_matrices_from_mesh,grad = i…
-
It is common practice in our product for data to include leading zeros,
For example, a barcode must always be 16 numbers long so it may include some leading zeros when necessary.
In some cases, ou…
-
Hi Dirk, sorry if this is not exactly as much effort as you expect for an issue, I just wanted to flag something reported to *collapse* ([#648](https://github.com/SebKrantz/collapse/issues/648)), whic…
-
At the moment, Numba is not as efficient as Numpy in creating arrays with `np.zeros`. The difference is quite large even for medium-sized arrays (the example below should use about 230MB).
Here's a s…
-
Allow for a parameter similar to fieldDefaultValue for strings to default null date to zeros instead of spaces.
-
### Describe the workflow you want to enable
For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Mos…
-
```np.ma.zeros_like(np.ma.array([0,1],mask=[0,1]))```
masked_array(data=[0, --],
mask=[False, True],
fill_value=999999)
This behaviour (copying the mask) is counterintuitive…