L'apprendimento automatico nel trading: teoria, modelli, pratica e algo-trading - pagina 3044

 
mytarmailS #:

Va bene, dovrebbe funzionare.

Sei sicuro di non aver modificato il codice? Mostrami il codice in cui si verifica l'errore.

No, non l'ho cambiato.


 
Aleksey Vyazmikin #:

No, non l'ho fatto.

molto piccolo

 
mytarmailS #:

molto piccolo

Fare clic sull'immagine.

Poi sulle frecce accanto al dischetto.
 
Aleksey Vyazmikin #:

Fare clic sull'immagine.

Poi sulle frecce accanto al dischetto.

provare a sostituire embed con stats::embed

 
Forester #:
Qual è la vostra opzione per valutare la stabilità? Recentemente abbiamo discusso due opzioni.

più bassa è la deviazione standard dei valori di FF su test di siti storici diversi, meglio è.
 
Aleksey Vyazmikin #:

ha funzionato?

 
mytarmailS #:

ha funzionato?

Ho un nuovo errore, ora dice

> library(inTrees)  # ?inTrees::getRuleMetric()
Error in library(inTrees) : нет пакета под названием ‘inTrees’
In addition: Warning messages:
1: replacing previous import ‘lifecycle::last_warnings’ by ‘rlang::last_warnings’ when loading ‘tibble’ 
2: replacing previous import ‘lifecycle::last_warnings’ by ‘rlang::last_warnings’ when loading ‘pillar’ 

> tr <- 1:500

> library(inTrees)  # ?inTrees::getRuleMetric()
Error in library(inTrees) : нет пакета под названием ‘inTrees’
In addition: Warning messages:
1: replacing previous import ‘lifecycle::last_warnings’ by ‘rlang::last_warnings’ when loading ‘tibble’ 
2: replacing previous import ‘lifecycle::last_warnings’ by ‘rlang::last_warnings’ when loading ‘pillar’ 

Cerco di installare R-Studio - va avanti e indietro - avverte che si riavvierà, ma non lo fa.

In R ho ottenuto il seguente log

> install.packages("inTrees")
Устанавливаю пакет в ‘C:/Users/S_V_A/Documents/R/win-library/4.0’
(потому что ‘lib’ не определено)
Предупреждение: недоступен индекс для хранилища https://mirrors.bfsu.edu.cn/CRAN/src/contrib:
  не могу открыть URL 'https://mirrors.bfsu.edu.cn/CRAN/src/contrib/PACKAGES'
Предупреждение: недоступен индекс для хранилища https://mirrors.bfsu.edu.cn/CRAN/bin/windows/contrib/4.0:
  не могу открыть URL 'https://mirrors.bfsu.edu.cn/CRAN/bin/windows/contrib/4.0/PACKAGES'
Предупреждение:
пакет '‘inTrees’' недоступен (for R version 4.0.5) 
 
Aleksey Vyazmikin #:

Ho un nuovo errore, ora dice

Provo a installare R-Studio - va avanti e indietro - avverte che si riavvierà, ma non si riavvia.

perché installare R-Studio ?

 
Aleksey Vyazmikin #:

In R, questo è il log

provatelo

install.packages("inTrees", dependencies=TRUE, repos='http://cran.rstudio.com/')

Ed è meglio cambiare l'output della console in inglese, così si possono cercare i problemi su Google normalmente

https://stackoverflow.com/questions/25721884/how-should-i-deal-with-package-xxx-is-not-available-for-r-version-x-y-z-wa

How should I deal with "package 'xxx' is not available (for R version x.y.z)" warning?
How should I deal with "package 'xxx' is not available (for R version x.y.z)" warning?
  • 2014.09.08
  • Richie Cotton Richie Cotton 117k 46 46 gold badges 243 243 silver badges 359 359 bronze badges
  • stackoverflow.com
Why doesn't R think that the package is available? See also these questions referring to specific instances of this problem:
 
mytarmailS #:

perché installare R-Studio ?

Credo che avresti dovuto mettere una virgola. Si trattava del luogo in cui il pacchetto è stato installato.