1"""
2Deprecated. Please see pyAgrum.skbn
3"""
4
5
6# (c) Copyright by Pierre-Henri Wuillemin, UPMC, 2017
7# (pierre-henri.wuillemin@lip6.fr)
8
9# Permission to use, copy, modify, and distribute this
10# software and its documentation for any purpose and
11# without fee or royalty is hereby granted, provided
12# that the above copyright notice appear in all copies
13# and that both that copyright notice and this permission
14# notice appear in supporting documentation or portions
15# thereof, including modifications, that you make.
16
17# THE AUTHOR P.H. WUILLEMIN  DISCLAIMS ALL WARRANTIES
18# WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
19# WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
20# SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT
21# OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
22# RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
23# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
24# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
25# OR PERFORMANCE OF THIS SOFTWARE!
26
27# @authors Clara CHARON and Pierre-henri WUILLEMIN
28
29# pylint: disable=unused-import
30from pyAgrum.skbn import BNClassifier
31
32print("** pyAgrum.lib.classifier is deprecated in pyAgrum>0.18.1.")
33print("** Please use pyAgrum.skbn.BNClassifier instead.")
34