Skip to main content

A simple way to get recommendations

Project description

Welcome to flowsy

A simple way to get recommendations.

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

Install

pip install flowsy

How to use

If you want to say hello to someone you can use this method

say_hello("Daniel")
'Hello Daniel!'
path_models = Path("D:/schule/diplomarbeit/models")

save = pathlib.PosixPath
pathlib.PosixPath = pathlib.WindowsPath   
playlist_learner = load_learner(path_models/'playlists_tracks_br_model_v1.pkl')
pathlib.PosixPath = save
rec = Recommender(playlist_learner)
rec.test()
Parameter containing:
tensor([[-2.8815e-04, -4.7748e-03,  8.4791e-04,  ...,  9.2985e-04,
          3.9106e-03,  1.7048e-03],
        [-2.9935e-01, -2.4075e-01,  1.0022e-01,  ...,  1.9980e-01,
          1.3271e-01,  2.5945e-01],
        [-3.5620e-01, -1.9528e-01,  1.6224e-01,  ...,  2.1280e-01,
          1.5875e-01,  3.3841e-01],
        ...,
        [-3.0123e-01, -1.9942e-01,  2.9455e-01,  ...,  2.9243e-01,
          2.8433e-01,  1.4368e-01],
        [-1.1953e-01,  1.1806e-01,  1.8228e-01,  ..., -1.1979e-01,
         -1.9541e-01, -9.3565e-02],
        [-1.0212e-01,  2.3557e-01,  2.4115e-01,  ..., -2.0023e-01,
         -2.5552e-01, -1.9018e-01]], requires_grad=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flowsy-0.0.3.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

flowsy-0.0.3-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page