Free cookie consent management tool by TermsFeed Policy Generator

Custom Query (2734 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 2734)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#3111 done RandomForestClassification produces a result (RF Model Evaluation) incorrectly gkronber gkronber
Description

The list is populated with models but the models cannot be shown.

Might be related to a recent change for classification problems (#3102).

Steps to reproduce:

  1. New Random Forest Classification
  2. Run
  3. Check Results -> Random forest classification solution -> RF Model Evaluation

#3109 done RegressionSolutionLinechart shows empty DataPoints gkronber mkommend
Description

It is not necessarily the case that training or test partitions are consecutive and some visualizations as the line chart view are already prepared to handle such cases of training and test indices.

If one uses different training and test splits (e.g. alternating) the line chart insert empty points to bridge the gap between the training parts. However, these empty points are shown for the training series, but not for the other (test, all) series.

Screenshot

#3100 obsolete TriangularMatrix uses wrong base class gkronber bburlacu
Description

Since the underlying storage is an array, the TriangularMatrix<T> class should inherit from ValueTypeArray<T> instead of ValueTypeMatrix<T>. This would lead to a more efficient implementation.

Optional enhancements:

  • option to specify storage order (row- or column major)
  • a property to access the underlying T[] array
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.