Skip to content
Snippets Groups Projects
Commit b2fe0d47 authored by Axel Naumann's avatar Axel Naumann
Browse files

[tut] Davix on Macs cannot find certificates: use http.

parent 37ea6903
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ using namespace TMVA::Experimental; ...@@ -15,7 +15,7 @@ using namespace TMVA::Experimental;
void tmva004_RStandardScaler() void tmva004_RStandardScaler()
{ {
// Load data used to fit the parameters // Load data used to fit the parameters
ROOT::RDataFrame df("TreeS", "https://root.cern/files/tmva_class_example.root"); ROOT::RDataFrame df("TreeS", "http://root.cern/files/tmva_class_example.root");
auto x = AsTensor<float>(df); auto x = AsTensor<float>(df);
// Create standard scaler and fit to data // Create standard scaler and fit to data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment