-
After the clustering, there are not time-dependent values for transmission lines anymore. Before the clustering (after etrago.adjust_network) they are still there, so it looks like they get lost withi…
-
Hey Team,
Thank you for this awesome work and for releasing the super clean training code! We are super interested in reproducing result on Mistral 7b model.
I have trained a Mistral model with …
-
Model Categories
---
### Parametric
- Linear/polynomial regression (for baseline)
### Tree-Based
- XGBoost, **CatBoost**, LightGBM
- Gradient boosting explained [1](https://learning.oreilly.com/libra…
-
*************edited November 20***************
**TRACKER**
BA.2.86: -C6541T,A7842, C8293T, G8393A (new query thx to @aviczhl2 )
JN.1 QUERY: C18894T, T15756A, A7842, -C6541T
XDD Query : C6541T…
-
We should update solver settings example files to include all options showing default values (copied from the relevant configure_solver/ .jl files for each solve) but with all commented out. And provi…
-
## Checklist
- [ ] I am using the current [`master`](https://github.com/PyPSA/pypsa-eur/tree/master) branch or the latest [release](https://github.com/PyPSA/pypsa-eur/releases). Please indicate…
-
This issue is to compare paper results with results obtained with new filters. These new filters are `min_depth 5` (paper is `0`), `min_qual 25` (paper is `85`), `min_mq 30` (paper is `0`). It is wort…
-
## Describe the feature you'd like to see
It would be appropriate to compare the modelling we obtain with PyPSA-Earth to other closed and open modelling frameworks.
The more studies, the bette…
-
@mochi-co , can you please elaborate on the purpose of using FanPool? Currently when multiple publishers publish to same or different topics, FanPool will not ensure order nor provide concurrency prot…
-
`serialise() {
const logData = this.data.map((e) => {
// JSON.stringify(new Error('test')) returns {}, which is not really useful for us.
// The following allows us to serialize err…