-
Hi Gerald,
First off this is a great tool. Thanks very much.
My use case is to upload CSV files into AWS Postgres DB for data analytics (Windows environment). Your tool works great however it is…
-
I have two simple codes to test the PIML:
**CODE 1:**
```
from piml import Experiment
from piml.models import GAMINetRegressor
"""## Load and Prepare Data"""
exp = Experiment()
exp.data_loa…
-
http://schema.org/Product
http://schema.org/Service
from reply on public-vocabs thread _http://lists.w3.org/Archives/Public/public-vocabs/2014Sep/0229.html_ by @mfhepp
> I suppose that "Service" was…
-
### How do we solve linear referencing in OSM?
Possible paths:
#### OpenLR
- Existing standard. Who’s using besides TomTom & INRIX?
- Advantage of not requiring new IDs/curation of IDs as basemap cha…
-
### Feature description
Converting CSV to ION (CsvReader) here takes 43 seconds for 150k rows (28.1 MB file). Ludo thinks this is unexpected and too slow (a 1GB file should take that long). I'm openi…
-
Runtime Crash
java.lang.NoSuchMethodError: No direct method (ILkotlinx/serialization/SerializationConstructorMarker;)V in class Lcom/xxxx/common/core/Model; or its super classes (declaration of 'co…
-
## Describe the bug
When I ran the attach command, it streamed the logs at first and then ended in an AttributeError.
**Command Name**
`az container attach --resource-group babybuddy-resource-g…
-
(Started from discussions in #344)
## Official 'suggest an agent' thread for Huginn!!
**Have a cool idea for an agent that you want to see implemented?**
- Firstly, please check to see if the agent i…
-
Hi,
It seems model.predict() gives different results than using exp.get_model().predict(). I tried multiple things, but am unable to figure out what's causing these differences. Could you please he…
-
Hi, it seems a model trained using XGB2Regressor is slightly different than the one obtained using regular XGBRegressor. For instance, if we run the following code, I get slightly different prediction…