Metadata-Version: 2.4
Name: kmodel
Version: 0.0.1
Summary: A fresh nbdev project for kmodel.
Author-email: keke <lcai888666@gmail.com>
License: Apache-2.0
Project-URL: Repository, https://github.com/sky1ove/kmodel
Project-URL: Documentation, https://sky1ove.github.io/kmodel/
Keywords: nbdev
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastai>=2.8.7
Requires-Dist: joblib>=1.5.3
Requires-Dist: numpy>=2.2.6
Requires-Dist: pandas>=2.3.3
Requires-Dist: scikit-learn>=1.7.2
Requires-Dist: torch>=2.11.0
Dynamic: license-file

# kmodel


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install kmodel in Development mode

``` sh
# make sure kmodel package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to kmodel
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/sky1ove/kmodel):

``` sh
$ pip install git+https://github.com/sky1ove/kmodel.git
```

or from [conda](https://anaconda.org/sky1ove/kmodel)

``` sh
$ conda install -c sky1ove kmodel
```

or from [pypi](https://pypi.org/project/kmodel/)

``` sh
$ pip install kmodel
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/sky1ove/kmodel)’s
[pages](https://sky1ove.github.io/kmodel/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/sky1ove/kmodel) and
[pypi](https://pypi.org/project/kmodel/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2
