Ilya Roublev
Ilya Roublev
This issue is closely related to https://github.com/alan-turing-institute/MLJLinearModels.jl/issues/14 I'm trying to compare performance of `fit!` and `evaluate!` in Julia and analogous methods in scikit-learn in Python. The code and data are...
It is necessary to add more examples in documentation for the following [list of problems](https://github.com/SystemAnalysisDpt-CMC-MSU/ellipsoids/files/1476603/PP-2017.pdf) These examples should look like those already existing [here](http://systemanalysisdpt-cmc-msu.github.io/ellipsoids/doc/chap_examples.html). To add new examples it is...
Currently `getRhoBoundary` is fixed, but the corresponding test `testGetRhoBoundary` from `elltool.core.test.mlunit.EllipsoidBasicSecondTC.m` is disabled (by renaming it to `DISABLED_testGetRhoBoundary`). The reason is the test is based on wrong logics (that results...
This issue is a part of issue #53.
1. There are several places where comparison is performed. Among them are - `getIsGoodDirMat` method of `GenEllipsoid` class - calculation of rank in `ellunion_ea` method of `ellipsoid` class - `gras.la.ismatposdef'...
1) transform the script `s_install` to the function `install` 2) parameterize `install` function with `confName` 3) parameterize `ellipsoidsinit` with `confName` 4) make `install` pass `confName` to `ellipsoidsinit` 5) parameterize `elltool.conf.Properties.init`...
This issue is a part of issue #53.