Skip to content
#

geometry

Here are 1,607 public repositories matching this topic...

root
eguiraud
eguiraud commented Mar 3, 2022

Current behavior:

root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_SingleMu.root")
Error in <TFile::TFile>: file /eos/root-eos/benchmark/Run2012B_SingleMu.root does not exist
(TFile &) Name: /eos/root-eos/benchmark/Run2012B_SingleMu.root Title:

Desirable behavior:

root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_Single
CAD_Sketcher
hlorus
hlorus commented Apr 27, 2022

Right now converted meshes approximate curves with a given resolution. Ideally this resolution could be configured as users might want more detail on the converted mesh.

Since mesh converting is currently based on the bezier converter this simply boils down to setting the correct values in the bezier datablock before the to_mesh() method is called. Note that setting this property by the user doe

good first issue
ninamiolane
ninamiolane commented May 10, 2022

Where should the content be modified?

geomstats/learning/knn.py

What should be modified?

We should come up with a "bridge" to scikit-learn, i.e. a centralized way to pass geomstats' Riemannian geodesic distances to scikit-learn learning methods. Not only for the K-NN algorithm.

Additional information

Example snippet that is not working:

import geomstats.datasets.utils as dat

Improve this page

Add a description, image, and links to the geometry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the geometry topic, visit your repo's landing page and select "manage topics."

Learn more