Machine learning in trading: theory, models, practice and algo-trading - page 3313
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
If you mean feature selection as part of models, I completely disagree, because feature selection as part of models ranks just any rubbish.
I'm talking about feature selection
and what you call " feature selection in models" is variance importance. Don't confuse yourself and others.
And what you do with the proxy package is artisanal, incorrect, primitive feature selection , or rather its part.
And really, familiarise yourself with the concepts and don't introduce your own on top of the existing ones.
Because I'm twitching every time when you call retraining "overfitting" and there's a lot of such bloopers.
Sanych, when will we remember that Teacher is signs + target?)
Oh, the wisest!
Oh, the most knowledgeable!
"Teacher" (synonym target variable) in the method of learning "with teacher" is a separate VARIABLE in the formula of all machine learning models I know, for example:
randomForest(as.factor(target ) ~ ., data = Train [, - ncol(Train )], ntree = ntree, mtry = mtry)
where target represents a separate column of the matrix. In meaning, for example, price increments. It's like a function and its arguments.
The other columns of the matrix have to be matched. The problem is that not every teacher will fit the features (predictors) and vice versa, not every feature will fit a particular teacher
I'm talking about feature selection
and what you call " feature selection as part of models" is variance importance. Don't confuse yourself and don't confuse others.
And what you do with the proxy package is artisanal, incorrect, primitive feature selection , or rather a part of it
And really, familiarise yourself with the concepts and don't introduce your own on top of the existing ones.
Because I'm twitching every time when you call retraining "overfitting" and there are a lot of such bloopers
Thanks for the clarification!
But absolute accuracy is only possible with a specific machine learning model, as there are models that provide variance importance information, and there are models that havefeature selection built in.
If a general classification of concepts in the feature selection problem, you can use this one
Just FYI: what is the translation of overfitting? Overfitting? Or maybe overfitting?
Thanks for the clarification!
Just FYI: what is the translation of overfitting? Overfitting? Or maybe overfitting?
overate.
talked over.
The point isn't even that, it's that you're the only one who uses that word in front of hundreds of others and there's nothing good about it, it's just confusing.
==================================================================
I remember you said that your functions take a long time to count, there is such a cool thing as code memoisation, it speeds up the code a lot in some cases, you just need to wrap a slow f1() function into f2() and make a memoisable function.
great gain
Oh, most wise man!
Oh, the most knowledgeable!
"Master."
Sanych, where does it say Teacher is synonymous with target? )
memoise
curiously
Sanych, where does it say Teacher is synonymous with target? )
Don't be stupid!
Supervised learning is one of the methods ofmachine learning, in which the system under test is forced to learn using stimulus-response examples. From the point of view ofcybernetics, it is a type ofcybernetic experiment. There may be some dependence between inputs and reference outputs ( stimulus-response), but it is unknown.
And most importantly, you don't need to teach anyone! Just do your own thing!
Don't be stupid!
Supervised learning is one of the methods ofmachine learning, in which the system under test is forced to learn using stimulus-response examples. From the point of view ofcybernetics, it is a type ofcybernetic experiment. There may be some dependence between inputs and reference outputs ( stimulus-response), but it is unknown.
And most importantly, you don't need to teach anyone! Just do your own thing!
Sanych, WHERE IS IT WRITTEN?
It is logical to assume that if With teacher - it is with the column of target f-i, and without teacher - without this column, then this column is the teacher.
Wo gpt gives out))))
Supervised Learning and Unsupervised Learning are the two main approaches in machine learning, and they differ in a few key aspects:
Presence of labels (targets):
Objective:
Examples of tasks:
Model evaluation:
Both types of learning have their applications in machine learning, and the choice between them depends on the specific task and the available data. Sometimes hybrid methods are also used, combining learning with and without a teacher to achieve better results.