Skip to main content
0 votes
0 answers
76 views

Set-up conda version 24.7.1 Created new environment in anaconda prompt: conda create --name r_env2 conda conda-forge::r-essentials conda-forge::r-base=4.4.3 Confirmed that r-essentials included caret ...
KLODell's user avatar
1 vote
0 answers
31 views

I'm developing a custom iOS keyboard using SwiftUI. I want to access a large portion of text before the cursor. I'm currently using: textDocumentProxy.documentContextBeforeInput However, this only ...
saqlain jamil's user avatar
1 vote
1 answer
58 views

Running caret:createFolds multiple times with a set.seed prior to running the first caret:createFolds call creates different folds. But while running caret:createFolds with set.seed running just ...
user29444121's user avatar
3 votes
0 answers
81 views

I am using caret with ranger for regression but I need to set quantreg = TRUE as I need this to compute quantiles (see below) some extract of my code. But I am getting this error: Error in predict....
Grace's user avatar
  • 33
0 votes
1 answer
47 views

I am using the REEMtree package in R to build a tree with random effects, but when I attempt to make predictions on the test data, I encounter the following error: Error in predict.REEMtree(...
Linus's user avatar
  • 343
1 vote
0 answers
53 views

I use the following codes to train time seires models: Train time series model in caret provided by the caret author Max Kuhn library(caret) library(ggplot2) data(economics) myTimeControl <- ...
YCao0920's user avatar
0 votes
1 answer
74 views

How do I know the distribution and link function used in model development that the train function in caret uses? I have a dataset (My_Data) of values of houses (Value_House) and characteristics of ...
Mr.Anugar's user avatar
1 vote
1 answer
90 views

I am developing a text editor for the web frontend, and I want to highlight the line where the text caret is located. Normally, it should be quite simple to implement: just by listening to the ...
Linke's user avatar
  • 358
0 votes
1 answer
74 views

I have made a model using the following codes. There is one categorical variable among my variables called "ot_soilTextu." rf_final <- caret::train(BULK_DENSITY ~ forest_210 + legumes_158 ...
BabakK's user avatar
  • 61
0 votes
0 answers
77 views

I am looking for a script in python that helps me, HOW get the position of the TEXT cursor?. I am not looking for the MOUSE pointer position. Usually many python libraries help you to find the ...
jMcfly's user avatar
  • 63
1 vote
1 answer
92 views

this is my 3 ROC Curves ! rocs <- list() rocs[["modele1"]] <- roc(data3$USI3, predict(modele1)) rocs[["modele2"]] <- roc(data3$USI3, predict(modele2)) rocs[["modele3&...
Pipas's user avatar
  • 120
2 votes
1 answer
81 views

I am using a RichTextBox in Winforms to display live stream of text. When new data comes in, the RichTextBox scrolls down to display the latest added text. If the user wants to view previous data by ...
Avi Cohen's user avatar
0 votes
1 answer
274 views

I have trained an XGBoost model using caret and now, I am calculating the mean SHAP value of each predictor using the package SHAPforxgboost, using the following code: library(SHAPforxgboost) ...
a12456's user avatar
  • 1
0 votes
1 answer
110 views

I need to be able to style TextField in my SwiftUI macOS application. Specifically, I would need to be able to change the cursor (caret) and the selection color. As I read online, for this people use ...
Deneb's user avatar
  • 1
20 votes
6 answers
23k views

I'm encountering an unusual issue on Windows 10 and Windows 11 PCs where my mouse cursor disappears within any text field—whether on websites, in search bars, or similar fields in Chrome or other ...
Alo's user avatar
  • 1,345

15 30 50 per page
1
2 3 4 5
60