-
Modify DFO-LS to allow different loss functions (not just sum-of-squares), when the analytic form is known, so full model can be built using first derivatives (e.g. currently, have y -> y^2, with firs…
-
From @EricSchles:
The motivation here is to expose basic insights regarding the data within and across multiple datasets. Below are a set of basic modeling techniques.
`cat dataset.csv example.mode…
-
I'm not able to compile it on Windows 10 with Julia 1.0.
julia> using Alistair
[ Info: Precompiling Alistair [86c88462-ac83-561c-9d98-78f7747e984b]
ERROR: LoadError: LoadError: UndefVarError: T n…
-
found while investigating #2377 (with the proposed fix replacing sign by `>=` )
the standard errors are nan, and there are RuntimeWarnings related to the kernel estimation.
What's the minimum size f…
-
Some user-facing strings displayed in the CEF frontend aren't getting wrapped in XMSG with the new wrapper script. Here's a list of all the strings that didn't get wrapped in Linear_RegressionGui.html…
-
I'm planning on using Regression to do multinomial least squares, but when I tried to load the command after `using Regression`, it wasn't found. Naturally, I tried to test the package, it returns:
…
-
The huber loss is the least squared error if the absolute difference is less than a threshold(which is defined to be 1 for `SmoothL1Loss`), else it is `δ (|d|−δ/2)` where d is the absolute error and `…
-
I would expect that if I have transformations in my data, they would be applied before the subsetting is done. This does not appear to be the case. For example, in the case below, I would expect the n…
-
Go through publicly available learning resources for Ridge Regression - relate the same to the MMM - incorporate the R and Python Code for - Detecting Multicollinearity and Ridge Regression , with fo…
-
**Submitting authors:** Anna Czarnocka, An Zhou, Yuechang Liu, Daniel Lima
**Repository:** https://github.com/DSCI-310-2024/Group_13-Laptop-market-price-analysis/releases/tag/3.0.0
**Abstract/e…