- Sort Score
- Num 10 results
- Language All
- Labels All
Results 3151 - 3160 of 3,750 for filetype:txt (0.22 seconds)
-
C-API.rst.txt
C API ===== .. doxygenfile:: c_api.h 38lightgbm.readthedocs.io/en/latest/_sources/C-API.rst.txtWed Feb 01 03:38:27 GMT 2023 38 bytes -
Installation-Guide.rst.txt
Installation Guide ========== Versioning ~~~~~~~~~~ LightGBM releases use a 3-part version number, with this format: .. code:: {major}.{minor}.{patch} This version follows a scheme called Intended ...lightgbm.readthedocs.io/en/latest/_sources/Installation-Guide.rst.txtTue Nov 18 15:35:33 GMT 2025 31.1K bytes -
Features.rst.txt
Features ======== This is a conceptual overview of how LightGBM works\ `[1] <#references>`__. We assume familiarity with decision tree boosting algorithms to focus instead on aspects of LightGBM th...lightgbm.readthedocs.io/en/latest/_sources/Features.rst.txtSat Oct 11 05:30:36 GMT 2025 12.4K bytes -
quickstart.rst.txt
Quickstart ========== In this example, we'll build an implicit feedback recommender using the Movielens 100k dataset (http://grouplens.org/datasets/movielens/100k/). The code behind this example is...making.lyst.com/lightfm/docs/_sources/quickstart.rst.txtWed Mar 09 16:56:08 GMT 2022 4.9K bytes -
hybrid_crossvalidated.rst.txt
Item cold-start: recommending StackExchange questions ========== In this example we'll use the StackExchange dataset to explore recommendations under item-cold start. Data dumps from the StackExcha...making.lyst.com/lightfm/docs/_sources/examples/hybrid_crossvalidated.rst.txtWed Mar 09 16:56:08 GMT 2022 8.4K bytes -
lightfm.evaluation.rst.txt
Model evaluation ========== .. automodule:: lightfm.evaluation :members: :undoc-members: :show-inheritance: 136making.lyst.com/lightfm/docs/_sources/lightfm.evaluation.rst.txtWed Mar 09 16:56:08 GMT 2022 136 bytes -
autodie.txt
package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...perldoc.perl.org/autodie.txtFri Feb 06 14:57:35 GMT 2026 12.1K bytes -
CPAN::Distroprefs.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...perldoc.perl.org/CPAN::Distroprefs.txtFri Feb 06 14:38:44 GMT 2026 11.7K bytes -
autodie::exception::system.txt
package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # AB...perldoc.perl.org/autodie::exception::system.txtFri Feb 06 15:09:41 GMT 2026 1.6K bytes -
subs.txt
package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...perldoc.perl.org/subs.txtFri Feb 06 17:02:18 GMT 2026 945 bytes