AI-XGBoost
view release on metacpan or search on metacpan
lib/AI/XGBoost.pm view on Meta::CPAN
}
return $booster;
}
1;
__END__
=pod
=encoding utf-8
=head1 NAME
AI::XGBoost - Perl wrapper for XGBoost library L<https://github.com/dmlc/xgboost>
=head1 VERSION
version 0.11
=head1 SYNOPSIS
lib/AI/XGBoost/Booster.pm view on Meta::CPAN
}
__PACKAGE__->meta->make_immutable();
1;
__END__
=pod
=encoding utf-8
=head1 NAME
AI::XGBoost::Booster - XGBoost main class for training, prediction and evaluation
=head1 VERSION
version 0.11
=head1 SYNOPSIS
lib/AI/XGBoost/CAPI.pm view on Meta::CPAN
XGBoostException->throw( error => $error_message );
}
}
1;
__END__
=pod
=encoding utf-8
=head1 NAME
AI::XGBoost::CAPI - Perl wrapper for XGBoost C API https://github.com/dmlc/xgboost
=head1 VERSION
version 0.11
=head1 SYNOPSIS
lib/AI/XGBoost/CAPI/RAW.pm view on Meta::CPAN
$ffi->attach( XGBoosterLoadRabitCheckpoint => [qw(opaque int)] => 'int' );
$ffi->attach( XGBoosterSaveRabitCheckpoint => [qw(opaque)] => 'int' );
1;
__END__
=pod
=encoding utf-8
=head1 NAME
AI::XGBoost::CAPI::RAW - Perl wrapper for XGBoost C API https://github.com/dmlc/xgboost
=head1 VERSION
version 0.11
=head1 SYNOPSIS
lib/AI/XGBoost/DMatrix.pm view on Meta::CPAN
}
__PACKAGE__->meta->make_immutable();
1;
__END__
=pod
=encoding utf-8
=head1 NAME
AI::XGBoost::DMatrix - XGBoost class for data
=head1 VERSION
version 0.11
=head1 SYNOPSIS
t/10-cast_arguments.t view on Meta::CPAN
#!/usr/bin/env perl -w
use strict;
use warnings;
use utf8;
use Test::Most tests => 1;
=encoding utf8
=head1 NAME
Cast from native types to perl types back and fort
=head1 TESTS
=cut
BEGIN {
( run in 0.253 second using v1.01-cache-2.11-cpan-4d50c553e7e )