Skip to content

Commit

Permalink
Restore Folder Structure in Research > Machine Learning
Browse files Browse the repository at this point in the history
Folder change modifies the links and hurt SEO scores.
  • Loading branch information
AlexCatarino committed May 31, 2024
1 parent d218806 commit e5410cb
Show file tree
Hide file tree
Showing 85 changed files with 26 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"07" : "",
"08" : "",
"09" : "",
"10" : ""
"10" : "",
"11" : "",
"12" : ""
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need some <a href="/docs/v2/research-environment/machine-learning/popular-libraries/aesera#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>
<p>You need some <a href="/docs/v2/research-environment/machine-learning/aesera#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>

<table class="qc-table table">
<thead>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/aesera#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, build a Logistic Regression model with log loss cross entropy and square error as cost function. Follow these steps to create the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/aesera#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, build a Logistic Regression model with log loss cross entropy and square error as cost function. Follow these steps to create the model:</p>

<ol>
<li>Generate a dataset.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href='/docs/v2/research-environment/machine-learning/popular-libraries/aesera#05-Train-Models'>build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>
<p>You need to <a href='/docs/v2/research-environment/machine-learning/aesera#05-Train-Models'>build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>

<ol>
<li>Call the <code>predict</code> method with the features of the testing period.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need some <a href="/docs/v2/research-environment/machine-learning/popular-libraries/gplearn#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>
<p>You need some <a href="/docs/v2/research-environment/machine-learning/gplearn#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>

<table class="qc-table table" id="live-trading-custer-sizes-table">
<thead>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/gplearn#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, create a Symbolic Transformer to generate new non-linear features and then build a Symbolic Regressor model. Follow these steps to create the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/gplearn#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, create a Symbolic Transformer to generate new non-linear features and then build a Symbolic Regressor model. Follow these steps to create the model:</p>

<ol>
<li>Declare a set of functions to use for feature engineering.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/gplearn#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/gplearn#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>

<ol>
<li>Feature engineer the testing set data.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need some <a href='/docs/v2/research-environment/machine-learning/popular-libraries/hmmlearn#03-Get-Historical-Data'>historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. Follow these steps to prepare the data:</p>
<p>You need some <a href='/docs/v2/research-environment/machine-learning/hmmlearn#03-Get-Historical-Data'>historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. Follow these steps to prepare the data:</p>

<ol>
<li>Select the close column of the historical data DataFrame.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href='/docs/v2/research-environment/machine-learning/popular-libraries/hmmlearn#04-Prepare-Data'>prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, assume the market has only 2 regimes and the market returns follow a Gaussian distribution. Therefore, create a 2-component Hidden Markov Model with Gaussian emissions, which is equivalent to a Gaussian mixture model with 2 means. Follow these steps to create the model:</p>
<p>You need to <a href='/docs/v2/research-environment/machine-learning/hmmlearn#04-Prepare-Data'>prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, assume the market has only 2 regimes and the market returns follow a Gaussian distribution. Therefore, create a 2-component Hidden Markov Model with Gaussian emissions, which is equivalent to a Gaussian mixture model with 2 means. Follow these steps to create the model:</p>

<ol>
<li>Call the <code>GaussianHMM</code> constructor with the number of components, a covariance type, and the number of iterations.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/hmmlearn#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/hmmlearn#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>

<ol>
<li>Call the predict method with the testing dataset.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need some <a href="/docs/v2/research-environment/machine-learning/popular-libraries/keras#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>
<p>You need some <a href="/docs/v2/research-environment/machine-learning/keras#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>

<table class="qc-table table">
<thead>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/keras#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/keras#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>

<ol>
<li>Call the <code>predict</code> method with the features of the testing period.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/pytorch#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, create a deep neural network with 2 hidden layers. Follow these steps to create the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/pytorch#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, create a deep neural network with 2 hidden layers. Follow these steps to create the model:</p>

<ol>
<li>Define a subclass of <code>nn.Module</code> to be the model.<br></li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/pytorch#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/pytorch#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>

<ol>
<li>Predict with the testing data.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need some <a href="/docs/v2/research-environment/machine-learning/popular-libraries/scikit-learn#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>
<p>You need some <a href="/docs/v2/research-environment/machine-learning/scikit-learn#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>

<table class="qc-table table">
<thead>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/scikit-learn#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, build a Support Vector Regressor model and optimize its hyperparameters with grid search cross-validation. Follow these steps to create the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/scikit-learn#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, build a Support Vector Regressor model and optimize its hyperparameters with grid search cross-validation. Follow these steps to create the model:</p>

<ol>
<li>Set the choices of hyperparameters used for grid search testing.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href='/docs/v2/research-environment/machine-learning/popular-libraries/scikit-learn#05-Train-Models'>build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>
<p>You need to <a href='/docs/v2/research-environment/machine-learning/scikit-learn#05-Train-Models'>build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>

<ol>
<li>Call the <code>predict</code> method with the features of the testing period.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p>
You need some <a href="/docs/v2/research-environment/machine-learning/popular-libraries/stable-baselines#03-Get-Historical-Data">historical data</a> to prepare the data for the model.
You need some <a href="/docs/v2/research-environment/machine-learning/stable-baselines#03-Get-Historical-Data">historical data</a> to prepare the data for the model.
If you have historical data, manipulate it to train and test the model.
In this example, extract the close price series as the outcome and obtain the partial-differenced time-series of OHLCV values as the observation.
</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/stable-baselines#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the environment and the model. In this example, create a <code>gym</code> environment to initialize the training environment, agent and reward. Then, create a RL model by DQN algorithm. Follow these steps to create the environment and the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/stable-baselines#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the environment and the model. In this example, create a <code>gym</code> environment to initialize the training environment, agent and reward. Then, create a RL model by DQN algorithm. Follow these steps to create the environment and the model:</p>

<ol>
<li>Split the data for training and testing to evaluate our model.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/stable-baselines#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/stable-baselines#05-Train-Models">build and train the model</a> before you test its performance. If you have trained the model, test it on the out-of-sample data. Follow these steps to test the model:</p>

<ol>
<li>Initialize a return series to calculate performance and a list to store the equity value at each timestep.</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need some <a href="/docs/v2/research-environment/machine-learning/popular-libraries/tensorflow#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>
<p>You need some <a href="/docs/v2/research-environment/machine-learning/tensorflow#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>

<table class="qc-table table" id="live-trading-custer-sizes-table">
<thead>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href="/docs/v2/research-environment/machine-learning/popular-libraries/tensorflow#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, build a neural network model that predicts the future price of the SPY.</p>
<p>You need to <a href="/docs/v2/research-environment/machine-learning/tensorflow#04-Prepare-Data">prepare the historical data</a> for training before you train the model. If you have prepared the data, build and train the model. In this example, build a neural network model that predicts the future price of the SPY.</p>

<h4>Build the Model</h4>
<p>Follow these steps to build the model:</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need some <a href="/docs/v2/research-environment/machine-learning/popular-libraries/tslearn#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, standardize the log close price time-series of the securities. Follow these steps to prepare the data:</p>
<p>You need some <a href="/docs/v2/research-environment/machine-learning/tslearn#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, standardize the log close price time-series of the securities. Follow these steps to prepare the data:</p>

<ol>
<li>Unstack the historical DataFrame and select the close column.</li>
Expand Down
2 changes: 1 addition & 1 deletion Resources/machine-learning/prepare-data.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need some <a href="/docs/v2/research-environment/machine-learning/popular-libraries/pytorch#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>
<p>You need some <a href="/docs/v2/research-environment/machine-learning/pytorch#03-Get-Historical-Data">historical data</a> to prepare the data for the model. If you have historical data, manipulate it to train and test the model. In this example, use the following features and labels:</p>

<table class="qc-table table">
<thead>
Expand Down

0 comments on commit e5410cb

Please sign in to comment.