Alien-XGBoost

 view release on metacpan or  search on metacpan

xgboost/doc/_static/xgboost-theme/layout.html  view on Meta::CPAN

    {%- else %}
    <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
    <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
    {%- endif %}

    <link rel="stylesheet" href="{{ pathto('_static/xgboost.css', 1) }}">
{%- endmacro %}

<html lang="en">
  <head>
    <meta charset="{{ encoding }}">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    {# The above 3 meta tags *must* come first in the head; any other head content
       must come *after* these tags. #}
    {{ metatags }}
    {%- block htmltitle %}
    {%- if pagename != 'index' %}
    <title>{{ title|striptags|e }}{{ titlesuffix }}</title>
    {%- else %}
    <title>XGBoost Documents</title>

xgboost/jvm-packages/checkstyle.xml  view on Meta::CPAN


    Most Checks are configurable, be sure to consult the documentation.

    To completely disable a check, just comment it out or delete it from the file.

    Authors: Max Vetrenko, Ruslan Diachenko, Roman Ivanov.

 -->

<module name = "Checker">
    <property name="charset" value="UTF-8"/>

    <property name="severity" value="error"/>

    <property name="fileExtensions" value="java, properties, xml"/>

		<module name="SuppressionFilter">
			  <property name="file" value="checkstyle-suppressions.xml"/>
		</module>

    <!-- Checks for whitespace                               -->



( run in 0.240 second using v1.01-cache-2.11-cpan-4d50c553e7e )