Skip to content

[Doc] Add PyMVA introduction and Keras documentation to TMVA Users Guide#391

Merged
dpiparo merged 1 commit intoroot-project:masterfrom
stwunsch:tmva_doc_keras
Apr 6, 2017
Merged

[Doc] Add PyMVA introduction and Keras documentation to TMVA Users Guide#391
dpiparo merged 1 commit intoroot-project:masterfrom
stwunsch:tmva_doc_keras

Conversation

@stwunsch
Copy link
Contributor

@stwunsch stwunsch commented Mar 3, 2017

  • Add PyMVA introduction and Keras documentation to TMVA Users Guide.
  • Set default options for PyKeras method correctly.

…ide; Set default options for PyKeras method correctly.
@phsft-bot
Copy link

Can one of the admins verify this patch?

@dpiparo
Copy link
Member

dpiparo commented Mar 7, 2017

Hi Stefan,

thanks for the PR: looks like great documentation. Usually we write documentation in markdown: is there a reason why you went for latex? Was a strategy to generate this doc every night discussed somewhere?

@stwunsch
Copy link
Contributor Author

stwunsch commented Mar 7, 2017

We decided in a TMVA meeting that we want to update the TMVA User's Guide, e.g., such as Simon did recently for the new DNN method. That's the reason for the latex code. As far as I know (and are able to use grep), there's not yet a pandoc integration for the TMVA User's guide such as done for the other docs.

@dpiparo
Copy link
Member

dpiparo commented Mar 7, 2017

I see. I'd like to see this automatically generated and linked from here https://root.cern.ch/root-user-guides-and-manuals .
Would it be a problem to convert all this to markdown (pandoc -s example4.tex -o example5.text)? @couet @lmoneta what do you think?

@stwunsch
Copy link
Contributor Author

stwunsch commented Mar 8, 2017

I doubt that it's easily portable. E.g., as far as I know latex references are not directly portable to html (via markdown) and there are quite a lot of custom functions such as the option tables or the code examples. Still, I like the idea to have it in markdown so it can be ported via pandoc easily to other formats. Though, this would probably need a major refactoring of the document.

@dpiparo
Copy link
Member

dpiparo commented Mar 19, 2017

Hi,
as I said, we do not generate any documentation from latex and leave it in source format is not as useful as providing it on the ROOT website as pdf, html and various other formats. I let @lmoneta and @couet comment further about this though.

@couet
Copy link
Member

couet commented Mar 27, 2017

I can help with the conversion to markdown if we decide to do it.

@dpiparo dpiparo merged commit 55b7343 into root-project:master Apr 6, 2017
linev added a commit to linev/root that referenced this pull request Feb 24, 2026
Add implementation for TFile drawing in jupyter
Plus changes from last months with full `RNTuple` support

Full log:

Implement new data types in `RNtuple`
   - reduced float types kFloat16, kReal32Trunc, kReal32Quant
   - `std::vector`
   - `std::map`, `std::unordered_map`, `std::multimap`, `std::unordered_multimap` with `std::pair`
   - `std::set`, `std::unordered_set`, `std::multiset`, `std::unordered_multiset`
   - `std::array`
   - `std::variant`
   - `std::tuple`
   - `std::bitset`
   - `std::atomic`
   - simple custom classes
   - streamed types
1. Resort order of ranges in http request, fixing several long-standing problems root-project#374
1. Implement for `TPie` 3d, text, title drawing including interactivity
1. Implement `TCanvas` support in `build3d` function root-project#373
1. Implements `TTree` branches filtering via context menu root-project#364
1. Let define alternative draw function root-project#378
1. Implement padsN draw option for `THStack` and `TMultiGraph`
1. Use `resvg-js` backend for PNG support in node.js root-project#391, thanks to https://github.com/OmarMesqq
1. Remove support for deprectaed `TH1K` class
1. Introduce `settings.ServerTimeout` global timeout for THttpServer operations
1. Let set custom color palette with `setColorPalette` function
1. Upgrade three.js r180 -> r183
1. Fix - paint frame border mode/size from TCanvas
1. Fix - add TLeafG support to TTree root-project#397
1. Fix - interactivity for TH3 palette drawing root-project#398

## Changes in 7.10.2
1. Fix - correctly process `TLeafB` arrays in tree draw root-project#384
2. Fix - better detect default ranges in `TGraph` histogram
3. Fix - convert BigInt before `RNtuple` drawing
4. Fix - pages and clusters processing in `RNtuple` root-project#390
5. Fix - extra row for legend header, proper horizontal align root-project#21173

## Changes in 7.10.1
1. Fix - proper paint axis labels on both sides when pad.fTickx/y = 2
2. Fix - recover io after bad http response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants