-
I have a barometer connected to input of OpenCPN.
Works fine but the length of the histogram is way to short (1 h only).
To be of use I think this needs to be extended to something like 24 h.
/Hans
-
##### Issue type
- Feature request
##### Minetest version
```
Minetest 0.5.0-dev (Linux)
Using Irrlicht 1.8.4
BUILD_TYPE=None
RUN_IN_PLACE=0
USE_GETTEXT=1
USE_SOUND=1
USE_CURL=1
USE…
-
While running JWST Detector1Pipeline from Python, it gives the error - "OSError: [Errno 30] Read-only file system: '/path'"
# The error appears in both: Jupyter Notebook and Python command line wit…
-
Hi! Your project is awesome and got it working quite easily. I'm somehow surprised since I don't have a GPU card in this laptop, but just an Intel UHD Graphics 620.
I captured a small region and tr…
-
### problem
My dataset consists of images with consistent size of 1024x1024 and the objects are small — mainly between 5-30, so I cropped the original images to 416x416 ones with overlaps. There is…
lizyn updated
4 years ago
-
In learning with unbalanced classes, it is often good to stratify the data (not as in StratifiedKFold) by making the classes the same size, either by oversampling or undersampling.
I think it would be…
-
build_dataset, build_iterator, get_time_dif
-
I quickly glanced through the code and did not find any intercept adjustment during test (prediction) time when the estimator is initialized as ``LogisticRegression(class_weight="balanced")`` and the …
-
As far as I can tell the MLP classes don't have support for different class weights which are useful for imbalanced classes. Adding this should be easy as it just comes in in the batch gradient summat…
-
Following from #11/#43, we added a preliminary wheel encoder implementation which does not utilize the full resolution of the encoder or track undersampling. Rather than updating the counter when only…