Results 62 issues of Tobias Kind

When animating long trajectories >100k the current FPS maximum of 25 is a limiting factor during animation. Not sure if that is related to the export function, but a higher...

This is for Avogadro 1.2.0 under Windows and Avogadro version 1.1.1 under LINUX. The Animate Trajectory functions complains about an XYZ file: "Trajectory file disagrees on the number of atoms...

Comment/Warning "note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 ." for Boruta, cforest,extraTrees ,pam ,ranger ,rf, rfRules, rocc, RRF ,RRFglobal, sparseLDA , wsrf

Hard crash with "R for Windows has stopped working" ``` R # Use of all 160 caret models for binary classification and diabetes set # The output from fast (working)...

Its extremely slow. glm or pls run in 0.5 seconds (parallel). dont try sequential, only finishes in ages. caret_6.0-70 ``` R method

caret_6.0-70 and R version 3.3.1 ``` R # knn works method

caret_6.0-70 and R version 3.3.1 ``` R method

Commonly observed when calling library(DT) after number of errors invoked by third party library in prior code. ``` R Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared...

bug
wontfix

Hard crash under windows and R3.3.1 ``` R require(caret) require(mboost) require(gbm) require(randomForest) # load iris set data(iris) dim(iris) # works not "ordinalNet" extremely slow m

Example code results in hard crash only when "blackboost" is included. Parallel and sequential crash. "memory could not be written. Click on OK to terminate". ``` R require(caret) require(gbm) require(randomForest)...