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

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
You can't understand the whole process by one function, show it with data and model, so that you can run the whole process and make sense of it.
I will have to explain even more... :) you know there will be only questions. I don't want to, because I haven't finished everything I want to do. The essence of the idea is still describing. I haven't fully tested it myself yet.
The input is any dataset with marks, the output is the same dataset, but with corrected ones. You train on it, then test it on another (new data). Other modifications of functions, more simple, earlier in the text
This whole code will have to be described, it is better to write it in an article, because it is long.More explaining will have to be done.... :) you know there will be only questions. I don't want to, because I haven't finished everything I want to do. The essence of the idea is still describing. I haven't fully tested it myself yet.
The input is any dataset with marks, the output is the same dataset, but with corrected ones. You train on it, then test it on another (new data). Other modifications of functions, more simple, earlier in the text
It's the whole code then you'll have to describe, it's better through an article, because it's long.just the full code will exclude all questions
just the full code will eliminate all questions
No, you will start asking questions to the tester, and there must be a peek somewhere, and how does this work, and what to click here.... And how to load the file correctly, and what is the library version, and what is the python version... I can't get it to work. That's a lot of code.
ok, take a simple publicly known dataset like fisher irises or make your own synthetic one and apply your function and show the code of it, without model, testing, tester, etc.
ok, take a simple publicly known dataset like fisher irises or make your own synthetic dataset and apply your function and show the code of it, without model, testing, tester, etc.
Iris has many classes, you need a binary one. You can take something as an example later, yes.
Or you can take the simplest version. It just fixes the labels in the dataset and doesn't throw anything away, no meta model.
Try rewriting to R via chatgpt, it should be able to handle it.
Irises have many classes, you need a binary. We can take something as an example later, yes.
Or you can take the simplest version. It just fixes the labels in the dataset and doesn't throw anything away, no meta model.
Try rewriting to R via chatgpt, it should be able to handle it.
Irises has three classes, can you make a binary target in one string like class is 1 and is not 2 and is not 3.
I'll think of something later. Then it will be possible to estimate only through model errors, if you don't have a tester.
The trick there is that if you apply this feature, you'll immediately see an improvement on new ones after training, unless the dataset is full random. That is, traine and test will look more similar, less overtraining.
I'll think of something later. Then it will be possible to evaluate only through model errors, if you don't have a tester.
Still waiting.