-
```
(ns scicloj.metamorph.type-test
(:require [tablecloth.api :as tc]
[scicloj.metamorph.ml :as ml]
[tech.v3.dataset.modelling :as ds-mod]
[tech.v3.dataset.c…
-
Synthetic data:
```
# Generated dataset
n_subjects = 25 # number of subjects
n_trials = 50 # number of trials per subject - vary from low to high values to check shrinkage
sd_v = 0.3 # sd for …
-
Hello,
I'd like to report two issues regarding classification tasks in modnet:
First, the loss function passed to `ModnetModel().fit()` is overwritten with `"categorical_crossentropy"` if `val_d…
-
We got following issue while running your project for MSU AI club Campus VIsion Challenge:
Custom code for evaluation:
```python
import os
import sys
import matplotlib.pyplot as plt
impor…
-
I encountered an issue while using the DeepvizLab/vrecs model (from [huggingFace](https://huggingface.co/DeepvizLab/vrecs)) for generating VegaZero code based on a CSV dataset. The model appears to ge…
-
#### Describe the workflow you want to enable
I'd like to propose native categorical support for linear models, similar to #18394, i.e. ordinal encoded columns can be specified as "categorical". I se…
-
#### Is your feature request related to a problem? Please describe
I am doing a panel local projection which uses `.shift()` and `.diff()` typically creates nan values in the frame. It will need `cov…
-
Hi,
I intended to utilize solely the hinge feature in MAXENT. Consequently, I set MAXENT.hinge = TRUE and assigned FALSE to the other four features. However, the tuning outcome remained unchanged. …
-
Problem: JSON export incompletely specifies categorical splits (see below)
catboost version: 1.2
Operating System: Mac OS X 13.3.1
CPU: Apple Silicon (M2)
GPU: N/A
In the JSON export of a non-s…
-
🔍 Problem Description:
The flight delay prediction model aims to predict if a flight will be delayed based on factors like airline, origin, destination, departure time, and day of the week. This help…