khiops-visualization 11.8.0 → 11.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1831,6 +1831,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1831
1831
  SOFTWARE.
1832
1832
 
1833
1833
 
1834
+ fastest-json-copy
1835
+ MIT
1836
+ MIT License
1837
+
1838
+ Copyright (c) 2020 Vadim @streamich Dalecky
1839
+
1840
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1841
+ of this software and associated documentation files (the "Software"), to deal
1842
+ in the Software without restriction, including without limitation the rights
1843
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1844
+ copies of the Software, and to permit persons to whom the Software is
1845
+ furnished to do so, subject to the following conditions:
1846
+
1847
+ The above copyright notice and this permission notice shall be included in all
1848
+ copies or substantial portions of the Software.
1849
+
1850
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1851
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1852
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1853
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1854
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1855
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1856
+ SOFTWARE.
1857
+
1858
+
1834
1859
  file-saver
1835
1860
  MIT
1836
1861
  The MIT License
@@ -290,12 +290,12 @@
290
290
  "TOOLTIPS": {
291
291
  "TABS": {
292
292
  "PROJECT": "Project: list of output analysis files",
293
- "PREPARATION": "Preparation: univariate data analysis on the train database",
294
- "PREPARATION_2D": "Preparation 2d",
293
+ "PREPARATION": "Preparation: univariate data analysis on the train database",
294
+ "PREPARATION_2D": "Preparation 2d: Bivariate data analysis",
295
295
  "MODELING": "Modeling: description of SNB model",
296
296
  "EVALUATION": "Evaluation: evaluation of the predictors on databases (train, test and others)",
297
- "TEXT_PREPARATION": "Text Preparation",
298
- "TREE_PREPARATION": "Tree Preparation",
297
+ "TEXT_PREPARATION": "Text Preparation: Constructed text features analysis",
298
+ "TREE_PREPARATION": "Tree preparation: Tree variables analysis",
299
299
  "AXIS": "Axis",
300
300
  "CONTEXT": "Context"
301
301
  },
@@ -329,7 +329,7 @@
329
329
  "RANK": "Rank of the variable, sorted by decreasing Level",
330
330
  "NAME": "Name of the variable",
331
331
  "LEVEL": "Evaluation of the predictive importance of the variable. The Level is a value between 0 (variable without predictive interest) and 1 (variable with optimal predictive importance).",
332
- "TARGET_PARTS": "",
332
+ "TARGET_PARTS": "Number of part resulting from the grouping preprocessing of the target variable",
333
333
  "PARTS": "Number of parts resulting from the grouping preprocessing of the variable.",
334
334
  "VALUES": "Number of initial values of the variable.",
335
335
  "MODE": "Most frequent initial value.",