@@ -135,9 +135,18 @@ export class DocLinksService {
135135 } ,
136136 ml : {
137137 guide : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /index.html` ,
138+ aggregations : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-configuring-aggregation.html` ,
138139 anomalyDetection : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /xpack-ml.html` ,
139140 anomalyDetectionJobs : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-jobs.html` ,
141+ anomalyDetectionJobTips : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /create-jobs.html#job-tips` ,
142+ calendars : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-calendars.html` ,
143+ classificationEvaluation : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-dfanalytics-evaluate.html#ml-dfanalytics-classification` ,
144+ customRules : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-rules.html` ,
145+ customUrls : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-configuring-url.html` ,
140146 dataFrameAnalytics : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-dfanalytics.html` ,
147+ featureImportance : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-feature-importance.html` ,
148+ outlierDetectionRoc : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-dfanalytics-evaluate.html#ml-dfanalytics-roc` ,
149+ regressionEvaluation : `${ ELASTIC_WEBSITE_URL } guide/en/machine-learning/${ DOC_LINK_VERSION } /ml-dfanalytics-evaluate.html#ml-dfanalytics-regression-evaluation` ,
141150 } ,
142151 visualize : {
143152 guide : `${ ELASTIC_WEBSITE_URL } guide/en/kibana/${ DOC_LINK_VERSION } /visualize.html` ,
@@ -248,12 +257,7 @@ export interface DocLinksStart {
248257 readonly dateMath : string ;
249258 } ;
250259 readonly management : Record < string , string > ;
251- readonly ml : {
252- readonly guide : string ;
253- readonly anomalyDetection : string ;
254- readonly anomalyDetectionJobs : string ;
255- readonly dataFrameAnalytics : string ;
256- } ;
260+ readonly ml : Record < string , string > ;
257261 readonly visualize : Record < string , string > ;
258262 } ;
259263}
0 commit comments