Machine learning in trading: theory, models, practice and algo-trading - page 3044

 
Aleksey Vyazmikin #:

No, I didn't.

very small

 
mytarmailS #:

very small

Click on the picture.

Then on the arrows next to the floppy disc.
 
Aleksey Vyazmikin #:

Click on the picture.

Then on the arrows next to the floppy disc.

try replacing embed with stats::embed

 
Forester #:
What is your option for assessing stability? We've been discussing 2 options here recently.

the lower the standard deviation of FF values on tests of different historical sites - the better.
 
Aleksey Vyazmikin #:

did it work?

 
mytarmailS #:

did it work?

I got a new error, now it says

> 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’ 

I try to install R-Studio - it goes round and round - it warns that it will reboot, but it doesn't.

In R I got the following 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 #:

I got a new error, now it says

I try to install R-Studio - it goes round and round - it warns that it will reboot, but does not reboot.

why install R-Studio ?

 
Aleksey Vyazmikin #:

In R, this is the log

try it

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

And it's better to change the console output to English, then you can google problems normally

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 #:

why install R-Studio ?

I guess you should have put a comma there. It was about the place where the package was installed.

 
Andrey Dik #:

the lower the standard deviation of FF values on tests of different historical sites, the better.
Can you elaborate? Or an example. Which values, which FF?
Reason: