Skip to content

Commit 5347534

Browse files
committed
Update
1 parent 578f320 commit 5347534

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

docs/_build/html/_sources/guides/data/data_prepare.rst.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
Data Preparation
99
======================================
1010

11-
In this section, I will introduce the data preparation module of PiML. In data preparing function, you are allowed
12-
to set the detailed config of the model training procedure, including task configs like target variable, task type, and sample_weight.
13-
And there is the data split setting such as split method, split ratio, and random seed in the data preparing setting to decide how to split data for the experiment.
14-
Besides the setting, you can also get train test data distance results.
15-
1611
This section introduces the data preparation module of PiML. In this function, you can set the detailed configuration of the model training procedure, including task configurations like target variable, task type, and sample_weight. Further, there is the data split setting such as split method, split ratio, and random seed to decide how to split data for the experiment. Besides the setting, you can also get results on the distances between train test datasets.
1712

1813

docs/_build/html/_sources/guides/data/data_summary.rst.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
==========================
88
Data Summary
99
==========================
10-
This functionality summarizes basic data statistics and sets the meta information for the features. In this function, you can get the summary information of data based on its data type and also change the feature type and remove features.
11-
1210

1311
Data summary is the process to summarize basic data statistics and setting the meta info of features.
1412
In this function, you could not only get the summary information of data based on its data type, but also you can change the feature type and remove features.

docs/_build/html/guides/data/data_prepare.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@
248248

249249
</style><section id="data-preparation">
250250
<h1><span class="section-number">2.3. </span>Data Preparation<a class="headerlink" href="#data-preparation" title="Permalink to this heading"></a></h1>
251-
<p>In this section, I will introduce the data preparation module of PiML. In data preparing function, you are allowed
252-
to set the detailed config of the model training procedure, including task configs like target variable, task type, and sample_weight.
253-
And there is the data split setting such as split method, split ratio, and random seed in the data preparing setting to decide how to split data for the experiment.
254-
Besides the setting, you can also get train test data distance results.</p>
255251
<p>This section introduces the data preparation module of PiML. In this function, you can set the detailed configuration of the model training procedure, including task configurations like target variable, task type, and sample_weight. Further, there is the data split setting such as split method, split ratio, and random seed to decide how to split data for the experiment. Besides the setting, you can also get results on the distances between train test datasets.</p>
256252
<section id="setting">
257253
<h2><span class="section-number">2.3.1. </span>Setting<a class="headerlink" href="#setting" title="Permalink to this heading"></a></h2>

docs/_build/html/guides/data/data_summary.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@
246246

247247
</style><section id="data-summary">
248248
<h1><span class="section-number">2.2. </span>Data Summary<a class="headerlink" href="#data-summary" title="Permalink to this heading"></a></h1>
249-
<p>This functionality summarizes basic data statistics and sets the meta information for the features. In this function, you can get the summary information of data based on its data type and also change the feature type and remove features.</p>
250249
<p>Data summary is the process to summarize basic data statistics and setting the meta info of features.
251250
In this function, you could not only get the summary information of data based on its data type, but also you can change the feature type and remove features.</p>
252251
<section id="summary-statistics">

0 commit comments

Comments
 (0)