-
I'm currently working on some updates to quasi-Newton direction update rules. Here are a few things to check/consider:
- [x] `QuasiNewtonCautiousDirectionUpdate` doesn't seem to use `θ` function anyw…
-
skip
-
skip
-
skip
-
skip
-
skip
-
skip
-
Following on from @LukeMathWalker 's post [here](https://github.com/rust-ml/discussion/issues/1), I'm starting this issue to discuss and refine the details of a high level machine learning interface (…
-
I installed ceres with the following command:
git clone --recurse-submodules https://github.com/ceres-solver/ceres-solver
But when I compile another project (direct_visual_lidar_calibration) with ca…
-
**What happened**:
In order to use dask-ml models to train on a dask DataFrame, the DataFrame must be converted to a dask array.
```python
#df is a dask DataFrame that looks something like thi…