Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 3151 - 3160 of 3,750 for filetype:txt (0.09 seconds)

  1. C-API.rst.txt

    C API ===== .. doxygenfile:: c_api.h 38
    lightgbm.readthedocs.io/en/latest/_sources/C-API.rst.txt
    Wed Feb 01 03:38:27 GMT 2023
      38 bytes
  2. 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.txt
    Tue Nov 18 15:35:33 GMT 2025
      31.1K bytes
  3. 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.txt
    Sat Oct 11 05:30:36 GMT 2025
      12.4K bytes
  4. 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.txt
    Wed Mar 09 16:56:08 GMT 2022
      4.9K bytes
  5. 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.txt
    Wed Mar 09 16:56:08 GMT 2022
      8.4K bytes
  6. lightfm.evaluation.rst.txt

    Model evaluation ========== .. automodule:: lightfm.evaluation :members: :undoc-members: :show-inheritance: 136
    making.lyst.com/lightfm/docs/_sources/lightfm.evaluation.rst.txt
    Wed Mar 09 16:56:08 GMT 2022
      136 bytes
  7. 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.txt
    Fri Feb 06 14:57:35 GMT 2026
      12.1K bytes
  8. 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.txt
    Fri Feb 06 14:38:44 GMT 2026
      11.7K bytes
  9. 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.txt
    Fri Feb 06 15:09:41 GMT 2026
      1.6K bytes
  10. 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.txt
    Fri Feb 06 17:02:18 GMT 2026
      945 bytes
Back to Top